Searched defs:unique (Results 1 - 1 of 1) sorted by relevance
/glassfish-3.1.2/jdbc/jdbc-ra/jdbc-core/src/main/java/com/sun/gjc/spi/base/ |
H A D | DatabaseMetaDataWrapper.java | 2219 * <LI><B>NON_UNIQUE</B> boolean => Can index values be non-unique. 2242 * number of unique values in the index. 2260 * @param unique when true, return only indices for unique values; 2261 * when false, return indices regardless of whether unique or not 2268 public ResultSet getIndexInfo(String catalog, String schema, String table, boolean unique, argument 2270 return databaseMetaData.getIndexInfo(catalog, schema, table, unique, approximate);
|
Completed in 25 milliseconds