org.tinygroup.dbrouter.context
类 RealStatementExecutor
java.lang.Object
org.tinygroup.dbrouter.context.RealStatementExecutor
public class RealStatementExecutor
- extends Object
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RealStatementExecutor
public RealStatementExecutor(Statement realStatement,
String executeSql,
String originalSql,
Shard shard,
Partition partition,
Router router,
Object[] values)
addBatch
public void addBatch()
throws SQLException
- 抛出:
SQLException
getRealStatement
public Statement getRealStatement()
getExecuteSql
public String getExecuteSql()
getOriginalSql
public String getOriginalSql()
getShard
public Shard getShard()
getPartition
public Partition getPartition()
getRouter
public Router getRouter()
getValues
public Object[] getValues()
executeQuery
public ResultSet executeQuery()
throws SQLException
- 抛出:
SQLException
executeUpdate
public int executeUpdate()
throws SQLException
- 抛出:
SQLException
Copyright © 2006–2015 TinyGroup. All rights reserved.