Searched defs:approximate (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 DDatabaseMetaDataWrapper.java2262 * @param approximate when true, result is allowed to reflect approximate
2269 boolean approximate) throws SQLException {
2270 return databaseMetaData.getIndexInfo(catalog, schema, table, unique, approximate);
2268 getIndexInfo(String catalog, String schema, String table, boolean unique, boolean approximate) argument

Completed in 23 milliseconds