org.openanzo.common.rdb.sql
Interface TransactionSQL.SelectCommandResult

All Known Implementing Classes:
TransactionSQL.SelectCommandResultImpl
Enclosing class:
TransactionSQL

public static interface TransactionSQL.SelectCommandResult

Interface for holding the results of the selectCommand prepared statement.


Method Summary
 java.lang.String getCommandType()
          Get the "CommandType" result value
 java.sql.Clob getContext()
          Get the "Context" result value
 long getId()
          Get the "Id" result value
 java.sql.Clob getPrereq()
          Get the "Prereq" result value
 void setCommandType(java.lang.String commandType)
          Set the "CommandType" result value
 void setContext(java.sql.Clob context)
          Set the "Context" result value
 void setId(long id)
          Set the "Id" result value
 void setPrereq(java.sql.Clob prereq)
          Set the "Prereq" result value
 

Method Detail

getId

long getId()
           throws RdbException
Get the "Id" result value

Returns:
the "Id" result value
Throws:
RdbException

setId

void setId(long id)
           throws RdbException
Set the "Id" result value

Parameters:
id - the "Id" result value
Throws:
RdbException

getCommandType

java.lang.String getCommandType()
                                throws RdbException
Get the "CommandType" result value

Returns:
the "CommandType" result value
Throws:
RdbException

setCommandType

void setCommandType(java.lang.String commandType)
                    throws RdbException
Set the "CommandType" result value

Parameters:
commandType - the "CommandType" result value
Throws:
RdbException

getPrereq

java.sql.Clob getPrereq()
                        throws RdbException
Get the "Prereq" result value

Returns:
the "Prereq" result value
Throws:
RdbException

setPrereq

void setPrereq(java.sql.Clob prereq)
               throws RdbException
Set the "Prereq" result value

Parameters:
prereq - the "Prereq" result value
Throws:
RdbException

getContext

java.sql.Clob getContext()
                         throws RdbException
Get the "Context" result value

Returns:
the "Context" result value
Throws:
RdbException

setContext

void setContext(java.sql.Clob context)
                throws RdbException
Set the "Context" result value

Parameters:
context - the "Context" result value
Throws:
RdbException


Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.