Package com.mysql.cj.jdbc
Class ParameterBindingsImpl
java.lang.Object
com.mysql.cj.jdbc.ParameterBindingsImpl
- All Implemented Interfaces:
ParameterBindings
public class ParameterBindingsImpl extends java.lang.Object implements ParameterBindings
-
Method Summary
Modifier and Type Method Description java.sql.ArraygetArray(int parameterIndex)java.io.InputStreamgetAsciiStream(int parameterIndex)java.math.BigDecimalgetBigDecimal(int parameterIndex)java.math.BigIntegergetBigInteger(int parameterIndex)java.io.InputStreamgetBinaryStream(int parameterIndex)java.sql.BlobgetBlob(int parameterIndex)booleangetBoolean(int parameterIndex)bytegetByte(int parameterIndex)byte[]getBytes(int parameterIndex)java.io.ReadergetCharacterStream(int parameterIndex)java.sql.ClobgetClob(int parameterIndex)java.sql.DategetDate(int parameterIndex)doublegetDouble(int parameterIndex)floatgetFloat(int parameterIndex)intgetInt(int parameterIndex)longgetLong(int parameterIndex)java.io.ReadergetNCharacterStream(int parameterIndex)java.io.ReadergetNClob(int parameterIndex)java.lang.ObjectgetObject(int parameterIndex)java.sql.RefgetRef(int parameterIndex)shortgetShort(int parameterIndex)java.lang.StringgetString(int parameterIndex)java.sql.TimegetTime(int parameterIndex)java.sql.TimestampgetTimestamp(int parameterIndex)java.net.URLgetURL(int parameterIndex)booleanisNull(int parameterIndex)
-
Method Details
-
getArray
public java.sql.Array getArray(int parameterIndex) throws java.sql.SQLException- Specified by:
getArrayin interfaceParameterBindings- Throws:
java.sql.SQLException
-
getAsciiStream
public java.io.InputStream getAsciiStream(int parameterIndex) throws java.sql.SQLException- Specified by:
getAsciiStreamin interfaceParameterBindings- Throws:
java.sql.SQLException
-
getBigDecimal
public java.math.BigDecimal getBigDecimal(int parameterIndex) throws java.sql.SQLException- Specified by:
getBigDecimalin interfaceParameterBindings- Throws:
java.sql.SQLException
-
getBinaryStream
public java.io.InputStream getBinaryStream(int parameterIndex) throws java.sql.SQLException- Specified by:
getBinaryStreamin interfaceParameterBindings- Throws:
java.sql.SQLException
-
getBlob
public java.sql.Blob getBlob(int parameterIndex) throws java.sql.SQLException- Specified by:
getBlobin interfaceParameterBindings- Throws:
java.sql.SQLException
-
getBoolean
public boolean getBoolean(int parameterIndex) throws java.sql.SQLException- Specified by:
getBooleanin interfaceParameterBindings- Throws:
java.sql.SQLException
-
getByte
public byte getByte(int parameterIndex) throws java.sql.SQLException- Specified by:
getBytein interfaceParameterBindings- Throws:
java.sql.SQLException
-
getBytes
public byte[] getBytes(int parameterIndex) throws java.sql.SQLException- Specified by:
getBytesin interfaceParameterBindings- Throws:
java.sql.SQLException
-
getCharacterStream
public java.io.Reader getCharacterStream(int parameterIndex) throws java.sql.SQLException- Specified by:
getCharacterStreamin interfaceParameterBindings- Throws:
java.sql.SQLException
-
getClob
public java.sql.Clob getClob(int parameterIndex) throws java.sql.SQLException- Specified by:
getClobin interfaceParameterBindings- Throws:
java.sql.SQLException
-
getDate
public java.sql.Date getDate(int parameterIndex) throws java.sql.SQLException- Specified by:
getDatein interfaceParameterBindings- Throws:
java.sql.SQLException
-
getDouble
public double getDouble(int parameterIndex) throws java.sql.SQLException- Specified by:
getDoublein interfaceParameterBindings- Throws:
java.sql.SQLException
-
getFloat
public float getFloat(int parameterIndex) throws java.sql.SQLException- Specified by:
getFloatin interfaceParameterBindings- Throws:
java.sql.SQLException
-
getInt
public int getInt(int parameterIndex) throws java.sql.SQLException- Specified by:
getIntin interfaceParameterBindings- Throws:
java.sql.SQLException
-
getBigInteger
public java.math.BigInteger getBigInteger(int parameterIndex) throws java.sql.SQLException- Specified by:
getBigIntegerin interfaceParameterBindings- Throws:
java.sql.SQLException
-
getLong
public long getLong(int parameterIndex) throws java.sql.SQLException- Specified by:
getLongin interfaceParameterBindings- Throws:
java.sql.SQLException
-
getNCharacterStream
public java.io.Reader getNCharacterStream(int parameterIndex) throws java.sql.SQLException- Specified by:
getNCharacterStreamin interfaceParameterBindings- Throws:
java.sql.SQLException
-
getNClob
public java.io.Reader getNClob(int parameterIndex) throws java.sql.SQLException- Specified by:
getNClobin interfaceParameterBindings- Throws:
java.sql.SQLException
-
getObject
public java.lang.Object getObject(int parameterIndex) throws java.sql.SQLException- Specified by:
getObjectin interfaceParameterBindings- Throws:
java.sql.SQLException
-
getRef
public java.sql.Ref getRef(int parameterIndex) throws java.sql.SQLException- Specified by:
getRefin interfaceParameterBindings- Throws:
java.sql.SQLException
-
getShort
public short getShort(int parameterIndex) throws java.sql.SQLException- Specified by:
getShortin interfaceParameterBindings- Throws:
java.sql.SQLException
-
getString
public java.lang.String getString(int parameterIndex) throws java.sql.SQLException- Specified by:
getStringin interfaceParameterBindings- Throws:
java.sql.SQLException
-
getTime
public java.sql.Time getTime(int parameterIndex) throws java.sql.SQLException- Specified by:
getTimein interfaceParameterBindings- Throws:
java.sql.SQLException
-
getTimestamp
public java.sql.Timestamp getTimestamp(int parameterIndex) throws java.sql.SQLException- Specified by:
getTimestampin interfaceParameterBindings- Throws:
java.sql.SQLException
-
getURL
public java.net.URL getURL(int parameterIndex) throws java.sql.SQLException- Specified by:
getURLin interfaceParameterBindings- Throws:
java.sql.SQLException
-
isNull
public boolean isNull(int parameterIndex) throws java.sql.SQLException- Specified by:
isNullin interfaceParameterBindings- Throws:
java.sql.SQLException
-