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

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

public static interface ReplicationRdbWrapper.InsertStmtIdsNew_5Params

Interface for managing the parameters to the insertStmtIdsNew_5 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
 long getEndId()
          Get the "EndId" parameter to use within prepared statement
 long getEndId2()
          Get the "EndId2" 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
 long getStartId()
          Get the "StartId" parameter to use within prepared statement
 long getStartId2()
          Get the "StartId2" 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

getStartId

long getStartId()
                throws AnzoException
Get the "StartId" parameter to use within prepared statement

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

getEndId

long getEndId()
              throws AnzoException
Get the "EndId" parameter to use within prepared statement

Returns:
the EndId 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

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.