|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface provides the abstraction for a statement parameter that
may be based on a datastore type.
Supported API: false
Extendable: false
Field Summary | |
static String |
VALUE
Label for the attribute; Value of the StatementParameter Supported API: false |
Method Summary | |
void |
getArgumentValue(WTConnection a_connection,
CallableStatement a_statement,
int a_index)
This method gets the value from the statement. |
Object |
getValue()
Gets the value of the attribute: VALUE. |
void |
registerOutput(CallableStatement a_statement,
int a_index)
Registers this parameter as an output value Supported API: false |
void |
setArgumentValue(WTConnection a_connection,
PreparedStatement a_statement,
int a_index)
This method sets the value into the statement as an argument. |
void |
setValue(Object a_Value)
Sets the value of the attribute: VALUE. |
Field Detail |
public static final String VALUE
Method Detail |
public Object getValue()
public void setValue(Object a_Value) throws WTPropertyVetoException
a_Value
-
WTPropertyVetoException
public void setArgumentValue(WTConnection a_connection, PreparedStatement a_statement, int a_index) throws SQLException, WTException
a_connection
- Connection to usea_statement
- Statement to set the parameter ina_index
- Index of the parameter in the statement
SQLException
WTException
public void getArgumentValue(WTConnection a_connection, CallableStatement a_statement, int a_index) throws SQLException, WTException
a_connection
- Connection to usea_statement
- Statement to set the parameter ina_index
- Index of the parameter in the statement
SQLException
WTException
public void registerOutput(CallableStatement a_statement, int a_index) throws SQLException
a_statement
- a_index
- Statement parameter index
SQLException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |