public class ParameterBindingsImpl extends java.lang.Object implements 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) |
public java.sql.Array getArray(int parameterIndex)
throws java.sql.SQLException
getArray in interface ParameterBindingsjava.sql.SQLExceptionpublic java.io.InputStream getAsciiStream(int parameterIndex)
throws java.sql.SQLException
getAsciiStream in interface ParameterBindingsjava.sql.SQLExceptionpublic java.math.BigDecimal getBigDecimal(int parameterIndex)
throws java.sql.SQLException
getBigDecimal in interface ParameterBindingsjava.sql.SQLExceptionpublic java.io.InputStream getBinaryStream(int parameterIndex)
throws java.sql.SQLException
getBinaryStream in interface ParameterBindingsjava.sql.SQLExceptionpublic java.sql.Blob getBlob(int parameterIndex)
throws java.sql.SQLException
getBlob in interface ParameterBindingsjava.sql.SQLExceptionpublic boolean getBoolean(int parameterIndex)
throws java.sql.SQLException
getBoolean in interface ParameterBindingsjava.sql.SQLExceptionpublic byte getByte(int parameterIndex)
throws java.sql.SQLException
getByte in interface ParameterBindingsjava.sql.SQLExceptionpublic byte[] getBytes(int parameterIndex)
throws java.sql.SQLException
getBytes in interface ParameterBindingsjava.sql.SQLExceptionpublic java.io.Reader getCharacterStream(int parameterIndex)
throws java.sql.SQLException
getCharacterStream in interface ParameterBindingsjava.sql.SQLExceptionpublic java.sql.Clob getClob(int parameterIndex)
throws java.sql.SQLException
getClob in interface ParameterBindingsjava.sql.SQLExceptionpublic java.sql.Date getDate(int parameterIndex)
throws java.sql.SQLException
getDate in interface ParameterBindingsjava.sql.SQLExceptionpublic double getDouble(int parameterIndex)
throws java.sql.SQLException
getDouble in interface ParameterBindingsjava.sql.SQLExceptionpublic float getFloat(int parameterIndex)
throws java.sql.SQLException
getFloat in interface ParameterBindingsjava.sql.SQLExceptionpublic int getInt(int parameterIndex)
throws java.sql.SQLException
getInt in interface ParameterBindingsjava.sql.SQLExceptionpublic java.math.BigInteger getBigInteger(int parameterIndex)
throws java.sql.SQLException
getBigInteger in interface ParameterBindingsjava.sql.SQLExceptionpublic long getLong(int parameterIndex)
throws java.sql.SQLException
getLong in interface ParameterBindingsjava.sql.SQLExceptionpublic java.io.Reader getNCharacterStream(int parameterIndex)
throws java.sql.SQLException
getNCharacterStream in interface ParameterBindingsjava.sql.SQLExceptionpublic java.io.Reader getNClob(int parameterIndex)
throws java.sql.SQLException
getNClob in interface ParameterBindingsjava.sql.SQLExceptionpublic java.lang.Object getObject(int parameterIndex)
throws java.sql.SQLException
getObject in interface ParameterBindingsjava.sql.SQLExceptionpublic java.sql.Ref getRef(int parameterIndex)
throws java.sql.SQLException
getRef in interface ParameterBindingsjava.sql.SQLExceptionpublic short getShort(int parameterIndex)
throws java.sql.SQLException
getShort in interface ParameterBindingsjava.sql.SQLExceptionpublic java.lang.String getString(int parameterIndex)
throws java.sql.SQLException
getString in interface ParameterBindingsjava.sql.SQLExceptionpublic java.sql.Time getTime(int parameterIndex)
throws java.sql.SQLException
getTime in interface ParameterBindingsjava.sql.SQLExceptionpublic java.sql.Timestamp getTimestamp(int parameterIndex)
throws java.sql.SQLException
getTimestamp in interface ParameterBindingsjava.sql.SQLExceptionpublic java.net.URL getURL(int parameterIndex)
throws java.sql.SQLException
getURL in interface ParameterBindingsjava.sql.SQLExceptionpublic boolean isNull(int parameterIndex)
throws java.sql.SQLException
isNull in interface ParameterBindingsjava.sql.SQLException