public abstract class AbstractUnsupportedOperationPreparedStatement extends AbstractStatementAdapter implements PreparedStatement
PreparedStatement methods.| 构造器和说明 |
|---|
AbstractUnsupportedOperationPreparedStatement() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
execute(String sql) |
boolean |
execute(String sql,
int autoGeneratedKeys) |
boolean |
execute(String sql,
int[] columnIndexes) |
boolean |
execute(String sql,
String[] columnNames) |
ResultSet |
executeQuery(String sql) |
int |
executeUpdate(String sql) |
int |
executeUpdate(String sql,
int autoGeneratedKeys) |
int |
executeUpdate(String sql,
int[] columnIndexes) |
int |
executeUpdate(String sql,
String[] columnNames) |
ResultSetMetaData |
getMetaData() |
ParameterMetaData |
getParameterMetaData() |
void |
setArray(int parameterIndex,
Array x) |
void |
setNCharacterStream(int parameterIndex,
Reader x) |
void |
setNCharacterStream(int parameterIndex,
Reader x,
long length) |
void |
setNClob(int parameterIndex,
NClob x) |
void |
setNClob(int parameterIndex,
Reader x) |
void |
setNClob(int parameterIndex,
Reader x,
long length) |
void |
setNString(int parameterIndex,
String x) |
void |
setRef(int parameterIndex,
Ref x) |
void |
setRowId(int parameterIndex,
RowId x) |
cancel, clearWarnings, close, getFetchSize, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getRoutedStatements, getUpdateCount, getWarnings, isClosed, isPoolable, setEscapeProcessing, setFetchSize, setMaxFieldSize, setMaxRows, setPoolable, setQueryTimeoutaddBatch, clearBatch, closeOnCompletion, executeBatch, getFetchDirection, isCloseOnCompletion, setCursorName, setFetchDirectionisWrapperFor, recordMethodInvocation, replayMethodsInvocation, unwrapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddBatch, clearParameters, execute, executeLargeUpdate, executeQuery, executeUpdate, 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, setNull, setNull, setObject, setObject, setObject, setObject, setObject, setShort, setSQLXML, setString, setTime, setTime, setTimestamp, setTimestamp, setUnicodeStream, setURLaddBatch, cancel, clearBatch, clearWarnings, close, closeOnCompletion, executeBatch, executeLargeBatch, executeLargeUpdate, executeLargeUpdate, executeLargeUpdate, executeLargeUpdate, getConnection, getFetchDirection, getFetchSize, getGeneratedKeys, getLargeMaxRows, getLargeUpdateCount, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getResultSet, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getUpdateCount, getWarnings, isClosed, isCloseOnCompletion, isPoolable, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setLargeMaxRows, setMaxFieldSize, setMaxRows, setPoolable, setQueryTimeoutisWrapperFor, unwrappublic AbstractUnsupportedOperationPreparedStatement()
public final ResultSetMetaData getMetaData() throws SQLException
getMetaData 在接口中 PreparedStatementSQLExceptionpublic final ParameterMetaData getParameterMetaData() throws SQLException
getParameterMetaData 在接口中 PreparedStatementSQLExceptionpublic final void setNString(int parameterIndex,
String x)
throws SQLException
setNString 在接口中 PreparedStatementSQLExceptionpublic final void setNClob(int parameterIndex,
NClob x)
throws SQLException
setNClob 在接口中 PreparedStatementSQLExceptionpublic final void setNClob(int parameterIndex,
Reader x)
throws SQLException
setNClob 在接口中 PreparedStatementSQLExceptionpublic final void setNClob(int parameterIndex,
Reader x,
long length)
throws SQLException
setNClob 在接口中 PreparedStatementSQLExceptionpublic final void setNCharacterStream(int parameterIndex,
Reader x)
throws SQLException
setNCharacterStream 在接口中 PreparedStatementSQLExceptionpublic final void setNCharacterStream(int parameterIndex,
Reader x,
long length)
throws SQLException
setNCharacterStream 在接口中 PreparedStatementSQLExceptionpublic final void setArray(int parameterIndex,
Array x)
throws SQLException
setArray 在接口中 PreparedStatementSQLExceptionpublic final void setRowId(int parameterIndex,
RowId x)
throws SQLException
setRowId 在接口中 PreparedStatementSQLExceptionpublic final void setRef(int parameterIndex,
Ref x)
throws SQLException
setRef 在接口中 PreparedStatementSQLExceptionpublic final ResultSet executeQuery(String sql) throws SQLException
executeQuery 在接口中 StatementSQLExceptionpublic final int executeUpdate(String sql) throws SQLException
executeUpdate 在接口中 StatementSQLExceptionpublic final int executeUpdate(String sql, int autoGeneratedKeys) throws SQLException
executeUpdate 在接口中 StatementSQLExceptionpublic final int executeUpdate(String sql, int[] columnIndexes) throws SQLException
executeUpdate 在接口中 StatementSQLExceptionpublic final int executeUpdate(String sql, String[] columnNames) throws SQLException
executeUpdate 在接口中 StatementSQLExceptionpublic final boolean execute(String sql) throws SQLException
execute 在接口中 StatementSQLExceptionpublic final boolean execute(String sql, int autoGeneratedKeys) throws SQLException
execute 在接口中 StatementSQLExceptionpublic final boolean execute(String sql, int[] columnIndexes) throws SQLException
execute 在接口中 StatementSQLExceptionpublic final boolean execute(String sql, String[] columnNames) throws SQLException
execute 在接口中 StatementSQLExceptionCopyright © 2018. All rights reserved.