|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface TransactionSQL.SelectChangesetResult
Interface for holding the results of the selectChangeset prepared statement.
| Method Summary | |
|---|---|
java.sql.Clob |
getAddGraph()
Get the "AddGraph" result value |
long |
getId()
Get the "Id" result value |
java.sql.Clob |
getMetaAddGraph()
Get the "MetaAddGraph" result value |
java.sql.Clob |
getMetaRemoveGraph()
Get the "MetaRemoveGraph" result value |
java.lang.String |
getNameGraphUri()
Get the "NameGraphUri" result value |
java.sql.Clob |
getRemoveGraph()
Get the "RemoveGraph" result value |
void |
setAddGraph(java.sql.Clob addGraph)
Set the "AddGraph" result value |
void |
setId(long id)
Set the "Id" result value |
void |
setMetaAddGraph(java.sql.Clob metaAddGraph)
Set the "MetaAddGraph" result value |
void |
setMetaRemoveGraph(java.sql.Clob metaRemoveGraph)
Set the "MetaRemoveGraph" result value |
void |
setNameGraphUri(java.lang.String nameGraphUri)
Set the "NameGraphUri" result value |
void |
setRemoveGraph(java.sql.Clob removeGraph)
Set the "RemoveGraph" result value |
| Method Detail |
|---|
long getId()
throws RdbException
RdbException
void setId(long id)
throws RdbException
id - the "Id" result value
RdbException
java.sql.Clob getAddGraph()
throws RdbException
RdbException
void setAddGraph(java.sql.Clob addGraph)
throws RdbException
addGraph - the "AddGraph" result value
RdbException
java.sql.Clob getRemoveGraph()
throws RdbException
RdbException
void setRemoveGraph(java.sql.Clob removeGraph)
throws RdbException
removeGraph - the "RemoveGraph" result value
RdbException
java.sql.Clob getMetaAddGraph()
throws RdbException
RdbException
void setMetaAddGraph(java.sql.Clob metaAddGraph)
throws RdbException
metaAddGraph - the "MetaAddGraph" result value
RdbException
java.sql.Clob getMetaRemoveGraph()
throws RdbException
RdbException
void setMetaRemoveGraph(java.sql.Clob metaRemoveGraph)
throws RdbException
metaRemoveGraph - the "MetaRemoveGraph" result value
RdbException
java.lang.String getNameGraphUri()
throws RdbException
RdbException
void setNameGraphUri(java.lang.String nameGraphUri)
throws RdbException
nameGraphUri - the "NameGraphUri" result value
RdbException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||