The methods of Java.Sql.IStatement are listed below. For a list of all members, see the IStatement Members list.
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)Executes a supplied SQL statement. | ||
Execute(string, int)Executes a supplied SQL statement. | ||
Execute(string, int[])Executes the supplied SQL statement. | ||
Execute(string, string[])Executes the supplied SQL statement. | ||
ExecuteBatch()Submits a batch of SQL commands to the database. | ||
ExecuteQuery(string)Executes a supplied SQL statement. | ||
ExecuteUpdate(string)Executes the supplied SQL statement. | ||
ExecuteUpdate(string, int)Executes the supplied SQL statement. | ||
ExecuteUpdate(string, int[])Executes the supplied SQL statement. | ||
ExecuteUpdate(string, string[])Executes the supplied SQL statement. | ||
GetMoreResults(int)Moves to this statement's next result. | ||
SetCursorName(string)Sets the SQL cursor name. | ||
SetEscapeProcessing(bool)Sets Escape Processing mode. | ||