Class PreparedStatement.EmulatedPreparedStatementBindings
java.lang.Object
com.mysql.jdbc.PreparedStatement.EmulatedPreparedStatementBindings
- All Implemented Interfaces:
ParameterBindings
- Enclosing class:
PreparedStatement
class PreparedStatement.EmulatedPreparedStatementBindings
extends Object
implements ParameterBindings
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetArray(int parameterIndex) getAsciiStream(int parameterIndex) getBigDecimal(int parameterIndex) getBinaryStream(int parameterIndex) getBlob(int parameterIndex) booleangetBoolean(int parameterIndex) bytegetByte(int parameterIndex) byte[]getBytes(int parameterIndex) getCharacterStream(int parameterIndex) getClob(int parameterIndex) getDate(int parameterIndex) doublegetDouble(int parameterIndex) floatgetFloat(int parameterIndex) intgetInt(int parameterIndex) longgetLong(int parameterIndex) getNCharacterStream(int parameterIndex) getNClob(int parameterIndex) getObject(int parameterIndex) getRef(int parameterIndex) shortgetShort(int parameterIndex) getString(int parameterIndex) getTime(int parameterIndex) getTimestamp(int parameterIndex) getURL(int parameterIndex) booleanisNull(int parameterIndex)
-
Constructor Details
-
EmulatedPreparedStatementBindings
EmulatedPreparedStatementBindings() throws SQLException- Throws:
SQLException
-
-
Method Details
-
getArray
- Specified by:
getArrayin interfaceParameterBindings- Throws:
SQLException
-
getAsciiStream
- Specified by:
getAsciiStreamin interfaceParameterBindings- Throws:
SQLException
-
getBigDecimal
- Specified by:
getBigDecimalin interfaceParameterBindings- Throws:
SQLException
-
getBinaryStream
- Specified by:
getBinaryStreamin interfaceParameterBindings- Throws:
SQLException
-
getBlob
- Specified by:
getBlobin interfaceParameterBindings- Throws:
SQLException
-
getBoolean
- Specified by:
getBooleanin interfaceParameterBindings- Throws:
SQLException
-
getByte
- Specified by:
getBytein interfaceParameterBindings- Throws:
SQLException
-
getBytes
- Specified by:
getBytesin interfaceParameterBindings- Throws:
SQLException
-
getCharacterStream
- Specified by:
getCharacterStreamin interfaceParameterBindings- Throws:
SQLException
-
getClob
- Specified by:
getClobin interfaceParameterBindings- Throws:
SQLException
-
getDate
- Specified by:
getDatein interfaceParameterBindings- Throws:
SQLException
-
getDouble
- Specified by:
getDoublein interfaceParameterBindings- Throws:
SQLException
-
getFloat
- Specified by:
getFloatin interfaceParameterBindings- Throws:
SQLException
-
getInt
- Specified by:
getIntin interfaceParameterBindings- Throws:
SQLException
-
getLong
- Specified by:
getLongin interfaceParameterBindings- Throws:
SQLException
-
getNCharacterStream
- Specified by:
getNCharacterStreamin interfaceParameterBindings- Throws:
SQLException
-
getNClob
- Specified by:
getNClobin interfaceParameterBindings- Throws:
SQLException
-
getObject
- Specified by:
getObjectin interfaceParameterBindings- Throws:
SQLException
-
getRef
- Specified by:
getRefin interfaceParameterBindings- Throws:
SQLException
-
getShort
- Specified by:
getShortin interfaceParameterBindings- Throws:
SQLException
-
getString
- Specified by:
getStringin interfaceParameterBindings- Throws:
SQLException
-
getTime
- Specified by:
getTimein interfaceParameterBindings- Throws:
SQLException
-
getTimestamp
- Specified by:
getTimestampin interfaceParameterBindings- Throws:
SQLException
-
getURL
- Specified by:
getURLin interfaceParameterBindings- Throws:
SQLException
-
isNull
- Specified by:
isNullin interfaceParameterBindings- Throws:
SQLException
-