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, unwrap
addBatch, 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, setSqlStat
getAttributes, getId, isWrapperFor
getBatchSqlList, getConnectionProxy, getLastExecuteTimeNano, getLastExecuteType, getSqlStat, isFirstResultSet, setLastExecuteTimeNano, setSqlStat
addBatch, 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, setQueryTimeout
getAttributes, getId
isWrapperFor
public MultiDataSourcePreparedStatement(MultiDataSourceConnection connection, PreparedStatement statement, String sql, long id)
public MultiDataSourceConnection getConnection()
getConnection
在接口中 Statement
getConnection
在类中 StatementProxyImpl
public boolean execute() throws SQLException
execute
在接口中 PreparedStatement
execute
在类中 PreparedStatementProxyImpl
SQLException
public ResultSet executeQuery() throws SQLException
executeQuery
在接口中 PreparedStatement
executeQuery
在类中 PreparedStatementProxyImpl
SQLException
public int executeUpdate() throws SQLException
executeUpdate
在接口中 PreparedStatement
executeUpdate
在类中 PreparedStatementProxyImpl
SQLException
Copyright © 2012 Alibaba Group. All Rights Reserved.