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

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

public static interface ReplicationRdbWrapper.InsertNamedGraphModsParams

Interface for managing the parameters to the insertNamedGraphMods prepared statement.


Method Summary
 java.lang.Long getEnd1()
          Get the "End1" parameter to use within prepared statement
 java.lang.Long getStart1()
          Get the "Start1" 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


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