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

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

public static class ReplicationRdbWrapper.InsertStmtIdsOld_8ParamsImpl
extends java.lang.Object
implements ReplicationRdbWrapper.InsertStmtIdsOld_8Params

Default implementation of InsertStmtIdsOld_8Params


Constructor Summary
ReplicationRdbWrapper.InsertStmtIdsOld_8ParamsImpl()
           
 
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_8ParamsImpl

public ReplicationRdbWrapper.InsertStmtIdsOld_8ParamsImpl()
Method Detail

getStart2

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

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

getEnd2

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

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

getStartId2

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

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

getEndId2

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

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


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