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 DbPkInfoDBAdaptor. getPKInfo(Connection conn, TableElement t)Returns information on the primary key of a table.DbPkInfoFirebirdAdaptor. getPKInfo(Connection conn, TableElement t)DbPkInfoH2Adaptor. getPKInfo(Connection conn, TableElement t)DbPkInfoMSSQLAdaptor. getPKInfo(Connection conn, TableElement t)DbPkInfoOraAdaptor. getPKInfo(Connection conn, TableElement t)DbPkInfoPostgresAdaptor. getPKInfo(Connection conn, TableElement t)
-