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