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

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

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

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

getAddGraph

java.sql.Clob getAddGraph()
                          throws RdbException
Get the "AddGraph" result value

Returns:
the "AddGraph" result value
Throws:
RdbException

setAddGraph

void setAddGraph(java.sql.Clob addGraph)
                 throws RdbException
Set the "AddGraph" result value

Parameters:
addGraph - the "AddGraph" result value
Throws:
RdbException

getRemoveGraph

java.sql.Clob getRemoveGraph()
                             throws RdbException
Get the "RemoveGraph" result value

Returns:
the "RemoveGraph" result value
Throws:
RdbException

setRemoveGraph

void setRemoveGraph(java.sql.Clob removeGraph)
                    throws RdbException
Set the "RemoveGraph" result value

Parameters:
removeGraph - the "RemoveGraph" result value
Throws:
RdbException

getMetaAddGraph

java.sql.Clob getMetaAddGraph()
                              throws RdbException
Get the "MetaAddGraph" result value

Returns:
the "MetaAddGraph" result value
Throws:
RdbException

setMetaAddGraph

void setMetaAddGraph(java.sql.Clob metaAddGraph)
                     throws RdbException
Set the "MetaAddGraph" result value

Parameters:
metaAddGraph - the "MetaAddGraph" result value
Throws:
RdbException

getMetaRemoveGraph

java.sql.Clob getMetaRemoveGraph()
                                 throws RdbException
Get the "MetaRemoveGraph" result value

Returns:
the "MetaRemoveGraph" result value
Throws:
RdbException

setMetaRemoveGraph

void setMetaRemoveGraph(java.sql.Clob metaRemoveGraph)
                        throws RdbException
Set the "MetaRemoveGraph" result value

Parameters:
metaRemoveGraph - the "MetaRemoveGraph" result value
Throws:
RdbException

getNameGraphUri

java.lang.String getNameGraphUri()
                                 throws RdbException
Get the "NameGraphUri" result value

Returns:
the "NameGraphUri" result value
Throws:
RdbException

setNameGraphUri

void setNameGraphUri(java.lang.String nameGraphUri)
                     throws RdbException
Set the "NameGraphUri" result value

Parameters:
nameGraphUri - the "NameGraphUri" result value
Throws:
RdbException


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