public interface ParameterBindings
| Modifier and Type | Method and Description |
|---|---|
Array |
getArray(int parameterIndex) |
InputStream |
getAsciiStream(int parameterIndex) |
BigDecimal |
getBigDecimal(int parameterIndex) |
BigInteger |
getBigInteger(int parameterIndex) |
InputStream |
getBinaryStream(int parameterIndex) |
Blob |
getBlob(int parameterIndex) |
boolean |
getBoolean(int parameterIndex) |
byte |
getByte(int parameterIndex) |
byte[] |
getBytes(int parameterIndex) |
Reader |
getCharacterStream(int parameterIndex) |
Clob |
getClob(int parameterIndex) |
Date |
getDate(int parameterIndex) |
double |
getDouble(int parameterIndex) |
float |
getFloat(int parameterIndex) |
int |
getInt(int parameterIndex) |
long |
getLong(int parameterIndex) |
Reader |
getNCharacterStream(int parameterIndex) |
Reader |
getNClob(int parameterIndex) |
Object |
getObject(int parameterIndex) |
Ref |
getRef(int parameterIndex) |
short |
getShort(int parameterIndex) |
String |
getString(int parameterIndex) |
Time |
getTime(int parameterIndex) |
Timestamp |
getTimestamp(int parameterIndex) |
URL |
getURL(int parameterIndex) |
boolean |
isNull(int parameterIndex) |
Array getArray(int parameterIndex) throws SQLException
SQLExceptionInputStream getAsciiStream(int parameterIndex) throws SQLException
SQLExceptionBigDecimal getBigDecimal(int parameterIndex) throws SQLException
SQLExceptionInputStream getBinaryStream(int parameterIndex) throws SQLException
SQLExceptionBlob getBlob(int parameterIndex) throws SQLException
SQLExceptionboolean getBoolean(int parameterIndex)
throws SQLException
SQLExceptionbyte getByte(int parameterIndex)
throws SQLException
SQLExceptionbyte[] getBytes(int parameterIndex)
throws SQLException
SQLExceptionReader getCharacterStream(int parameterIndex) throws SQLException
SQLExceptionClob getClob(int parameterIndex) throws SQLException
SQLExceptionDate getDate(int parameterIndex) throws SQLException
SQLExceptiondouble getDouble(int parameterIndex)
throws SQLException
SQLExceptionfloat getFloat(int parameterIndex)
throws SQLException
SQLExceptionint getInt(int parameterIndex)
throws SQLException
SQLExceptionBigInteger getBigInteger(int parameterIndex) throws SQLException
SQLExceptionlong getLong(int parameterIndex)
throws SQLException
SQLExceptionReader getNCharacterStream(int parameterIndex) throws SQLException
SQLExceptionReader getNClob(int parameterIndex) throws SQLException
SQLExceptionObject getObject(int parameterIndex) throws SQLException
SQLExceptionRef getRef(int parameterIndex) throws SQLException
SQLExceptionshort getShort(int parameterIndex)
throws SQLException
SQLExceptionString getString(int parameterIndex) throws SQLException
SQLExceptionTime getTime(int parameterIndex) throws SQLException
SQLExceptionTimestamp getTimestamp(int parameterIndex) throws SQLException
SQLExceptionURL getURL(int parameterIndex) throws SQLException
SQLExceptionboolean isNull(int parameterIndex)
throws SQLException
SQLException