|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Sybase implementation of the CallableStatement
interface.
Currently, the only method on this interface is Sybase-specific, and there are no known plans of incorporating this functionality into the JDBC API.
CallableStatement
,
Connection.prepareCall(java.lang.String)
,
ResultSet
Method Summary | |
BigDecimal |
getBigDecimal(int paramIndex)
JDBC 2.0 feature - Returns same scale as was sent from database, avoids the performance cost of rescaling. |
void |
setParameterName(int index,
String name)
Sets the name of the parameter at the specified index to name . |
Methods inherited from interface java.sql.CallableStatement |
getArray,
getBigDecimal,
getBlob,
getBoolean,
getByte,
getBytes,
getClob,
getDate,
getDate,
getDouble,
getFloat,
getInt,
getLong,
getObject,
getObject,
getRef,
getShort,
getString,
getTime,
getTime,
getTimestamp,
getTimestamp,
registerOutParameter,
registerOutParameter,
registerOutParameter,
wasNull |
Methods inherited from interface com.sybase.jdbcx.SybPreparedStatement |
setBigDecimal |
Methods inherited from interface com.sybase.jdbcx.SybStatement |
getSybMessageHandler,
setSybMessageHandler |
Method Detail |
public void setParameterName(int index, String name)
index
to name
. This
is typically used when an RPC takes optional
parameters to differentiate one parameter from
another.index
- which parameter to accessname
- the new name for that parameterpublic BigDecimal getBigDecimal(int paramIndex) throws SQLException
CallableStatement.getBigDecimal(int)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |