Uses of Class
ru.curs.celesta.dbutils.meta.DbPkInfo
-
Packages that use DbPkInfo Package Description ru.curs.celesta.dbutils.adaptors Adaptors for various RDBMS. -
-
Uses of DbPkInfo in ru.curs.celesta.dbutils.adaptors
Methods in ru.curs.celesta.dbutils.adaptors that return DbPkInfo Modifier and Type Method Description abstract DbPkInfo
DBAdaptor. getPKInfo(Connection conn, TableElement t)
Returns information on the primary key of a table.DbPkInfo
FirebirdAdaptor. getPKInfo(Connection conn, TableElement t)
DbPkInfo
H2Adaptor. getPKInfo(Connection conn, TableElement t)
DbPkInfo
MSSQLAdaptor. getPKInfo(Connection conn, TableElement t)
DbPkInfo
OraAdaptor. getPKInfo(Connection conn, TableElement t)
DbPkInfo
PostgresAdaptor. getPKInfo(Connection conn, TableElement t)
-