Java.Sql.IStatement: Method Members

The methods of Java.Sql.IStatement are listed below. For a list of all members, see the IStatement Members list.

Public Methods

AddBatch(string)
Adds a specified SQL command to the list of commands for this Statement.
Cancel()
Cancels this statement's execution if both the database and the JDBC driver support aborting an SQL statement in flight.
ClearBatch()
Clears the current list of SQL commands for this statement.
ClearWarnings()
Clears all SQLWarnings from this statement.
Close()
Releases this statement's database and JDBC driver resources.
CloseOnCompletion()
Documentation for this section has not yet been entered.
Execute(string) : bool
Executes a supplied SQL statement.
Execute(string, int) : bool
Executes a supplied SQL statement.
Execute(string, int[]) : bool
Executes the supplied SQL statement.
Execute(string, string[]) : bool
Executes the supplied SQL statement.
ExecuteBatch() : int[]
Submits a batch of SQL commands to the database.
ExecuteQuery(string) : IResultSet
Executes a supplied SQL statement.
ExecuteUpdate(string) : int
Executes the supplied SQL statement.
ExecuteUpdate(string, int) : int
Executes the supplied SQL statement.
ExecuteUpdate(string, int[]) : int
Executes the supplied SQL statement.
ExecuteUpdate(string, string[]) : int
Executes the supplied SQL statement.
GetMoreResults(int) : bool
Moves to this statement's next result.
SetCursorName(string)
Sets the SQL cursor name.
SetEscapeProcessing(bool)
Sets Escape Processing mode.