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

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

public static class ReplicationRdbWrapper.InsertStmtIdsOld_4ParamsImpl
extends java.lang.Object
implements ReplicationRdbWrapper.InsertStmtIdsOld_4Params

Default implementation of InsertStmtIdsOld_4Params


Constructor Summary
ReplicationRdbWrapper.InsertStmtIdsOld_4ParamsImpl()
           
 
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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReplicationRdbWrapper.InsertStmtIdsOld_4ParamsImpl

public ReplicationRdbWrapper.InsertStmtIdsOld_4ParamsImpl()
Method Detail

getStart2

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

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

getEnd2

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

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

getStartId2

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

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

getEndId2

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

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


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