![]() |
Method getBestRowIdentifier(String catalog, String schema, String table, int scope, boolean nullable)
Return type: java.sql.ResultSet
Member of: java.sql.DatabaseMetaData
[api documentation
] [ main menu] |
Examples of how the element is used (one line per example):
[add your own example]
| 1 | rs = md.getBestRowIdentifier(null, null, "USER", 0, true); |
| 2 | ResultSet rs = dbmd.getBestRowIdentifier(null,null,"pg_type",dbmd.bestRowSession,false); |