com.ibatis.sqlmap.engine.mapping.statement

Class SelectKeyStatement

public class SelectKeyStatement extends SelectStatement

Method Summary
ListexecuteQueryForList(StatementScope statementScope, Transaction trans, Object parameterObject, int skipResults, int maxResults)
voidexecuteQueryWithRowHandler(StatementScope statementScope, Transaction trans, Object parameterObject, RowHandler rowHandler)
StringgetKeyProperty()
booleanisRunAfterSQL()
voidsetKeyProperty(String keyProperty)
voidsetRunAfterSQL(boolean runAfterSQL)

Method Detail

executeQueryForList

public List executeQueryForList(StatementScope statementScope, Transaction trans, Object parameterObject, int skipResults, int maxResults)

executeQueryWithRowHandler

public void executeQueryWithRowHandler(StatementScope statementScope, Transaction trans, Object parameterObject, RowHandler rowHandler)

getKeyProperty

public String getKeyProperty()

isRunAfterSQL

public boolean isRunAfterSQL()

setKeyProperty

public void setKeyProperty(String keyProperty)

setRunAfterSQL

public void setRunAfterSQL(boolean runAfterSQL)
Copyright © 2011. All Rights Reserved.