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

createStatement
in interface
java.sql.Connection
Throws:
java.sql.SQLException
createStatement
public java.sql.Statement createStatement(int resultSetType,
int resultSetConcurrency,
int resultSetHoldability)
throws java.sql.SQLException
Specified by:
createStatement in interface java.sql.Connection
Throws:
java.sql.SQLException
getAutoCommit
public boolean getAutoCommit()
throws java.sql.SQLException
Specified by:
getAutoCommit in interface java.sql.Connection
Throws:
java.sql.SQLException
getCatalog
public java.lang.String getCatalog()
throws java.sql.SQLException
Specified by:
getCatalog in interface java.sql.Connection
Throws:
java.sql.SQLException
getSchema
public java.lang.String getSchema()
throws java.sql.SQLException
Throws:
java.sql.SQLException
getHoldability
public int getHoldability()
throws java.sql.SQLException