类 ParameterBindingsImpl
- java.lang.Object
-
- com.mysql.cj.jdbc.ParameterBindingsImpl
-
- 所有已实现的接口:
ParameterBindings
public class ParameterBindingsImpl extends Object implements ParameterBindings
-
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 ArraygetArray(int parameterIndex)InputStreamgetAsciiStream(int parameterIndex)BigDecimalgetBigDecimal(int parameterIndex)BigIntegergetBigInteger(int parameterIndex)InputStreamgetBinaryStream(int parameterIndex)BlobgetBlob(int parameterIndex)booleangetBoolean(int parameterIndex)bytegetByte(int parameterIndex)byte[]getBytes(int parameterIndex)ReadergetCharacterStream(int parameterIndex)ClobgetClob(int parameterIndex)DategetDate(int parameterIndex)doublegetDouble(int parameterIndex)floatgetFloat(int parameterIndex)intgetInt(int parameterIndex)longgetLong(int parameterIndex)ReadergetNCharacterStream(int parameterIndex)ReadergetNClob(int parameterIndex)ObjectgetObject(int parameterIndex)RefgetRef(int parameterIndex)shortgetShort(int parameterIndex)StringgetString(int parameterIndex)TimegetTime(int parameterIndex)TimestampgetTimestamp(int parameterIndex)URLgetURL(int parameterIndex)booleanisNull(int parameterIndex)
-
-
-
方法详细资料
-
getArray
public Array getArray(int parameterIndex) throws SQLException
- 指定者:
getArray在接口中ParameterBindings- 抛出:
SQLException
-
getAsciiStream
public InputStream getAsciiStream(int parameterIndex) throws SQLException
- 指定者:
getAsciiStream在接口中ParameterBindings- 抛出:
SQLException
-
getBigDecimal
public BigDecimal getBigDecimal(int parameterIndex) throws SQLException
- 指定者:
getBigDecimal在接口中ParameterBindings- 抛出:
SQLException
-
getBinaryStream
public InputStream getBinaryStream(int parameterIndex) throws SQLException
- 指定者:
getBinaryStream在接口中ParameterBindings- 抛出:
SQLException
-
getBlob
public Blob getBlob(int parameterIndex) throws SQLException
- 指定者:
getBlob在接口中ParameterBindings- 抛出:
SQLException
-
getBoolean
public boolean getBoolean(int parameterIndex) throws SQLException- 指定者:
getBoolean在接口中ParameterBindings- 抛出:
SQLException
-
getByte
public byte getByte(int parameterIndex) throws SQLException- 指定者:
getByte在接口中ParameterBindings- 抛出:
SQLException
-
getBytes
public byte[] getBytes(int parameterIndex) throws SQLException- 指定者:
getBytes在接口中ParameterBindings- 抛出:
SQLException
-
getCharacterStream
public Reader getCharacterStream(int parameterIndex) throws SQLException
- 指定者:
getCharacterStream在接口中ParameterBindings- 抛出:
SQLException
-
getClob
public Clob getClob(int parameterIndex) throws SQLException
- 指定者:
getClob在接口中ParameterBindings- 抛出:
SQLException
-
getDate
public Date getDate(int parameterIndex) throws SQLException
- 指定者:
getDate在接口中ParameterBindings- 抛出:
SQLException
-
getDouble
public double getDouble(int parameterIndex) throws SQLException- 指定者:
getDouble在接口中ParameterBindings- 抛出:
SQLException
-
getFloat
public float getFloat(int parameterIndex) throws SQLException- 指定者:
getFloat在接口中ParameterBindings- 抛出:
SQLException
-
getInt
public int getInt(int parameterIndex) throws SQLException- 指定者:
getInt在接口中ParameterBindings- 抛出:
SQLException
-
getBigInteger
public BigInteger getBigInteger(int parameterIndex) throws SQLException
- 指定者:
getBigInteger在接口中ParameterBindings- 抛出:
SQLException
-
getLong
public long getLong(int parameterIndex) throws SQLException- 指定者:
getLong在接口中ParameterBindings- 抛出:
SQLException
-
getNCharacterStream
public Reader getNCharacterStream(int parameterIndex) throws SQLException
- 指定者:
getNCharacterStream在接口中ParameterBindings- 抛出:
SQLException
-
getNClob
public Reader getNClob(int parameterIndex) throws SQLException
- 指定者:
getNClob在接口中ParameterBindings- 抛出:
SQLException
-
getObject
public Object getObject(int parameterIndex) throws SQLException
- 指定者:
getObject在接口中ParameterBindings- 抛出:
SQLException
-
getRef
public Ref getRef(int parameterIndex) throws SQLException
- 指定者:
getRef在接口中ParameterBindings- 抛出:
SQLException
-
getShort
public short getShort(int parameterIndex) throws SQLException- 指定者:
getShort在接口中ParameterBindings- 抛出:
SQLException
-
getString
public String getString(int parameterIndex) throws SQLException
- 指定者:
getString在接口中ParameterBindings- 抛出:
SQLException
-
getTime
public Time getTime(int parameterIndex) throws SQLException
- 指定者:
getTime在接口中ParameterBindings- 抛出:
SQLException
-
getTimestamp
public Timestamp getTimestamp(int parameterIndex) throws SQLException
- 指定者:
getTimestamp在接口中ParameterBindings- 抛出:
SQLException
-
getURL
public URL getURL(int parameterIndex) throws SQLException
- 指定者:
getURL在接口中ParameterBindings- 抛出:
SQLException
-
isNull
public boolean isNull(int parameterIndex) throws SQLException- 指定者:
isNull在接口中ParameterBindings- 抛出:
SQLException
-
-