org.tinygroup.dbrouter.context
类 StatementExecuteContext
java.lang.Object
org.tinygroup.dbrouter.context.StatementExecuteContext
public class StatementExecuteContext
- extends Object
statement执行的上下文
- 作者:
- renhui
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
routerManager
protected RouterManager routerManager
StatementExecuteContext
public StatementExecuteContext()
getTinyConnection
public Connection getTinyConnection()
getTinyStatement
public Statement getTinyStatement()
isRead
public boolean isRead()
- 是查询操作
- 返回:
setTinyConnection
public void setTinyConnection(Connection tinyConnection)
setTinyStatement
public void setTinyStatement(Statement tinyStatement)
getPartition
public Partition getPartition()
setPartition
public void setPartition(Partition partition)
getOrignalSql
public String getOrignalSql()
setOrignalSql
public void setOrignalSql(String orignalSql)
getRealStatements
public List<RealStatementExecutor> getRealStatements()
setStatements
public void setStatements(List<RealStatementExecutor> statements)
getStatementProcessor
public StatementProcessor getStatementProcessor()
setStatementProcessor
public void setStatementProcessor(StatementProcessor statementProcessor)
getResultSetExecutors
public List<ResultSetExecutor> getResultSetExecutors()
setResultSetExecutors
public void setResultSetExecutors(List<ResultSetExecutor> resultSetExecutors)
getRouter
public Router getRouter()
setRouter
public void setRouter(Router router)
getBuilder
public ParamObjectBuilder getBuilder()
setBuilder
public void setBuilder(ParamObjectBuilder builder)
Copyright © 2006–2015 TinyGroup. All rights reserved.