org.openanzo.server.repository.rdb.sql
Interface ReplicationRdbWrapper.InsertTrackerStatementsDeltasJoinParams

All Known Implementing Classes:
ReplicationRdbWrapper.InsertTrackerStatementsDeltasJoinParamsImpl
Enclosing class:
ReplicationRdbWrapper

public static interface ReplicationRdbWrapper.InsertTrackerStatementsDeltasJoinParams

Interface for managing the parameters to the insertTrackerStatementsDeltasJoin prepared statement.


Method Summary
 long getId()
          Get the "Id" parameter to use within prepared statement
 long getNamedgraphid()
          Get the "Namedgraphid" parameter to use within prepared statement
 long getObj()
          Get the "Obj" parameter to use within prepared statement
 long getOldid()
          Get the "Oldid" parameter to use within prepared statement
 long getOldnamedgraphid()
          Get the "Oldnamedgraphid" parameter to use within prepared statement
 long getProp()
          Get the "Prop" parameter to use within prepared statement
 long getSubj()
          Get the "Subj" parameter to use within prepared statement
 

Method Detail

getId

long getId()
           throws AnzoException
Get the "Id" parameter to use within prepared statement

Returns:
the Id to use within prepared statement
Throws:
AnzoException

getNamedgraphid

long getNamedgraphid()
                     throws AnzoException
Get the "Namedgraphid" parameter to use within prepared statement

Returns:
the Namedgraphid to use within prepared statement
Throws:
AnzoException

getSubj

long getSubj()
             throws AnzoException
Get the "Subj" parameter to use within prepared statement

Returns:
the Subj to use within prepared statement
Throws:
AnzoException

getProp

long getProp()
             throws AnzoException
Get the "Prop" parameter to use within prepared statement

Returns:
the Prop to use within prepared statement
Throws:
AnzoException

getObj

long getObj()
            throws AnzoException
Get the "Obj" parameter to use within prepared statement

Returns:
the Obj to use within prepared statement
Throws:
AnzoException

getOldid

long getOldid()
              throws AnzoException
Get the "Oldid" parameter to use within prepared statement

Returns:
the Oldid to use within prepared statement
Throws:
AnzoException

getOldnamedgraphid

long getOldnamedgraphid()
                        throws AnzoException
Get the "Oldnamedgraphid" parameter to use within prepared statement

Returns:
the Oldnamedgraphid to use within prepared statement
Throws:
AnzoException


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