Represents a prepared SQL statement.
public class ULPreparedStatement
All members of ULPreparedStatement class, including all inherited members.
Name | Description |
---|---|
Sets a large binary parameter broken down into several chunks. | |
Sets a large string parameter broken down into several chunks. | |
Destroys this object. | |
Executes a SQL SELECT statement as a query. | |
Executes a statement that does not return a result set, such as a SQL INSERT, DELETE or UPDATE statement. | |
Gets the connection object. | |
Gets the number of input parameters for this statement. | |
Gets the storage/host variable type of a parameter. | |
Gets a text-based description of the query execution plan. | |
Gets the schema for the result set. | |
Gets the number of rows affected by the last statement. | |
Determines if the SQL statement has a result set. | |
Sets a parameter to a ul_binary value. | |
Sets a parameter to a DECL_DATETIME value. | |
Sets a parameter to a double value. | |
Sets a parameter to a float value. | |
Sets a parameter to a GUID value. | |
Sets a parameter to an integer value. | |
Sets a parameter to an integer value of the specified integer type. | |
Sets a parameter to null. | |
Sets a parameter to a string value. |
AppendParameterByteChunk method
AppendParameterStringChunk method
Close method
ExecuteQuery method
ExecuteStatement method
GetConnection method
GetParameterCount method
GetParameterType method
GetPlan method
GetResultSetSchema method
GetRowsAffectedCount method
HasResultSet method
SetParameterBinary method
SetParameterDateTime method
SetParameterDouble method
SetParameterFloat method
SetParameterGuid method
SetParameterInt method
SetParameterIntWithType method
SetParameterNull method
SetParameterString method
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |