| java.lang.Object net.sourceforge.orbroker.BrokerConnection net.sourceforge.orbroker.QueryableConnection net.sourceforge.orbroker.ExecutableConnection
All known Subclasses: net.sourceforge.orbroker.Transaction, net.sourceforge.orbroker.Executable,
markTransactionStarted | abstract protected void markTransactionStarted()(Code) | | |
Methods inherited from net.sourceforge.orbroker.QueryableConnection | final public void closeIterator(Iterator iterator)(Code)(Java Doc) final protected QueryResult executeQuery(Statement stm, boolean useScrollable) throws BrokerException(Code)(Java Doc) public Iterator iterate(String statementID, int fetchSize)(Code)(Java Doc) final public List selectMany(String statementID) throws BrokerException(Code)(Java Doc) final public int selectMany(String statementID, Collection resultCollection) throws BrokerException(Code)(Java Doc) final public int selectMany(String statementID, Collection resultCollection, int startRow, int rowCount) throws BrokerException(Code)(Java Doc) final public List selectMany(String statementID, int startRow, int rowCount) throws BrokerException(Code)(Java Doc) final public Object selectOne(String statementID) throws BrokerException, MoreThanOneRowException(Code)(Java Doc) final public boolean selectOne(String statementID, Object resultObject) throws BrokerException, MoreThanOneRowException(Code)(Java Doc) public Object selectOneFromMany(String statementID, int fromRow) throws BrokerException(Code)(Java Doc)
|
|
|