public interface ParameterBindings
| Modifier and Type | Method and Description |
|---|---|
java.sql.Array |
getArray(int parameterIndex) |
java.io.InputStream |
getAsciiStream(int parameterIndex) |
java.math.BigDecimal |
getBigDecimal(int parameterIndex) |
java.math.BigInteger |
getBigInteger(int parameterIndex) |
java.io.InputStream |
getBinaryStream(int parameterIndex) |
java.sql.Blob |
getBlob(int parameterIndex) |
boolean |
getBoolean(int parameterIndex) |
byte |
getByte(int parameterIndex) |
byte[] |
getBytes(int parameterIndex) |
java.io.Reader |
getCharacterStream(int parameterIndex) |
java.sql.Clob |
getClob(int parameterIndex) |
java.sql.Date |
getDate(int parameterIndex) |
double |
getDouble(int parameterIndex) |
float |
getFloat(int parameterIndex) |
int |
getInt(int parameterIndex) |
long |
getLong(int parameterIndex) |
java.io.Reader |
getNCharacterStream(int parameterIndex) |
java.io.Reader |
getNClob(int parameterIndex) |
java.lang.Object |
getObject(int parameterIndex) |
java.sql.Ref |
getRef(int parameterIndex) |
short |
getShort(int parameterIndex) |
java.lang.String |
getString(int parameterIndex) |
java.sql.Time |
getTime(int parameterIndex) |
java.sql.Timestamp |
getTimestamp(int parameterIndex) |
java.net.URL |
getURL(int parameterIndex) |
boolean |
isNull(int parameterIndex) |
java.sql.Array getArray(int parameterIndex)
throws java.sql.SQLException
java.sql.SQLExceptionjava.io.InputStream getAsciiStream(int parameterIndex)
throws java.sql.SQLException
java.sql.SQLExceptionjava.math.BigDecimal getBigDecimal(int parameterIndex)
throws java.sql.SQLException
java.sql.SQLExceptionjava.io.InputStream getBinaryStream(int parameterIndex)
throws java.sql.SQLException
java.sql.SQLExceptionjava.sql.Blob getBlob(int parameterIndex)
throws java.sql.SQLException
java.sql.SQLExceptionboolean getBoolean(int parameterIndex)
throws java.sql.SQLException
java.sql.SQLExceptionbyte getByte(int parameterIndex)
throws java.sql.SQLException
java.sql.SQLExceptionbyte[] getBytes(int parameterIndex)
throws java.sql.SQLException
java.sql.SQLExceptionjava.io.Reader getCharacterStream(int parameterIndex)
throws java.sql.SQLException
java.sql.SQLExceptionjava.sql.Clob getClob(int parameterIndex)
throws java.sql.SQLException
java.sql.SQLExceptionjava.sql.Date getDate(int parameterIndex)
throws java.sql.SQLException
java.sql.SQLExceptiondouble getDouble(int parameterIndex)
throws java.sql.SQLException
java.sql.SQLExceptionfloat getFloat(int parameterIndex)
throws java.sql.SQLException
java.sql.SQLExceptionint getInt(int parameterIndex)
throws java.sql.SQLException
java.sql.SQLExceptionjava.math.BigInteger getBigInteger(int parameterIndex)
throws java.sql.SQLException
java.sql.SQLExceptionlong getLong(int parameterIndex)
throws java.sql.SQLException
java.sql.SQLExceptionjava.io.Reader getNCharacterStream(int parameterIndex)
throws java.sql.SQLException
java.sql.SQLExceptionjava.io.Reader getNClob(int parameterIndex)
throws java.sql.SQLException
java.sql.SQLExceptionjava.lang.Object getObject(int parameterIndex)
throws java.sql.SQLException
java.sql.SQLExceptionjava.sql.Ref getRef(int parameterIndex)
throws java.sql.SQLException
java.sql.SQLExceptionshort getShort(int parameterIndex)
throws java.sql.SQLException
java.sql.SQLExceptionjava.lang.String getString(int parameterIndex)
throws java.sql.SQLException
java.sql.SQLExceptionjava.sql.Time getTime(int parameterIndex)
throws java.sql.SQLException
java.sql.SQLExceptionjava.sql.Timestamp getTimestamp(int parameterIndex)
throws java.sql.SQLException
java.sql.SQLExceptionjava.net.URL getURL(int parameterIndex)
throws java.sql.SQLException
java.sql.SQLExceptionboolean isNull(int parameterIndex)
throws java.sql.SQLException
java.sql.SQLException