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

public boolean execute(java.lang.String sql)
throws java.sql.SQLException
Specified by:
execute in interface java.sql.Statement
Throws:
java.sql.SQLException
execute
public boolean execute(java.lang.String sql,
int autoGeneratedKeys)
throws java.sql.SQLException
Specified by:
execute in interface java.sql.Statement
Throws:
java.sql.SQLException
execute
public boolean execute(java.lang.String sql,
int[] columnIndexes)
throws java.sql.SQLException
Specified by:
execute in interface java.sql.Statement
Throws:
java.sql.SQLException
execute
public boolean execute(java.lang.String sql,
java.lang.String[] columnNames)
throws java.sql.SQLException
Specified by:
execute in interface java.sql.Statement
Throws:
java.sql.SQLException
executeBatch
public int[] executeBatch()
throws java.sql.SQLException,
java.sql.BatchUpdateException
Specified by:
executeBatch in interface java.sql.Statement