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

equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.sql.Connection
clearWarnings, getWarnings
Method Detail
close
public void close()
throws java.sql.SQLException
java.sql.Connection interface methods Closes the connection. The close is synchronized so that the connection
shared between the threads is synchronized.
Specified by:
close in interface java.sql.Connection
Throws:
java.sql.SQLException
commit
public void commit()
throws java.sql.SQLException
Specified by:
commit in interface java.sql.Connection
Throws:
java.sql.SQLException
createStatement
public java.sql.Statement createStatement()
throws java.sql.SQLException
Specified by:
createStatement in interface java.sql.Connection
Throws:
java.sql.SQLException
createStatement
public java.sql.Statement createStatement(int resultSetType,
int resultSetConcurrency)
throws java.sql.SQLException
Specified by: