|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface ReplicationRdbWrapper.SelectSTRowsResult
Interface for holding the results of the selectSTRows prepared statement.
| Method Summary | |
|---|---|
long |
getCounter()
Get the "Counter" result value |
long |
getId()
Get the "Id" result value |
long |
getNamedGraphId()
Get the "NamedGraphId" result value |
long |
getType()
Get the "Type" result value |
void |
setCounter(long counter)
Set the "Counter" result value |
void |
setId(long id)
Set the "Id" result value |
void |
setNamedGraphId(long namedGraphId)
Set the "NamedGraphId" result value |
void |
setType(long type)
Set the "Type" result value |
| Method Detail |
|---|
long getId()
throws AnzoException
AnzoException
void setId(long id)
throws AnzoException
id - the "Id" result value
AnzoException
long getNamedGraphId()
throws AnzoException
AnzoException
void setNamedGraphId(long namedGraphId)
throws AnzoException
namedGraphId - the "NamedGraphId" result value
AnzoException
long getType()
throws AnzoException
AnzoException
void setType(long type)
throws AnzoException
type - the "Type" result value
AnzoException
long getCounter()
throws AnzoException
AnzoException
void setCounter(long counter)
throws AnzoException
counter - the "Counter" result value
AnzoException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||