public class MultiDataSourcePreparedStatement extends PreparedStatementProxyImpl
| 构造器和说明 |
|---|
MultiDataSourcePreparedStatement(MultiDataSourceConnection connection,
PreparedStatement statement,
String sql,
long id) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
execute() |
ResultSet |
executeQuery() |
int |
executeUpdate() |
MultiDataSourceConnection |
getConnection() |
addBatch, clearParameters, getBatchSql, getLastExecuteSql, getMetaData, getParameterMetaData, getParameters, getRawObject, getSql, 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, setParameter, setRef, setRowId, setShort, setSQLXML, setString, setTime, setTime, setTimestamp, setTimestamp, setUnicodeStream, setURL, unwrapaddBatch, cancel, clearBatch, clearWarnings, close, closeOnCompletion, createChain, execute, execute, execute, execute, executeBatch, executeQuery, executeUpdate, executeUpdate, executeUpdate, executeUpdate, getBatchSqlList, getConnectionProxy, getFetchDirection, getFetchSize, getGeneratedKeys, getLastExecuteTimeNano, getLastExecuteType, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getResultSet, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getSqlStat, getUpdateCount, getWarnings, isClosed, isCloseOnCompletion, isFirstResultSet, isPoolable, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setLastExecuteTimeNano, setMaxFieldSize, setMaxRows, setPoolable, setQueryTimeout, setSqlStatgetAttributes, getId, isWrapperForgetBatchSqlList, getConnectionProxy, getLastExecuteTimeNano, getLastExecuteType, getSqlStat, isFirstResultSet, setLastExecuteTimeNano, setSqlStataddBatch, cancel, clearBatch, clearWarnings, close, closeOnCompletion, execute, execute, execute, execute, executeBatch, executeQuery, executeUpdate, executeUpdate, executeUpdate, executeUpdate, getFetchDirection, getFetchSize, getGeneratedKeys, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getResultSet, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getUpdateCount, getWarnings, isClosed, isCloseOnCompletion, isPoolable, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setMaxFieldSize, setMaxRows, setPoolable, setQueryTimeoutgetAttributes, getIdisWrapperForpublic MultiDataSourcePreparedStatement(MultiDataSourceConnection connection, PreparedStatement statement, String sql, long id)
public MultiDataSourceConnection getConnection()
getConnection 在接口中 StatementgetConnection 在类中 StatementProxyImplpublic boolean execute()
throws SQLException
execute 在接口中 PreparedStatementexecute 在类中 PreparedStatementProxyImplSQLExceptionpublic ResultSet executeQuery() throws SQLException
executeQuery 在接口中 PreparedStatementexecuteQuery 在类中 PreparedStatementProxyImplSQLExceptionpublic int executeUpdate()
throws SQLException
executeUpdate 在接口中 PreparedStatementexecuteUpdate 在类中 PreparedStatementProxyImplSQLExceptionCopyright © 2012 Alibaba Group. All Rights Reserved.