public abstract class AbstractUnsupportedOperationPreparedStatement extends ShardingStatement implements PreparedStatement
| 限定符 | 构造器和说明 |
|---|---|
protected |
AbstractUnsupportedOperationPreparedStatement(ShardingConnection shardingConnection,
int resultSetType,
int resultSetConcurrency,
int resultSetHoldability) |
| 限定符和类型 | 方法和说明 |
|---|---|
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) |
execute, execute, execute, execute, executeQuery, executeUpdate, executeUpdate, executeUpdate, executeUpdate, getConnection, getGeneratedKey, getGeneratedKeys, getResultSet, markReturnGeneratedKeyscancel, clearWarnings, close, getFetchSize, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getRoutedStatements, getUpdateCount, getWarnings, isClosed, isPoolable, setCursorName, setEscapeProcessing, setFetchSize, setMaxFieldSize, setMaxRows, setPoolable, setQueryTimeoutaddBatch, clearBatch, closeOnCompletion, executeBatch, getFetchDirection, isCloseOnCompletion, setFetchDirectionisWrapperFor, recordMethodInvocation, replayMethodsInvocation, throwSQLExceptionIfNecessary, unwrapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddBatch, clearParameters, execute, 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, setShort, setSQLXML, setString, setTime, setTime, setTimestamp, setTimestamp, setUnicodeStream, setURLaddBatch, cancel, clearBatch, clearWarnings, close, closeOnCompletion, 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, isCloseOnCompletion, isPoolable, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setMaxFieldSize, setMaxRows, setPoolable, setQueryTimeoutisWrapperFor, unwrapprotected AbstractUnsupportedOperationPreparedStatement(ShardingConnection shardingConnection, int resultSetType, int resultSetConcurrency, int resultSetHoldability)
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 在接口中 PreparedStatementSQLExceptionCopyright © 2017. All rights reserved.