org.openanzo.server.repository.rdb.sql
Class ReplicationRdbWrapper.InsertDeltaStmtIdsParamsImpl

java.lang.Object
  extended by org.openanzo.server.repository.rdb.sql.ReplicationRdbWrapper.InsertDeltaStmtIdsParamsImpl
All Implemented Interfaces:
ReplicationRdbWrapper.InsertDeltaStmtIdsParams
Enclosing class:
ReplicationRdbWrapper

public static class ReplicationRdbWrapper.InsertDeltaStmtIdsParamsImpl
extends java.lang.Object
implements ReplicationRdbWrapper.InsertDeltaStmtIdsParams

Default implementation of InsertDeltaStmtIdsParams


Constructor Summary
ReplicationRdbWrapper.InsertDeltaStmtIdsParamsImpl()
           
 
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 getEnd3()
          Get the "End3" 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
 java.lang.Long getStart3()
          Get the "Start3" 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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReplicationRdbWrapper.InsertDeltaStmtIdsParamsImpl

public ReplicationRdbWrapper.InsertDeltaStmtIdsParamsImpl()
Method Detail

getStart1

public java.lang.Long getStart1()
Description copied from interface: ReplicationRdbWrapper.InsertDeltaStmtIdsParams
Get the "Start1" parameter to use within prepared statement

Specified by:
getStart1 in interface ReplicationRdbWrapper.InsertDeltaStmtIdsParams
Returns:
the Start1 to use within prepared statement

getEnd1

public java.lang.Long getEnd1()
Description copied from interface: ReplicationRdbWrapper.InsertDeltaStmtIdsParams
Get the "End1" parameter to use within prepared statement

Specified by:
getEnd1 in interface ReplicationRdbWrapper.InsertDeltaStmtIdsParams
Returns:
the End1 to use within prepared statement

getStart2

public java.lang.Long getStart2()
Description copied from interface: ReplicationRdbWrapper.InsertDeltaStmtIdsParams
Get the "Start2" parameter to use within prepared statement

Specified by:
getStart2 in interface ReplicationRdbWrapper.InsertDeltaStmtIdsParams
Returns:
the Start2 to use within prepared statement

getEnd2

public java.lang.Long getEnd2()
Description copied from interface: ReplicationRdbWrapper.InsertDeltaStmtIdsParams
Get the "End2" parameter to use within prepared statement

Specified by:
getEnd2 in interface ReplicationRdbWrapper.InsertDeltaStmtIdsParams
Returns:
the End2 to use within prepared statement

getStartId

public long getStartId()
Description copied from interface: ReplicationRdbWrapper.InsertDeltaStmtIdsParams
Get the "StartId" parameter to use within prepared statement

Specified by:
getStartId in interface ReplicationRdbWrapper.InsertDeltaStmtIdsParams
Returns:
the StartId to use within prepared statement

getEndId

public long getEndId()
Description copied from interface: ReplicationRdbWrapper.InsertDeltaStmtIdsParams
Get the "EndId" parameter to use within prepared statement

Specified by:
getEndId in interface ReplicationRdbWrapper.InsertDeltaStmtIdsParams
Returns:
the EndId to use within prepared statement

getStart3

public java.lang.Long getStart3()
Description copied from interface: ReplicationRdbWrapper.InsertDeltaStmtIdsParams
Get the "Start3" parameter to use within prepared statement

Specified by:
getStart3 in interface ReplicationRdbWrapper.InsertDeltaStmtIdsParams
Returns:
the Start3 to use within prepared statement

getEnd3

public java.lang.Long getEnd3()
Description copied from interface: ReplicationRdbWrapper.InsertDeltaStmtIdsParams
Get the "End3" parameter to use within prepared statement

Specified by:
getEnd3 in interface ReplicationRdbWrapper.InsertDeltaStmtIdsParams
Returns:
the End3 to use within prepared statement

getStartId2

public long getStartId2()
Description copied from interface: ReplicationRdbWrapper.InsertDeltaStmtIdsParams
Get the "StartId2" parameter to use within prepared statement

Specified by:
getStartId2 in interface ReplicationRdbWrapper.InsertDeltaStmtIdsParams
Returns:
the StartId2 to use within prepared statement

getEndId2

public long getEndId2()
Description copied from interface: ReplicationRdbWrapper.InsertDeltaStmtIdsParams
Get the "EndId2" parameter to use within prepared statement

Specified by:
getEndId2 in interface ReplicationRdbWrapper.InsertDeltaStmtIdsParams
Returns:
the EndId2 to use within prepared statement


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