com.alibaba.druid.pool
类 DruidPooledCallableStatement

java.lang.Object
  继承者 com.alibaba.druid.pool.PoolableWrapper
      继承者 com.alibaba.druid.pool.DruidPooledStatement
          继承者 com.alibaba.druid.pool.DruidPooledPreparedStatement
              继承者 com.alibaba.druid.pool.DruidPooledCallableStatement
所有已实现的接口:
CallableStatement, PreparedStatement, Statement, Wrapper

public class DruidPooledCallableStatement
extends DruidPooledPreparedStatement
implements CallableStatement

作者:
wenshao

嵌套类摘要
 
从类 com.alibaba.druid.pool.DruidPooledPreparedStatement 继承的嵌套类/接口
DruidPooledPreparedStatement.PreparedStatementKey
 
字段摘要
 
从接口 java.sql.Statement 继承的字段
CLOSE_ALL_RESULTS, CLOSE_CURRENT_RESULT, EXECUTE_FAILED, KEEP_CURRENT_RESULT, NO_GENERATED_KEYS, RETURN_GENERATED_KEYS, SUCCESS_NO_INFO
 
构造方法摘要
DruidPooledCallableStatement(DruidPooledConnection conn, PreparedStatementHolder holder)
           
 
方法摘要
 Array getArray(int parameterIndex)
           
 Array getArray(String parameterName)
           
 BigDecimal getBigDecimal(int parameterIndex)
           
 BigDecimal getBigDecimal(int parameterIndex, int scale)
          已过时。 
 BigDecimal getBigDecimal(String parameterName)
           
 Blob getBlob(int parameterIndex)
           
 Blob getBlob(String parameterName)
           
 boolean getBoolean(int parameterIndex)
           
 boolean getBoolean(String parameterName)
           
 byte getByte(int parameterIndex)
           
 byte getByte(String parameterName)
           
 byte[] getBytes(int parameterIndex)
           
 byte[] getBytes(String parameterName)
           
 CallableStatement getCallableStatementRaw()
           
 Reader getCharacterStream(int parameterIndex)
           
 Reader getCharacterStream(String parameterName)
           
 Clob getClob(int parameterIndex)
           
 Clob getClob(String parameterName)
           
 Date getDate(int parameterIndex)
           
 Date getDate(int parameterIndex, Calendar cal)
           
 Date getDate(String parameterName)
           
 Date getDate(String parameterName, Calendar cal)
           
 double getDouble(int parameterIndex)
           
 double getDouble(String parameterName)
           
 float getFloat(int parameterIndex)
           
 float getFloat(String parameterName)
           
 int getInt(int parameterIndex)
           
 int getInt(String parameterName)
           
 long getLong(int parameterIndex)
           
 long getLong(String parameterName)
           
 Reader getNCharacterStream(int parameterIndex)
           
 Reader getNCharacterStream(String parameterName)
           
 NClob getNClob(int parameterIndex)
           
 NClob getNClob(String parameterName)
           
 String getNString(int parameterIndex)
           
 String getNString(String parameterName)
           
 Object getObject(int parameterIndex)
           
<T> T
getObject(int parameterIndex, Class<T> type)
           
 Object getObject(int parameterIndex, Map<String,Class<?>> map)
           
 Object getObject(String parameterName)
           
<T> T
getObject(String parameterName, Class<T> type)
           
 Object getObject(String parameterName, Map<String,Class<?>> map)
           
 Ref getRef(int parameterIndex)
           
 Ref getRef(String parameterName)
           
 RowId getRowId(int parameterIndex)
           
 RowId getRowId(String parameterName)
           
 short getShort(int parameterIndex)
           
 short getShort(String parameterName)
           
 SQLXML getSQLXML(int parameterIndex)
           
 SQLXML getSQLXML(String parameterName)
           
 String getString(int parameterIndex)
           
 String getString(String parameterName)
           
 Time getTime(int parameterIndex)
           
 Time getTime(int parameterIndex, Calendar cal)
           
 Time getTime(String parameterName)
           
 Time getTime(String parameterName, Calendar cal)
           
 Timestamp getTimestamp(int parameterIndex)
           
 Timestamp getTimestamp(int parameterIndex, Calendar cal)
           
 Timestamp getTimestamp(String parameterName)
           
 Timestamp getTimestamp(String parameterName, Calendar cal)
           
 URL getURL(int parameterIndex)
           
 URL getURL(String parameterName)
           
 void registerOutParameter(int parameterIndex, int sqlType)
           
 void registerOutParameter(int parameterIndex, int sqlType, int scale)
           
 void registerOutParameter(int parameterIndex, int sqlType, String typeName)
           
 void registerOutParameter(String parameterName, int sqlType)
           
 void registerOutParameter(String parameterName, int sqlType, int scale)
           
 void registerOutParameter(String parameterName, int sqlType, String typeName)
           
 void setAsciiStream(String parameterName, InputStream x)
           
 void setAsciiStream(String parameterName, InputStream x, int length)
           
 void setAsciiStream(String parameterName, InputStream x, long length)
           
 void setBigDecimal(String parameterName, BigDecimal x)
           
 void setBinaryStream(String parameterName, InputStream x)
           
 void setBinaryStream(String parameterName, InputStream x, int length)
           
 void setBinaryStream(String parameterName, InputStream x, long length)
           
 void setBlob(String parameterName, Blob x)
           
 void setBlob(String parameterName, InputStream inputStream)
           
 void setBlob(String parameterName, InputStream inputStream, long length)
           
 void setBoolean(String parameterName, boolean x)
           
 void setByte(String parameterName, byte x)
           
 void setBytes(String parameterName, byte[] x)
           
 void setCharacterStream(String parameterName, Reader reader)
           
 void setCharacterStream(String parameterName, Reader reader, int length)
           
 void setCharacterStream(String parameterName, Reader reader, long length)
           
 void setClob(String parameterName, Clob x)
           
 void setClob(String parameterName, Reader reader)
           
 void setClob(String parameterName, Reader reader, long length)
           
 void setDate(String parameterName, Date x)
           
 void setDate(String parameterName, Date x, Calendar cal)
           
 void setDouble(String parameterName, double x)
           
 void setFloat(String parameterName, float x)
           
 void setInt(String parameterName, int x)
           
 void setLong(String parameterName, long x)
           
 void setNCharacterStream(String parameterName, Reader value)
           
 void setNCharacterStream(String parameterName, Reader value, long length)
           
 void setNClob(String parameterName, NClob value)
           
 void setNClob(String parameterName, Reader reader)
           
 void setNClob(String parameterName, Reader reader, long length)
           
 void setNString(String parameterName, String value)
           
 void setNull(String parameterName, int sqlType)
           
 void setNull(String parameterName, int sqlType, String typeName)
           
 void setObject(String parameterName, Object x)
           
 void setObject(String parameterName, Object x, int targetSqlType)
           
 void setObject(String parameterName, Object x, int targetSqlType, int scale)
           
 void setRowId(String parameterName, RowId x)
           
 void setShort(String parameterName, short x)
           
 void setSQLXML(String parameterName, SQLXML xmlObject)
           
 void setString(String parameterName, String x)
           
 void setTime(String parameterName, Time x)
           
 void setTime(String parameterName, Time x, Calendar cal)
           
 void setTimestamp(String parameterName, Timestamp x)
           
 void setTimestamp(String parameterName, Timestamp x, Calendar cal)
           
 void setURL(String parameterName, URL val)
           
<T> T
unwrap(Class<T> iface)
           
 boolean wasNull()
           
 
从类 com.alibaba.druid.pool.DruidPooledPreparedStatement 继承的方法
addBatch, clearParameters, close, execute, executeBatch, executeQuery, executeUpdate, getHitCount, getKey, getMetaData, getParameterMetaData, getPreparedStatementHolder, getRawPreparedStatement, getRawStatement, getSql, isPooled, isWrapperFor, setArray, setAsciiStream, setAsciiStream, setAsciiStream, setBigDecimal, setBinaryStream, setBinaryStream, setBinaryStream, setBlob, setBlob, setBlob, setBoolean, setByte, setBytes, setCharacterStream, setCharacterStream, setCharacterStream, setClob, setClob, setClob, setDate, setDate, setDouble, setFetchDirection, setFetchSize, setFloat, setInt, setLong, setMaxFieldSize, setMaxRows, setNCharacterStream, setNCharacterStream, setNClob, setNClob, setNClob, setNString, setNull, setNull, setObject, setObject, setObject, setQueryTimeout, setRef, setRowId, setShort, setSQLXML, setString, setTime, setTime, setTimestamp, setTimestamp, setUnicodeStream, setURL
 
从类 com.alibaba.druid.pool.DruidPooledStatement 继承的方法
addBatch, cancel, clearBatch, clearWarnings, closeOnCompletion, execute, execute, execute, execute, executeQuery, executeUpdate, executeUpdate, executeUpdate, executeUpdate, getConnection, getFetchDirection, getFetchRowPeak, getFetchSize, getGeneratedKeys, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getPoolableConnection, getQueryTimeout, getResultSet, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getStatement, getUpdateCount, getWarnings, incrementExecuteCount, isClosed, isCloseOnCompletion, isPoolable, setCursorName, setEscapeProcessing, setPoolable, toString
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
从接口 java.sql.PreparedStatement 继承的方法
addBatch, clearParameters, execute, executeQuery, executeUpdate, getMetaData, getParameterMetaData, setArray, setAsciiStream, setAsciiStream, setAsciiStream, setBigDecimal, setBinaryStream, setBinaryStream, setBinaryStream, setBlob, setBlob, setBlob, setBoolean, setByte, setBytes, setCharacterStream, setCharacterStream, setCharacterStream, setClob, setClob, setClob, setDate, setDate, setDouble, setFloat, setInt, setLong, setNCharacterStream, setNCharacterStream, setNClob, setNClob, setNClob, setNString, setNull, setNull, setObject, setObject, setObject, setRef, setRowId, setShort, setSQLXML, setString, setTime, setTime, setTimestamp, setTimestamp, setUnicodeStream, setURL
 
从接口 java.sql.Statement 继承的方法
addBatch, cancel, clearBatch, clearWarnings, close, execute, execute, execute, execute, executeBatch, executeQuery, executeUpdate, executeUpdate, executeUpdate, executeUpdate, getConnection, getFetchDirection, getFetchSize, getGeneratedKeys, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getResultSet, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getUpdateCount, getWarnings, isClosed, isPoolable, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setMaxFieldSize, setMaxRows, setPoolable, setQueryTimeout
 
从接口 java.sql.Wrapper 继承的方法
isWrapperFor
 

构造方法详细信息

DruidPooledCallableStatement

public DruidPooledCallableStatement(DruidPooledConnection conn,
                                    PreparedStatementHolder holder)
                             throws SQLException
抛出:
SQLException
方法详细信息

getCallableStatementRaw

public CallableStatement getCallableStatementRaw()

registerOutParameter

public void registerOutParameter(int parameterIndex,
                                 int sqlType)
                          throws SQLException
指定者:
接口 CallableStatement 中的 registerOutParameter
抛出:
SQLException

registerOutParameter

public void registerOutParameter(int parameterIndex,
                                 int sqlType,
                                 int scale)
                          throws SQLException
指定者:
接口 CallableStatement 中的 registerOutParameter
抛出:
SQLException

wasNull

public boolean wasNull()
                throws SQLException
指定者:
接口 CallableStatement 中的 wasNull
抛出:
SQLException

getString

public String getString(int parameterIndex)
                 throws SQLException
指定者:
接口 CallableStatement 中的 getString
抛出:
SQLException

getBoolean

public boolean getBoolean(int parameterIndex)
                   throws SQLException
指定者:
接口 CallableStatement 中的 getBoolean
抛出:
SQLException

getByte

public byte getByte(int parameterIndex)
             throws SQLException
指定者:
接口 CallableStatement 中的 getByte
抛出:
SQLException

getShort

public short getShort(int parameterIndex)
               throws SQLException
指定者:
接口 CallableStatement 中的 getShort
抛出:
SQLException

getInt

public int getInt(int parameterIndex)
           throws SQLException
指定者:
接口 CallableStatement 中的 getInt
抛出:
SQLException

getLong

public long getLong(int parameterIndex)
             throws SQLException
指定者:
接口 CallableStatement 中的 getLong
抛出:
SQLException

getFloat

public float getFloat(int parameterIndex)
               throws SQLException
指定者:
接口 CallableStatement 中的 getFloat
抛出:
SQLException

getDouble

public double getDouble(int parameterIndex)
                 throws SQLException
指定者:
接口 CallableStatement 中的 getDouble
抛出:
SQLException

getBigDecimal

@Deprecated
public BigDecimal getBigDecimal(int parameterIndex,
                                           int scale)
                         throws SQLException
已过时。 

指定者:
接口 CallableStatement 中的 getBigDecimal
抛出:
SQLException

getBytes

public byte[] getBytes(int parameterIndex)
                throws SQLException
指定者:
接口 CallableStatement 中的 getBytes
抛出:
SQLException

getDate

public Date getDate(int parameterIndex)
             throws SQLException
指定者:
接口 CallableStatement 中的 getDate
抛出:
SQLException

getTime

public Time getTime(int parameterIndex)
             throws SQLException
指定者:
接口 CallableStatement 中的 getTime
抛出:
SQLException

getTimestamp

public Timestamp getTimestamp(int parameterIndex)
                       throws SQLException
指定者:
接口 CallableStatement 中的 getTimestamp
抛出:
SQLException

getObject

public Object getObject(int parameterIndex)
                 throws SQLException
指定者:
接口 CallableStatement 中的 getObject
抛出:
SQLException

getBigDecimal

public BigDecimal getBigDecimal(int parameterIndex)
                         throws SQLException
指定者:
接口 CallableStatement 中的 getBigDecimal
抛出:
SQLException

getObject

public Object getObject(int parameterIndex,
                        Map<String,Class<?>> map)
                 throws SQLException
指定者:
接口 CallableStatement 中的 getObject
抛出:
SQLException

getRef

public Ref getRef(int parameterIndex)
           throws SQLException
指定者:
接口 CallableStatement 中的 getRef
抛出:
SQLException

getBlob

public Blob getBlob(int parameterIndex)
             throws SQLException
指定者:
接口 CallableStatement 中的 getBlob
抛出:
SQLException

getClob

public Clob getClob(int parameterIndex)
             throws SQLException
指定者:
接口 CallableStatement 中的 getClob
抛出:
SQLException

getArray

public Array getArray(int parameterIndex)
               throws SQLException
指定者:
接口 CallableStatement 中的 getArray
抛出:
SQLException

getDate

public Date getDate(int parameterIndex,
                    Calendar cal)
             throws SQLException
指定者:
接口 CallableStatement 中的 getDate
抛出:
SQLException

getTime

public Time getTime(int parameterIndex,
                    Calendar cal)
             throws SQLException
指定者:
接口 CallableStatement 中的 getTime
抛出:
SQLException

getTimestamp

public Timestamp getTimestamp(int parameterIndex,
                              Calendar cal)
                       throws SQLException
指定者:
接口 CallableStatement 中的 getTimestamp
抛出:
SQLException

registerOutParameter

public void registerOutParameter(int parameterIndex,
                                 int sqlType,
                                 String typeName)
                          throws SQLException
指定者:
接口 CallableStatement 中的 registerOutParameter
抛出:
SQLException

registerOutParameter

public void registerOutParameter(String parameterName,
                                 int sqlType)
                          throws SQLException
指定者:
接口 CallableStatement 中的 registerOutParameter
抛出:
SQLException

registerOutParameter

public void registerOutParameter(String parameterName,
                                 int sqlType,
                                 int scale)
                          throws SQLException
指定者:
接口 CallableStatement 中的 registerOutParameter
抛出:
SQLException

registerOutParameter

public void registerOutParameter(String parameterName,
                                 int sqlType,
                                 String typeName)
                          throws SQLException
指定者:
接口 CallableStatement 中的 registerOutParameter
抛出:
SQLException

getURL

public URL getURL(int parameterIndex)
           throws SQLException
指定者:
接口 CallableStatement 中的 getURL
抛出:
SQLException

setURL

public void setURL(String parameterName,
                   URL val)
            throws SQLException
指定者:
接口 CallableStatement 中的 setURL
抛出:
SQLException

setNull

public void setNull(String parameterName,
                    int sqlType)
             throws SQLException
指定者:
接口 CallableStatement 中的 setNull
抛出:
SQLException

setBoolean

public void setBoolean(String parameterName,
                       boolean x)
                throws SQLException
指定者:
接口 CallableStatement 中的 setBoolean
抛出:
SQLException

setByte

public void setByte(String parameterName,
                    byte x)
             throws SQLException
指定者:
接口 CallableStatement 中的 setByte
抛出:
SQLException

setShort

public void setShort(String parameterName,
                     short x)
              throws SQLException
指定者:
接口 CallableStatement 中的 setShort
抛出:
SQLException

setInt

public void setInt(String parameterName,
                   int x)
            throws SQLException
指定者:
接口 CallableStatement 中的 setInt
抛出:
SQLException

setLong

public void setLong(String parameterName,
                    long x)
             throws SQLException
指定者:
接口 CallableStatement 中的 setLong
抛出:
SQLException

setFloat

public void setFloat(String parameterName,
                     float x)
              throws SQLException
指定者:
接口 CallableStatement 中的 setFloat
抛出:
SQLException

setDouble

public void setDouble(String parameterName,
                      double x)
               throws SQLException
指定者:
接口 CallableStatement 中的 setDouble
抛出:
SQLException

setBigDecimal

public void setBigDecimal(String parameterName,
                          BigDecimal x)
                   throws SQLException
指定者:
接口 CallableStatement 中的 setBigDecimal
抛出:
SQLException

setString

public void setString(String parameterName,
                      String x)
               throws SQLException
指定者:
接口 CallableStatement 中的 setString
抛出:
SQLException

setBytes

public void setBytes(String parameterName,
                     byte[] x)
              throws SQLException
指定者:
接口 CallableStatement 中的 setBytes
抛出:
SQLException

setDate

public void setDate(String parameterName,
                    Date x)
             throws SQLException
指定者:
接口 CallableStatement 中的 setDate
抛出:
SQLException

setTime

public void setTime(String parameterName,
                    Time x)
             throws SQLException
指定者:
接口 CallableStatement 中的 setTime
抛出:
SQLException

setTimestamp

public void setTimestamp(String parameterName,
                         Timestamp x)
                  throws SQLException
指定者:
接口 CallableStatement 中的 setTimestamp
抛出:
SQLException

setAsciiStream

public void setAsciiStream(String parameterName,
                           InputStream x,
                           int length)
                    throws SQLException
指定者:
接口 CallableStatement 中的 setAsciiStream
抛出:
SQLException

setBinaryStream

public void setBinaryStream(String parameterName,
                            InputStream x,
                            int length)
                     throws SQLException
指定者:
接口 CallableStatement 中的 setBinaryStream
抛出:
SQLException

setObject

public void setObject(String parameterName,
                      Object x,
                      int targetSqlType,
                      int scale)
               throws SQLException
指定者:
接口 CallableStatement 中的 setObject
抛出:
SQLException

setObject

public void setObject(String parameterName,
                      Object x,
                      int targetSqlType)
               throws SQLException
指定者:
接口 CallableStatement 中的 setObject
抛出:
SQLException

setObject

public void setObject(String parameterName,
                      Object x)
               throws SQLException
指定者:
接口 CallableStatement 中的 setObject
抛出:
SQLException

setCharacterStream

public void setCharacterStream(String parameterName,
                               Reader reader,
                               int length)
                        throws SQLException
指定者:
接口 CallableStatement 中的 setCharacterStream
抛出:
SQLException

setDate

public void setDate(String parameterName,
                    Date x,
                    Calendar cal)
             throws SQLException
指定者:
接口 CallableStatement 中的 setDate
抛出:
SQLException

setTime

public void setTime(String parameterName,
                    Time x,
                    Calendar cal)
             throws SQLException
指定者:
接口 CallableStatement 中的 setTime
抛出:
SQLException

setTimestamp

public void setTimestamp(String parameterName,
                         Timestamp x,
                         Calendar cal)
                  throws SQLException
指定者:
接口 CallableStatement 中的 setTimestamp
抛出:
SQLException

setNull

public void setNull(String parameterName,
                    int sqlType,
                    String typeName)
             throws SQLException
指定者:
接口 CallableStatement 中的 setNull
抛出:
SQLException

getString

public String getString(String parameterName)
                 throws SQLException
指定者:
接口 CallableStatement 中的 getString
抛出:
SQLException

getBoolean

public boolean getBoolean(String parameterName)
                   throws SQLException
指定者:
接口 CallableStatement 中的 getBoolean
抛出:
SQLException

getByte

public byte getByte(String parameterName)
             throws SQLException
指定者:
接口 CallableStatement 中的 getByte
抛出:
SQLException

getShort

public short getShort(String parameterName)
               throws SQLException
指定者:
接口 CallableStatement 中的 getShort
抛出:
SQLException

getInt

public int getInt(String parameterName)
           throws SQLException
指定者:
接口 CallableStatement 中的 getInt
抛出:
SQLException

getLong

public long getLong(String parameterName)
             throws SQLException
指定者:
接口 CallableStatement 中的 getLong
抛出:
SQLException

getFloat

public float getFloat(String parameterName)
               throws SQLException
指定者:
接口 CallableStatement 中的 getFloat
抛出:
SQLException

getDouble

public double getDouble(String parameterName)
                 throws SQLException
指定者:
接口 CallableStatement 中的 getDouble
抛出:
SQLException

getBytes

public byte[] getBytes(String parameterName)
                throws SQLException
指定者:
接口 CallableStatement 中的 getBytes
抛出:
SQLException

getDate

public Date getDate(String parameterName)
             throws SQLException
指定者:
接口 CallableStatement 中的 getDate
抛出:
SQLException

getTime

public Time getTime(String parameterName)
             throws SQLException
指定者:
接口 CallableStatement 中的 getTime
抛出:
SQLException

getTimestamp

public Timestamp getTimestamp(String parameterName)
                       throws SQLException
指定者:
接口 CallableStatement 中的 getTimestamp
抛出:
SQLException

getObject

public Object getObject(String parameterName)
                 throws SQLException
指定者:
接口 CallableStatement 中的 getObject
抛出:
SQLException

getBigDecimal

public BigDecimal getBigDecimal(String parameterName)
                         throws SQLException
指定者:
接口 CallableStatement 中的 getBigDecimal
抛出:
SQLException

getObject

public Object getObject(String parameterName,
                        Map<String,Class<?>> map)
                 throws SQLException
指定者:
接口 CallableStatement 中的 getObject
抛出:
SQLException

getRef

public Ref getRef(String parameterName)
           throws SQLException
指定者:
接口 CallableStatement 中的 getRef
抛出:
SQLException

getBlob

public Blob getBlob(String parameterName)
             throws SQLException
指定者:
接口 CallableStatement 中的 getBlob
抛出:
SQLException

getClob

public Clob getClob(String parameterName)
             throws SQLException
指定者:
接口 CallableStatement 中的 getClob
抛出:
SQLException

getArray

public Array getArray(String parameterName)
               throws SQLException
指定者:
接口 CallableStatement 中的 getArray
抛出:
SQLException

getDate

public Date getDate(String parameterName,
                    Calendar cal)
             throws SQLException
指定者:
接口 CallableStatement 中的 getDate
抛出:
SQLException

getTime

public Time getTime(String parameterName,
                    Calendar cal)
             throws SQLException
指定者:
接口 CallableStatement 中的 getTime
抛出:
SQLException

getTimestamp

public Timestamp getTimestamp(String parameterName,
                              Calendar cal)
                       throws SQLException
指定者:
接口 CallableStatement 中的 getTimestamp
抛出:
SQLException

getURL

public URL getURL(String parameterName)
           throws SQLException
指定者:
接口 CallableStatement 中的 getURL
抛出:
SQLException

getRowId

public RowId getRowId(int parameterIndex)
               throws SQLException
指定者:
接口 CallableStatement 中的 getRowId
抛出:
SQLException

getRowId

public RowId getRowId(String parameterName)
               throws SQLException
指定者:
接口 CallableStatement 中的 getRowId
抛出:
SQLException

setRowId

public void setRowId(String parameterName,
                     RowId x)
              throws SQLException
指定者:
接口 CallableStatement 中的 setRowId
抛出:
SQLException

setNString

public void setNString(String parameterName,
                       String value)
                throws SQLException
指定者:
接口 CallableStatement 中的 setNString
抛出:
SQLException

setNCharacterStream

public void setNCharacterStream(String parameterName,
                                Reader value,
                                long length)
                         throws SQLException
指定者:
接口 CallableStatement 中的 setNCharacterStream
抛出:
SQLException

setNClob

public void setNClob(String parameterName,
                     NClob value)
              throws SQLException
指定者:
接口 CallableStatement 中的 setNClob
抛出:
SQLException

setClob

public void setClob(String parameterName,
                    Reader reader,
                    long length)
             throws SQLException
指定者:
接口 CallableStatement 中的 setClob
抛出:
SQLException

setBlob

public void setBlob(String parameterName,
                    InputStream inputStream,
                    long length)
             throws SQLException
指定者:
接口 CallableStatement 中的 setBlob
抛出:
SQLException

setNClob

public void setNClob(String parameterName,
                     Reader reader,
                     long length)
              throws SQLException
指定者:
接口 CallableStatement 中的 setNClob
抛出:
SQLException

getNClob

public NClob getNClob(int parameterIndex)
               throws SQLException
指定者:
接口 CallableStatement 中的 getNClob
抛出:
SQLException

getNClob

public NClob getNClob(String parameterName)
               throws SQLException
指定者:
接口 CallableStatement 中的 getNClob
抛出:
SQLException

setSQLXML

public void setSQLXML(String parameterName,
                      SQLXML xmlObject)
               throws SQLException
指定者:
接口 CallableStatement 中的 setSQLXML
抛出:
SQLException

getSQLXML

public SQLXML getSQLXML(int parameterIndex)
                 throws SQLException
指定者:
接口 CallableStatement 中的 getSQLXML
抛出:
SQLException

getSQLXML

public SQLXML getSQLXML(String parameterName)
                 throws SQLException
指定者:
接口 CallableStatement 中的 getSQLXML
抛出:
SQLException

getNString

public String getNString(int parameterIndex)
                  throws SQLException
指定者:
接口 CallableStatement 中的 getNString
抛出:
SQLException

getNString

public String getNString(String parameterName)
                  throws SQLException
指定者:
接口 CallableStatement 中的 getNString
抛出:
SQLException

getNCharacterStream

public Reader getNCharacterStream(int parameterIndex)
                           throws SQLException
指定者:
接口 CallableStatement 中的 getNCharacterStream
抛出:
SQLException

getNCharacterStream

public Reader getNCharacterStream(String parameterName)
                           throws SQLException
指定者:
接口 CallableStatement 中的 getNCharacterStream
抛出:
SQLException

getCharacterStream

public Reader getCharacterStream(int parameterIndex)
                          throws SQLException
指定者:
接口 CallableStatement 中的 getCharacterStream
抛出:
SQLException

getCharacterStream

public Reader getCharacterStream(String parameterName)
                          throws SQLException
指定者:
接口 CallableStatement 中的 getCharacterStream
抛出:
SQLException

setBlob

public void setBlob(String parameterName,
                    Blob x)
             throws SQLException
指定者:
接口 CallableStatement 中的 setBlob
抛出:
SQLException

setClob

public void setClob(String parameterName,
                    Clob x)
             throws SQLException
指定者:
接口 CallableStatement 中的 setClob
抛出:
SQLException

setAsciiStream

public void setAsciiStream(String parameterName,
                           InputStream x,
                           long length)
                    throws SQLException
指定者:
接口 CallableStatement 中的 setAsciiStream
抛出:
SQLException

setBinaryStream

public void setBinaryStream(String parameterName,
                            InputStream x,
                            long length)
                     throws SQLException
指定者:
接口 CallableStatement 中的 setBinaryStream
抛出:
SQLException

setCharacterStream

public void setCharacterStream(String parameterName,
                               Reader reader,
                               long length)
                        throws SQLException
指定者:
接口 CallableStatement 中的 setCharacterStream
抛出:
SQLException

setAsciiStream

public void setAsciiStream(String parameterName,
                           InputStream x)
                    throws SQLException
指定者:
接口 CallableStatement 中的 setAsciiStream
抛出:
SQLException

setBinaryStream

public void setBinaryStream(String parameterName,
                            InputStream x)
                     throws SQLException
指定者:
接口 CallableStatement 中的 setBinaryStream
抛出:
SQLException

setCharacterStream

public void setCharacterStream(String parameterName,
                               Reader reader)
                        throws SQLException
指定者:
接口 CallableStatement 中的 setCharacterStream
抛出:
SQLException

setNCharacterStream

public void setNCharacterStream(String parameterName,
                                Reader value)
                         throws SQLException
指定者:
接口 CallableStatement 中的 setNCharacterStream
抛出:
SQLException

setClob

public void setClob(String parameterName,
                    Reader reader)
             throws SQLException
指定者:
接口 CallableStatement 中的 setClob
抛出:
SQLException

setBlob

public void setBlob(String parameterName,
                    InputStream inputStream)
             throws SQLException
指定者:
接口 CallableStatement 中的 setBlob
抛出:
SQLException

setNClob

public void setNClob(String parameterName,
                     Reader reader)
              throws SQLException
指定者:
接口 CallableStatement 中的 setNClob
抛出:
SQLException

getObject

public <T> T getObject(int parameterIndex,
                       Class<T> type)
            throws SQLException
抛出:
SQLException

getObject

public <T> T getObject(String parameterName,
                       Class<T> type)
            throws SQLException
抛出:
SQLException

unwrap

public <T> T unwrap(Class<T> iface)
         throws SQLException
指定者:
接口 Wrapper 中的 unwrap
覆盖:
DruidPooledPreparedStatement 中的 unwrap
抛出:
SQLException


Copyright © 2013-2014 Alibaba Group. All Rights Reserved.