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

Method Detail
addBatch
public void addBatch(java.lang.String sql)
throws java.sql.SQLException
Specified by:
addBatch in interface java.sql.Statement
Throws:
java.sql.SQLException
cancel
public void cancel()
throws java.sql.SQLException
Specified by:
cancel in interface java.sql.Statement
Throws:
java.sql.SQLException
clearBatch
public void clearBatch()
throws java.sql.SQLException
Specified by:
clearBatch in interface java.sql.Statement
Throws:
java.sql.SQLException
close
public void close()
throws java.sql.SQLException
Closes the statement object. Synchronized to prevent the same resource issued free command twice on the
server.
Specified by:
close in interface java.sql.Statement
Throws:
java.sql.SQLException
execute