Sets a value to the host variable in the SQL statement.
Name | Description |
---|---|
Sets a boolean value to the host variable in the SQL statement that is defined by ordinal. |
|
Sets a byte array value to the host variable in the SQL statement that is defined by ordinal. |
|
Sets a java.util.Date to the host variable in the SQL statement that is defined by ordinal. |
|
Sets a DecimalNumber object to the host variable in the SQL statement that is defined by ordinal. |
|
Sets a double value to the host variable in the SQL statement that is defined by ordinal. |
|
Sets a float value to the host variable in the SQL statement that is defined by ordinal. |
|
Sets an integer value to the host variable in the SQL statement that is defined by ordinal. |
|
Sets a long integer value to the host variable in the SQL statement that is defined by ordinal. |
|
Sets a String value to the host variable in the SQL statement that is defined by ordinal. |
|
Sets a UUIDValue value to the host variable in the SQL statement that is defined by ordinal. |
|
Sets a boolean value to the host variable in the SQL statement that is defined by name. |
|
Sets a byte array value to the host variable in the SQL statement that is defined by name. |
|
Sets a java.util.Date to the host variable in the SQL statement that is defined by name. |
|
Sets a DecimalNumber object to the host variable in the SQL statement that is defined by name. |
|
Sets a double value to the host variable in the SQL statement that is defined by name. |
|
Sets a float value to the host variable in the SQL statement that is defined by name. |
|
Sets an integer value to the host variable in the SQL statement that is defined by name. |
|
Sets a long integer value to the host variable in the SQL statement that is defined by name. |
|
Sets a String value to the host variable in the SQL statement that is defined by name. |
|
Sets a UUIDValue value to the host variable in the SQL statement that is defined by name. |
set(int, boolean) method
set(int, byte[]) method
set(int, Date) method
set(int, DecimalNumber) method
set(int, double) method
set(int, float) method
set(int, int) method
set(int, long) method
set(int, String) method
set(int, UUIDValue) method
set(String, boolean) method
set(String, byte[]) method
set(String, Date) method
set(String, DecimalNumber) method
set(String, double) method
set(String, float) method
set(String, int) method
set(String, long) method
set(String, String) method
set(String, UUIDValue) method
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |