|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openanzo.common.rdb.sql.TransactionSQL.SelectCommandResultImpl
public static class TransactionSQL.SelectCommandResultImpl
Default implementation of SelectCommandResult
| Field Summary | |
|---|---|
java.lang.String |
commandType
Value for the "commandType" result value |
java.sql.Clob |
context
Value for the "context" result value |
long |
id
Value for the "id" result value |
java.sql.Clob |
prereq
Value for the "prereq" result value |
| Constructor Summary | |
|---|---|
TransactionSQL.SelectCommandResultImpl()
|
|
| 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 |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public long id
public java.lang.String commandType
public java.sql.Clob prereq
public java.sql.Clob context
| Constructor Detail |
|---|
public TransactionSQL.SelectCommandResultImpl()
| Method Detail |
|---|
public long getId()
TransactionSQL.SelectCommandResult
getId in interface TransactionSQL.SelectCommandResultpublic void setId(long id)
TransactionSQL.SelectCommandResult
setId in interface TransactionSQL.SelectCommandResultid - the "Id" result valuepublic java.lang.String getCommandType()
TransactionSQL.SelectCommandResult
getCommandType in interface TransactionSQL.SelectCommandResultpublic void setCommandType(java.lang.String commandType)
TransactionSQL.SelectCommandResult
setCommandType in interface TransactionSQL.SelectCommandResultcommandType - the "CommandType" result valuepublic java.sql.Clob getPrereq()
TransactionSQL.SelectCommandResult
getPrereq in interface TransactionSQL.SelectCommandResultpublic void setPrereq(java.sql.Clob prereq)
TransactionSQL.SelectCommandResult
setPrereq in interface TransactionSQL.SelectCommandResultprereq - the "Prereq" result valuepublic java.sql.Clob getContext()
TransactionSQL.SelectCommandResult
getContext in interface TransactionSQL.SelectCommandResultpublic void setContext(java.sql.Clob context)
TransactionSQL.SelectCommandResult
setContext in interface TransactionSQL.SelectCommandResultcontext - the "Context" result value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||