| Package | Description |
|---|---|
| ru.curs.celesta.dbutils.adaptors |
| Modifier and Type | Method and Description |
|---|---|
DbPkInfo |
H2Adaptor.getPKInfo(Connection conn,
TableElement t) |
abstract DbPkInfo |
DBAdaptor.getPKInfo(Connection conn,
TableElement t)
Returns information on the primary key of a table.
|
DbPkInfo |
OraAdaptor.getPKInfo(Connection conn,
TableElement t) |
DbPkInfo |
FirebirdAdaptor.getPKInfo(Connection conn,
TableElement t) |
DbPkInfo |
MSSQLAdaptor.getPKInfo(Connection conn,
TableElement t) |
DbPkInfo |
PostgresAdaptor.getPKInfo(Connection conn,
TableElement t) |
Copyright © 2020 CURS. All rights reserved.