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

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

public static interface ReplicationRdbWrapper.InsertDeltaGraphIdsParams

Interface for managing the parameters to the insertDeltaGraphIds prepared statement.


Method Summary
 java.lang.Long getEnd1()
          Get the "End1" parameter to use within prepared statement
 java.lang.Long getEnd2()
          Get the "End2" parameter to use within prepared statement
 java.lang.Long getStart1()
          Get the "Start1" parameter to use within prepared statement
 java.lang.Long getStart2()
          Get the "Start2" parameter to use within prepared statement
 

Method Detail

getStart1

java.lang.Long getStart1()
                         throws AnzoException
Get the "Start1" parameter to use within prepared statement

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

getEnd1

java.lang.Long getEnd1()
                       throws AnzoException
Get the "End1" parameter to use within prepared statement

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

getStart2

java.lang.Long getStart2()
                         throws AnzoException
Get the "Start2" parameter to use within prepared statement

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

getEnd2

java.lang.Long getEnd2()
                       throws AnzoException
Get the "End2" parameter to use within prepared statement

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


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