Neoview JDBC Type 4 Driver API Reference (R2.2, R2.3, R2.4, R2.5)

java.sql.ResultSet getUDTs(java.lang.String catalog, java.lang.String schemaPattern,
java.lang.String typeNamePattern, int[] types)
java.lang.String getURL()
java.lang.String getUserName()
java.sql.ResultSet getVersionColumns(java.lang.String catalog, java.lang.String schema,
java.lang.String table)
boolean insertsAreDetected(int type)
boolean isCatalogAtStart()
boolean isReadOnly()
boolean locatorsUpdateCopy()
boolean nullPlusNonNullIsNull()
boolean nullsAreSortedAtEnd()
boolean nullsAreSortedAtStart()
boolean nullsAreSortedHigh()
boolean nullsAreSortedLow()
boolean othersDeletesAreVisible(int type)
boolean othersInsertsAreVisible(int type)
boolean othersUpdatesAreVisible(int type)
boolean ownDeletesAreVisible(int type)
boolean ownInsertsAreVisible(int type)
boolean ownUpdatesAreVisible(int type)
boolean storesLowerCaseIdentifiers()
boolean storesLowerCaseQuotedIdentifiers()
boolean ()