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

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

public static interface ReplicationRdbWrapper.InsertStmtIdsOld_11Params

Interface for managing the parameters to the insertStmtIdsOld_11 prepared statement.


Method Summary
 java.lang.Long getEnd2()
          Get the "End2" parameter to use within prepared statement
 long getEndId2()
          Get the "EndId2" parameter to use within prepared statement
 java.lang.Long getStart2()
          Get the "Start2" parameter to use within prepared statement
 long getStartId2()
          Get the "StartId2" parameter to use within prepared statement
 

Method Detail

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

getStartId2

long getStartId2()
                 throws AnzoException
Get the "StartId2" parameter to use within prepared statement

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

getEndId2

long getEndId2()
               throws AnzoException
Get the "EndId2" parameter to use within prepared statement

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


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