类 CallableStatementProxy
java.lang.Object
com.codingapi.springboot.authorization.jdbc.proxy.CallableStatementProxy
- 所有已实现的接口:
AutoCloseable,CallableStatement,PreparedStatement,Statement,Wrapper
-
字段概要
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidaddBatch()voidvoidcancel()voidvoidvoidvoidclose()voidenquoteIdentifier(String identifier, boolean alwaysQuote) enquoteLiteral(String val) booleanexecute()booleanbooleanbooleanbooleanint[]long[]longlongexecuteLargeUpdate(String sql) longexecuteLargeUpdate(String sql, int autoGeneratedKeys) longexecuteLargeUpdate(String sql, int[] columnIndexes) longexecuteLargeUpdate(String sql, String[] columnNames) executeQuery(String sql) intintexecuteUpdate(String sql) intexecuteUpdate(String sql, int autoGeneratedKeys) intexecuteUpdate(String sql, int[] columnIndexes) intexecuteUpdate(String sql, String[] columnNames) getArray(int parameterIndex) getBigDecimal(int parameterIndex) getBigDecimal(int parameterIndex, int scale) 已过时。getBigDecimal(String parameterName) getBlob(int parameterIndex) booleangetBoolean(int parameterIndex) booleangetBoolean(String parameterName) bytegetByte(int parameterIndex) bytebyte[]getBytes(int parameterIndex) byte[]getCharacterStream(int parameterIndex) getCharacterStream(String parameterName) getClob(int parameterIndex) getDate(int parameterIndex) doublegetDouble(int parameterIndex) doubleintintfloatgetFloat(int parameterIndex) floatintgetInt(int parameterIndex) intlonglonglonggetLong(int parameterIndex) longintintbooleanbooleangetMoreResults(int current) getNCharacterStream(int parameterIndex) getNCharacterStream(String parameterName) getNClob(int parameterIndex) getNString(int parameterIndex) getNString(String parameterName) getObject(int parameterIndex) <T> T<T> TintgetRef(int parameterIndex) intintintgetRowId(int parameterIndex) shortgetShort(int parameterIndex) shortgetSQLXML(int parameterIndex) getString(int parameterIndex) getTime(int parameterIndex) getTimestamp(int parameterIndex) getTimestamp(int parameterIndex, Calendar cal) getTimestamp(String parameterName) getTimestamp(String parameterName, Calendar cal) intgetURL(int parameterIndex) booleanisClosed()booleanbooleanbooleanisSimpleIdentifier(String identifier) booleanisWrapperFor(Class<?> iface) voidregisterOutParameter(int parameterIndex, int sqlType) voidregisterOutParameter(int parameterIndex, int sqlType, int scale) voidregisterOutParameter(int parameterIndex, int sqlType, String typeName) voidregisterOutParameter(int parameterIndex, SQLType sqlType) voidregisterOutParameter(int parameterIndex, SQLType sqlType, int scale) voidregisterOutParameter(int parameterIndex, SQLType sqlType, String typeName) voidregisterOutParameter(String parameterName, int sqlType) voidregisterOutParameter(String parameterName, int sqlType, int scale) voidregisterOutParameter(String parameterName, int sqlType, String typeName) voidregisterOutParameter(String parameterName, SQLType sqlType) voidregisterOutParameter(String parameterName, SQLType sqlType, int scale) voidregisterOutParameter(String parameterName, SQLType sqlType, String typeName) voidvoidsetAsciiStream(int parameterIndex, InputStream x) voidsetAsciiStream(int parameterIndex, InputStream x, int length) voidsetAsciiStream(int parameterIndex, InputStream x, long length) voidsetAsciiStream(String parameterName, InputStream x) voidsetAsciiStream(String parameterName, InputStream x, int length) voidsetAsciiStream(String parameterName, InputStream x, long length) voidsetBigDecimal(int parameterIndex, BigDecimal x) voidsetBigDecimal(String parameterName, BigDecimal x) voidsetBinaryStream(int parameterIndex, InputStream x) voidsetBinaryStream(int parameterIndex, InputStream x, int length) voidsetBinaryStream(int parameterIndex, InputStream x, long length) voidsetBinaryStream(String parameterName, InputStream x) voidsetBinaryStream(String parameterName, InputStream x, int length) voidsetBinaryStream(String parameterName, InputStream x, long length) voidsetBlob(int parameterIndex, InputStream inputStream) voidsetBlob(int parameterIndex, InputStream inputStream, long length) voidvoidsetBlob(String parameterName, InputStream inputStream) voidsetBlob(String parameterName, InputStream inputStream, long length) voidvoidsetBoolean(int parameterIndex, boolean x) voidsetBoolean(String parameterName, boolean x) voidsetByte(int parameterIndex, byte x) voidvoidsetBytes(int parameterIndex, byte[] x) voidvoidsetCharacterStream(int parameterIndex, Reader reader) voidsetCharacterStream(int parameterIndex, Reader reader, int length) voidsetCharacterStream(int parameterIndex, Reader reader, long length) voidsetCharacterStream(String parameterName, Reader reader) voidsetCharacterStream(String parameterName, Reader reader, int length) voidsetCharacterStream(String parameterName, Reader reader, long length) voidvoidvoidvoidvoidvoidvoidsetCursorName(String name) voidvoidvoidvoidvoidsetDouble(int parameterIndex, double x) voidvoidsetEscapeProcessing(boolean enable) voidsetFetchDirection(int direction) voidsetFetchSize(int rows) voidsetFloat(int parameterIndex, float x) voidvoidsetInt(int parameterIndex, int x) voidvoidsetLargeMaxRows(long max) voidsetLong(int parameterIndex, long x) voidvoidsetMaxFieldSize(int max) voidsetMaxRows(int max) voidsetNCharacterStream(int parameterIndex, Reader value) voidsetNCharacterStream(int parameterIndex, Reader value, long length) voidsetNCharacterStream(String parameterName, Reader value) voidsetNCharacterStream(String parameterName, Reader value, long length) voidvoidvoidvoidvoidvoidvoidsetNString(int parameterIndex, String value) voidsetNString(String parameterName, String value) voidsetNull(int parameterIndex, int sqlType) voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidsetPoolable(boolean poolable) voidsetQueryTimeout(int seconds) voidvoidvoidvoidsetShort(int parameterIndex, short x) voidvoidvoidvoidvoidvoidvoidvoidvoidvoidsetTimestamp(int parameterIndex, Timestamp x) voidsetTimestamp(int parameterIndex, Timestamp x, Calendar cal) voidsetTimestamp(String parameterName, Timestamp x) voidsetTimestamp(String parameterName, Timestamp x, Calendar cal) voidsetUnicodeStream(int parameterIndex, InputStream x, int length) 已过时。voidvoid<T> TbooleanwasNull()
-
构造器详细资料
-
CallableStatementProxy
public CallableStatementProxy()
-
-
方法详细资料
-
registerOutParameter
- 指定者:
registerOutParameter在接口中CallableStatement- 抛出:
SQLException
-
registerOutParameter
- 指定者:
registerOutParameter在接口中CallableStatement- 抛出:
SQLException
-
wasNull
- 指定者:
wasNull在接口中CallableStatement- 抛出:
SQLException
-
getString
- 指定者:
getString在接口中CallableStatement- 抛出:
SQLException
-
getBoolean
- 指定者:
getBoolean在接口中CallableStatement- 抛出:
SQLException
-
getByte
- 指定者:
getByte在接口中CallableStatement- 抛出:
SQLException
-
getShort
- 指定者:
getShort在接口中CallableStatement- 抛出:
SQLException
-
getInt
- 指定者:
getInt在接口中CallableStatement- 抛出:
SQLException
-
getLong
- 指定者:
getLong在接口中CallableStatement- 抛出:
SQLException
-
getFloat
- 指定者:
getFloat在接口中CallableStatement- 抛出:
SQLException
-
getDouble
- 指定者:
getDouble在接口中CallableStatement- 抛出:
SQLException
-
getBigDecimal
@Deprecated(since="1.2") public BigDecimal getBigDecimal(int parameterIndex, int scale) throws SQLException 已过时。- 指定者:
getBigDecimal在接口中CallableStatement- 抛出:
SQLException
-
getBytes
- 指定者:
getBytes在接口中CallableStatement- 抛出:
SQLException
-
getDate
- 指定者:
getDate在接口中CallableStatement- 抛出:
SQLException
-
getTime
- 指定者:
getTime在接口中CallableStatement- 抛出:
SQLException
-
getTimestamp
- 指定者:
getTimestamp在接口中CallableStatement- 抛出:
SQLException
-
getObject
- 指定者:
getObject在接口中CallableStatement- 抛出:
SQLException
-
getBigDecimal
- 指定者:
getBigDecimal在接口中CallableStatement- 抛出:
SQLException
-
getObject
- 指定者:
getObject在接口中CallableStatement- 抛出:
SQLException
-
getRef
- 指定者:
getRef在接口中CallableStatement- 抛出:
SQLException
-
getBlob
- 指定者:
getBlob在接口中CallableStatement- 抛出:
SQLException
-
getClob
- 指定者:
getClob在接口中CallableStatement- 抛出:
SQLException
-
getArray
- 指定者:
getArray在接口中CallableStatement- 抛出:
SQLException
-
getDate
- 指定者:
getDate在接口中CallableStatement- 抛出:
SQLException
-
getTime
- 指定者:
getTime在接口中CallableStatement- 抛出:
SQLException
-
getTimestamp
- 指定者:
getTimestamp在接口中CallableStatement- 抛出:
SQLException
-
registerOutParameter
public void registerOutParameter(int parameterIndex, int sqlType, String typeName) throws SQLException - 指定者:
registerOutParameter在接口中CallableStatement- 抛出:
SQLException
-
registerOutParameter
- 指定者:
registerOutParameter在接口中CallableStatement- 抛出:
SQLException
-
registerOutParameter
- 指定者:
registerOutParameter在接口中CallableStatement- 抛出:
SQLException
-
registerOutParameter
public void registerOutParameter(String parameterName, int sqlType, String typeName) throws SQLException - 指定者:
registerOutParameter在接口中CallableStatement- 抛出:
SQLException
-
getURL
- 指定者:
getURL在接口中CallableStatement- 抛出:
SQLException
-
setURL
- 指定者:
setURL在接口中CallableStatement- 抛出:
SQLException
-
setNull
- 指定者:
setNull在接口中CallableStatement- 抛出:
SQLException
-
setBoolean
- 指定者:
setBoolean在接口中CallableStatement- 抛出:
SQLException
-
setByte
- 指定者:
setByte在接口中CallableStatement- 抛出:
SQLException
-
setShort
- 指定者:
setShort在接口中CallableStatement- 抛出:
SQLException
-
setInt
- 指定者:
setInt在接口中CallableStatement- 抛出:
SQLException
-
setLong
- 指定者:
setLong在接口中CallableStatement- 抛出:
SQLException
-
setFloat
- 指定者:
setFloat在接口中CallableStatement- 抛出:
SQLException
-
setDouble
- 指定者:
setDouble在接口中CallableStatement- 抛出:
SQLException
-
setBigDecimal
- 指定者:
setBigDecimal在接口中CallableStatement- 抛出:
SQLException
-
setString
- 指定者:
setString在接口中CallableStatement- 抛出:
SQLException
-
setBytes
- 指定者:
setBytes在接口中CallableStatement- 抛出:
SQLException
-
setDate
- 指定者:
setDate在接口中CallableStatement- 抛出:
SQLException
-
setTime
- 指定者:
setTime在接口中CallableStatement- 抛出:
SQLException
-
setTimestamp
- 指定者:
setTimestamp在接口中CallableStatement- 抛出:
SQLException
-
setAsciiStream
- 指定者:
setAsciiStream在接口中CallableStatement- 抛出:
SQLException
-
setBinaryStream
- 指定者:
setBinaryStream在接口中CallableStatement- 抛出:
SQLException
-
setObject
public void setObject(String parameterName, Object x, int targetSqlType, int scale) throws SQLException - 指定者:
setObject在接口中CallableStatement- 抛出:
SQLException
-
setObject
- 指定者:
setObject在接口中CallableStatement- 抛出:
SQLException
-
setObject
- 指定者:
setObject在接口中CallableStatement- 抛出:
SQLException
-
setCharacterStream
- 指定者:
setCharacterStream在接口中CallableStatement- 抛出:
SQLException
-
setDate
- 指定者:
setDate在接口中CallableStatement- 抛出:
SQLException
-
setTime
- 指定者:
setTime在接口中CallableStatement- 抛出:
SQLException
-
setTimestamp
- 指定者:
setTimestamp在接口中CallableStatement- 抛出:
SQLException
-
setNull
- 指定者:
setNull在接口中CallableStatement- 抛出:
SQLException
-
getString
- 指定者:
getString在接口中CallableStatement- 抛出:
SQLException
-
getBoolean
- 指定者:
getBoolean在接口中CallableStatement- 抛出:
SQLException
-
getByte
- 指定者:
getByte在接口中CallableStatement- 抛出:
SQLException
-
getShort
- 指定者:
getShort在接口中CallableStatement- 抛出:
SQLException
-
getInt
- 指定者:
getInt在接口中CallableStatement- 抛出:
SQLException
-
getLong
- 指定者:
getLong在接口中CallableStatement- 抛出:
SQLException
-
getFloat
- 指定者:
getFloat在接口中CallableStatement- 抛出:
SQLException
-
getDouble
- 指定者:
getDouble在接口中CallableStatement- 抛出:
SQLException
-
getBytes
- 指定者:
getBytes在接口中CallableStatement- 抛出:
SQLException
-
getDate
- 指定者:
getDate在接口中CallableStatement- 抛出:
SQLException
-
getTime
- 指定者:
getTime在接口中CallableStatement- 抛出:
SQLException
-
getTimestamp
- 指定者:
getTimestamp在接口中CallableStatement- 抛出:
SQLException
-
getObject
- 指定者:
getObject在接口中CallableStatement- 抛出:
SQLException
-
getBigDecimal
- 指定者:
getBigDecimal在接口中CallableStatement- 抛出:
SQLException
-
getObject
- 指定者:
getObject在接口中CallableStatement- 抛出:
SQLException
-
getRef
- 指定者:
getRef在接口中CallableStatement- 抛出:
SQLException
-
getBlob
- 指定者:
getBlob在接口中CallableStatement- 抛出:
SQLException
-
getClob
- 指定者:
getClob在接口中CallableStatement- 抛出:
SQLException
-
getArray
- 指定者:
getArray在接口中CallableStatement- 抛出:
SQLException
-
getDate
- 指定者:
getDate在接口中CallableStatement- 抛出:
SQLException
-
getTime
- 指定者:
getTime在接口中CallableStatement- 抛出:
SQLException
-
getTimestamp
- 指定者:
getTimestamp在接口中CallableStatement- 抛出:
SQLException
-
getURL
- 指定者:
getURL在接口中CallableStatement- 抛出:
SQLException
-
getRowId
- 指定者:
getRowId在接口中CallableStatement- 抛出:
SQLException
-
getRowId
- 指定者:
getRowId在接口中CallableStatement- 抛出:
SQLException
-
setRowId
- 指定者:
setRowId在接口中CallableStatement- 抛出:
SQLException
-
setNString
- 指定者:
setNString在接口中CallableStatement- 抛出:
SQLException
-
setNCharacterStream
public void setNCharacterStream(String parameterName, Reader value, long length) throws SQLException - 指定者:
setNCharacterStream在接口中CallableStatement- 抛出:
SQLException
-
setNClob
- 指定者:
setNClob在接口中CallableStatement- 抛出:
SQLException
-
setClob
- 指定者:
setClob在接口中CallableStatement- 抛出:
SQLException
-
setBlob
- 指定者:
setBlob在接口中CallableStatement- 抛出:
SQLException
-
setNClob
- 指定者:
setNClob在接口中CallableStatement- 抛出:
SQLException
-
getNClob
- 指定者:
getNClob在接口中CallableStatement- 抛出:
SQLException
-
getNClob
- 指定者:
getNClob在接口中CallableStatement- 抛出:
SQLException
-
setSQLXML
- 指定者:
setSQLXML在接口中CallableStatement- 抛出:
SQLException
-
getSQLXML
- 指定者:
getSQLXML在接口中CallableStatement- 抛出:
SQLException
-
getSQLXML
- 指定者:
getSQLXML在接口中CallableStatement- 抛出:
SQLException
-
getNString
- 指定者:
getNString在接口中CallableStatement- 抛出:
SQLException
-
getNString
- 指定者:
getNString在接口中CallableStatement- 抛出:
SQLException
-
getNCharacterStream
- 指定者:
getNCharacterStream在接口中CallableStatement- 抛出:
SQLException
-
getNCharacterStream
- 指定者:
getNCharacterStream在接口中CallableStatement- 抛出:
SQLException
-
getCharacterStream
- 指定者:
getCharacterStream在接口中CallableStatement- 抛出:
SQLException
-
getCharacterStream
- 指定者:
getCharacterStream在接口中CallableStatement- 抛出:
SQLException
-
setBlob
- 指定者:
setBlob在接口中CallableStatement- 抛出:
SQLException
-
setClob
- 指定者:
setClob在接口中CallableStatement- 抛出:
SQLException
-
setAsciiStream
- 指定者:
setAsciiStream在接口中CallableStatement- 抛出:
SQLException
-
setBinaryStream
- 指定者:
setBinaryStream在接口中CallableStatement- 抛出:
SQLException
-
setCharacterStream
public void setCharacterStream(String parameterName, Reader reader, long length) throws SQLException - 指定者:
setCharacterStream在接口中CallableStatement- 抛出:
SQLException
-
setAsciiStream
- 指定者:
setAsciiStream在接口中CallableStatement- 抛出:
SQLException
-
setBinaryStream
- 指定者:
setBinaryStream在接口中CallableStatement- 抛出:
SQLException
-
setCharacterStream
- 指定者:
setCharacterStream在接口中CallableStatement- 抛出:
SQLException
-
setNCharacterStream
- 指定者:
setNCharacterStream在接口中CallableStatement- 抛出:
SQLException
-
setClob
- 指定者:
setClob在接口中CallableStatement- 抛出:
SQLException
-
setBlob
- 指定者:
setBlob在接口中CallableStatement- 抛出:
SQLException
-
setNClob
- 指定者:
setNClob在接口中CallableStatement- 抛出:
SQLException
-
getObject
- 指定者:
getObject在接口中CallableStatement- 抛出:
SQLException
-
getObject
- 指定者:
getObject在接口中CallableStatement- 抛出:
SQLException
-
setObject
public void setObject(String parameterName, Object x, SQLType targetSqlType, int scaleOrLength) throws SQLException - 指定者:
setObject在接口中CallableStatement- 抛出:
SQLException
-
setObject
- 指定者:
setObject在接口中CallableStatement- 抛出:
SQLException
-
registerOutParameter
- 指定者:
registerOutParameter在接口中CallableStatement- 抛出:
SQLException
-
registerOutParameter
public void registerOutParameter(int parameterIndex, SQLType sqlType, int scale) throws SQLException - 指定者:
registerOutParameter在接口中CallableStatement- 抛出:
SQLException
-
registerOutParameter
public void registerOutParameter(int parameterIndex, SQLType sqlType, String typeName) throws SQLException - 指定者:
registerOutParameter在接口中CallableStatement- 抛出:
SQLException
-
registerOutParameter
- 指定者:
registerOutParameter在接口中CallableStatement- 抛出:
SQLException
-
registerOutParameter
public void registerOutParameter(String parameterName, SQLType sqlType, int scale) throws SQLException - 指定者:
registerOutParameter在接口中CallableStatement- 抛出:
SQLException
-
registerOutParameter
public void registerOutParameter(String parameterName, SQLType sqlType, String typeName) throws SQLException - 指定者:
registerOutParameter在接口中CallableStatement- 抛出:
SQLException
-
executeQuery
- 指定者:
executeQuery在接口中PreparedStatement- 抛出:
SQLException
-
executeUpdate
- 指定者:
executeUpdate在接口中PreparedStatement- 抛出:
SQLException
-
setNull
- 指定者:
setNull在接口中PreparedStatement- 抛出:
SQLException
-
setBoolean
- 指定者:
setBoolean在接口中PreparedStatement- 抛出:
SQLException
-
setByte
- 指定者:
setByte在接口中PreparedStatement- 抛出:
SQLException
-
setShort
- 指定者:
setShort在接口中PreparedStatement- 抛出:
SQLException
-
setInt
- 指定者:
setInt在接口中PreparedStatement- 抛出:
SQLException
-
setLong
- 指定者:
setLong在接口中PreparedStatement- 抛出:
SQLException
-
setFloat
- 指定者:
setFloat在接口中PreparedStatement- 抛出:
SQLException
-
setDouble
- 指定者:
setDouble在接口中PreparedStatement- 抛出:
SQLException
-
setBigDecimal
- 指定者:
setBigDecimal在接口中PreparedStatement- 抛出:
SQLException
-
setString
- 指定者:
setString在接口中PreparedStatement- 抛出:
SQLException
-
setBytes
- 指定者:
setBytes在接口中PreparedStatement- 抛出:
SQLException
-
setDate
- 指定者:
setDate在接口中PreparedStatement- 抛出:
SQLException
-
setTime
- 指定者:
setTime在接口中PreparedStatement- 抛出:
SQLException
-
setTimestamp
- 指定者:
setTimestamp在接口中PreparedStatement- 抛出:
SQLException
-
setAsciiStream
- 指定者:
setAsciiStream在接口中PreparedStatement- 抛出:
SQLException
-
setUnicodeStream
@Deprecated(since="1.2") public void setUnicodeStream(int parameterIndex, InputStream x, int length) throws SQLException 已过时。- 指定者:
setUnicodeStream在接口中PreparedStatement- 抛出:
SQLException
-
setBinaryStream
- 指定者:
setBinaryStream在接口中PreparedStatement- 抛出:
SQLException
-
clearParameters
- 指定者:
clearParameters在接口中PreparedStatement- 抛出:
SQLException
-
setObject
- 指定者:
setObject在接口中PreparedStatement- 抛出:
SQLException
-
setObject
- 指定者:
setObject在接口中PreparedStatement- 抛出:
SQLException
-
execute
- 指定者:
execute在接口中PreparedStatement- 抛出:
SQLException
-
addBatch
- 指定者:
addBatch在接口中PreparedStatement- 抛出:
SQLException
-
setCharacterStream
- 指定者:
setCharacterStream在接口中PreparedStatement- 抛出:
SQLException
-
setRef
- 指定者:
setRef在接口中PreparedStatement- 抛出:
SQLException
-
setBlob
- 指定者:
setBlob在接口中PreparedStatement- 抛出:
SQLException
-
setClob
- 指定者:
setClob在接口中PreparedStatement- 抛出:
SQLException
-
setArray
- 指定者:
setArray在接口中PreparedStatement- 抛出:
SQLException
-
getMetaData
- 指定者:
getMetaData在接口中PreparedStatement- 抛出:
SQLException
-
setDate
- 指定者:
setDate在接口中PreparedStatement- 抛出:
SQLException
-
setTime
- 指定者:
setTime在接口中PreparedStatement- 抛出:
SQLException
-
setTimestamp
- 指定者:
setTimestamp在接口中PreparedStatement- 抛出:
SQLException
-
setNull
- 指定者:
setNull在接口中PreparedStatement- 抛出:
SQLException
-
setURL
- 指定者:
setURL在接口中PreparedStatement- 抛出:
SQLException
-
getParameterMetaData
- 指定者:
getParameterMetaData在接口中PreparedStatement- 抛出:
SQLException
-
setRowId
- 指定者:
setRowId在接口中PreparedStatement- 抛出:
SQLException
-
setNString
- 指定者:
setNString在接口中PreparedStatement- 抛出:
SQLException
-
setNCharacterStream
- 指定者:
setNCharacterStream在接口中PreparedStatement- 抛出:
SQLException
-
setNClob
- 指定者:
setNClob在接口中PreparedStatement- 抛出:
SQLException
-
setClob
- 指定者:
setClob在接口中PreparedStatement- 抛出:
SQLException
-
setBlob
- 指定者:
setBlob在接口中PreparedStatement- 抛出:
SQLException
-
setNClob
- 指定者:
setNClob在接口中PreparedStatement- 抛出:
SQLException
-
setSQLXML
- 指定者:
setSQLXML在接口中PreparedStatement- 抛出:
SQLException
-
setObject
public void setObject(int parameterIndex, Object x, int targetSqlType, int scaleOrLength) throws SQLException - 指定者:
setObject在接口中PreparedStatement- 抛出:
SQLException
-
setAsciiStream
- 指定者:
setAsciiStream在接口中PreparedStatement- 抛出:
SQLException
-
setBinaryStream
- 指定者:
setBinaryStream在接口中PreparedStatement- 抛出:
SQLException
-
setCharacterStream
- 指定者:
setCharacterStream在接口中PreparedStatement- 抛出:
SQLException
-
setAsciiStream
- 指定者:
setAsciiStream在接口中PreparedStatement- 抛出:
SQLException
-
setBinaryStream
- 指定者:
setBinaryStream在接口中PreparedStatement- 抛出:
SQLException
-
setCharacterStream
- 指定者:
setCharacterStream在接口中PreparedStatement- 抛出:
SQLException
-
setNCharacterStream
- 指定者:
setNCharacterStream在接口中PreparedStatement- 抛出:
SQLException
-
setClob
- 指定者:
setClob在接口中PreparedStatement- 抛出:
SQLException
-
setBlob
- 指定者:
setBlob在接口中PreparedStatement- 抛出:
SQLException
-
setNClob
- 指定者:
setNClob在接口中PreparedStatement- 抛出:
SQLException
-
setObject
public void setObject(int parameterIndex, Object x, SQLType targetSqlType, int scaleOrLength) throws SQLException - 指定者:
setObject在接口中PreparedStatement- 抛出:
SQLException
-
setObject
- 指定者:
setObject在接口中PreparedStatement- 抛出:
SQLException
-
executeLargeUpdate
- 指定者:
executeLargeUpdate在接口中PreparedStatement- 抛出:
SQLException
-
executeQuery
- 指定者:
executeQuery在接口中Statement- 抛出:
SQLException
-
executeUpdate
- 指定者:
executeUpdate在接口中Statement- 抛出:
SQLException
-
close
- 指定者:
close在接口中AutoCloseable- 指定者:
close在接口中Statement- 抛出:
SQLException
-
getMaxFieldSize
- 指定者:
getMaxFieldSize在接口中Statement- 抛出:
SQLException
-
setMaxFieldSize
- 指定者:
setMaxFieldSize在接口中Statement- 抛出:
SQLException
-
getMaxRows
- 指定者:
getMaxRows在接口中Statement- 抛出:
SQLException
-
setMaxRows
- 指定者:
setMaxRows在接口中Statement- 抛出:
SQLException
-
setEscapeProcessing
- 指定者:
setEscapeProcessing在接口中Statement- 抛出:
SQLException
-
getQueryTimeout
- 指定者:
getQueryTimeout在接口中Statement- 抛出:
SQLException
-
setQueryTimeout
- 指定者:
setQueryTimeout在接口中Statement- 抛出:
SQLException
-
cancel
- 指定者:
cancel在接口中Statement- 抛出:
SQLException
-
getWarnings
- 指定者:
getWarnings在接口中Statement- 抛出:
SQLException
-
clearWarnings
- 指定者:
clearWarnings在接口中Statement- 抛出:
SQLException
-
setCursorName
- 指定者:
setCursorName在接口中Statement- 抛出:
SQLException
-
execute
- 指定者:
execute在接口中Statement- 抛出:
SQLException
-
getResultSet
- 指定者:
getResultSet在接口中Statement- 抛出:
SQLException
-
getUpdateCount
- 指定者:
getUpdateCount在接口中Statement- 抛出:
SQLException
-
getMoreResults
- 指定者:
getMoreResults在接口中Statement- 抛出:
SQLException
-
setFetchDirection
- 指定者:
setFetchDirection在接口中Statement- 抛出:
SQLException
-
getFetchDirection
- 指定者:
getFetchDirection在接口中Statement- 抛出:
SQLException
-
setFetchSize
- 指定者:
setFetchSize在接口中Statement- 抛出:
SQLException
-
getFetchSize
- 指定者:
getFetchSize在接口中Statement- 抛出:
SQLException
-
getResultSetConcurrency
- 指定者:
getResultSetConcurrency在接口中Statement- 抛出:
SQLException
-
getResultSetType
- 指定者:
getResultSetType在接口中Statement- 抛出:
SQLException
-
addBatch
- 指定者:
addBatch在接口中Statement- 抛出:
SQLException
-
clearBatch
- 指定者:
clearBatch在接口中Statement- 抛出:
SQLException
-
executeBatch
- 指定者:
executeBatch在接口中Statement- 抛出:
SQLException
-
getConnection
- 指定者:
getConnection在接口中Statement- 抛出:
SQLException
-
getMoreResults
- 指定者:
getMoreResults在接口中Statement- 抛出:
SQLException
-
getGeneratedKeys
- 指定者:
getGeneratedKeys在接口中Statement- 抛出:
SQLException
-
executeUpdate
- 指定者:
executeUpdate在接口中Statement- 抛出:
SQLException
-
executeUpdate
- 指定者:
executeUpdate在接口中Statement- 抛出:
SQLException
-
executeUpdate
- 指定者:
executeUpdate在接口中Statement- 抛出:
SQLException
-
execute
- 指定者:
execute在接口中Statement- 抛出:
SQLException
-
execute
- 指定者:
execute在接口中Statement- 抛出:
SQLException
-
execute
- 指定者:
execute在接口中Statement- 抛出:
SQLException
-
getResultSetHoldability
- 指定者:
getResultSetHoldability在接口中Statement- 抛出:
SQLException
-
isClosed
- 指定者:
isClosed在接口中Statement- 抛出:
SQLException
-
setPoolable
- 指定者:
setPoolable在接口中Statement- 抛出:
SQLException
-
isPoolable
- 指定者:
isPoolable在接口中Statement- 抛出:
SQLException
-
closeOnCompletion
- 指定者:
closeOnCompletion在接口中Statement- 抛出:
SQLException
-
isCloseOnCompletion
- 指定者:
isCloseOnCompletion在接口中Statement- 抛出:
SQLException
-
getLargeUpdateCount
- 指定者:
getLargeUpdateCount在接口中Statement- 抛出:
SQLException
-
setLargeMaxRows
- 指定者:
setLargeMaxRows在接口中Statement- 抛出:
SQLException
-
getLargeMaxRows
- 指定者:
getLargeMaxRows在接口中Statement- 抛出:
SQLException
-
executeLargeBatch
- 指定者:
executeLargeBatch在接口中Statement- 抛出:
SQLException
-
executeLargeUpdate
- 指定者:
executeLargeUpdate在接口中Statement- 抛出:
SQLException
-
executeLargeUpdate
- 指定者:
executeLargeUpdate在接口中Statement- 抛出:
SQLException
-
executeLargeUpdate
- 指定者:
executeLargeUpdate在接口中Statement- 抛出:
SQLException
-
executeLargeUpdate
- 指定者:
executeLargeUpdate在接口中Statement- 抛出:
SQLException
-
enquoteLiteral
- 指定者:
enquoteLiteral在接口中Statement- 抛出:
SQLException
-
enquoteIdentifier
- 指定者:
enquoteIdentifier在接口中Statement- 抛出:
SQLException
-
isSimpleIdentifier
- 指定者:
isSimpleIdentifier在接口中Statement- 抛出:
SQLException
-
enquoteNCharLiteral
- 指定者:
enquoteNCharLiteral在接口中Statement- 抛出:
SQLException
-
unwrap
- 指定者:
unwrap在接口中Wrapper- 抛出:
SQLException
-
isWrapperFor
- 指定者:
isWrapperFor在接口中Wrapper- 抛出:
SQLException
-