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

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

public static class ReplicationRdbWrapper.SelectNamedGraphMetaInfoDeletionsParamsImpl
extends java.lang.Object
implements ReplicationRdbWrapper.SelectNamedGraphMetaInfoDeletionsParams

Default implementation of SelectNamedGraphMetaInfoDeletionsParams


Constructor Summary
ReplicationRdbWrapper.SelectNamedGraphMetaInfoDeletionsParamsImpl()
           
 
Method Summary
 java.lang.Long getNow1()
          Get the "Now1" parameter to use within prepared statement
 java.lang.Long getNow2()
          Get the "Now2" parameter to use within prepared statement
 java.lang.Long getNow3()
          Get the "Now3" parameter to use within prepared statement
 java.lang.Long getThen1()
          Get the "Then1" 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.SelectNamedGraphMetaInfoDeletionsParamsImpl

public ReplicationRdbWrapper.SelectNamedGraphMetaInfoDeletionsParamsImpl()
Method Detail

getNow1

public java.lang.Long getNow1()
Description copied from interface: ReplicationRdbWrapper.SelectNamedGraphMetaInfoDeletionsParams
Get the "Now1" parameter to use within prepared statement

Specified by:
getNow1 in interface ReplicationRdbWrapper.SelectNamedGraphMetaInfoDeletionsParams
Returns:
the Now1 to use within prepared statement

getNow2

public java.lang.Long getNow2()
Description copied from interface: ReplicationRdbWrapper.SelectNamedGraphMetaInfoDeletionsParams
Get the "Now2" parameter to use within prepared statement

Specified by:
getNow2 in interface ReplicationRdbWrapper.SelectNamedGraphMetaInfoDeletionsParams
Returns:
the Now2 to use within prepared statement

getThen1

public java.lang.Long getThen1()
Description copied from interface: ReplicationRdbWrapper.SelectNamedGraphMetaInfoDeletionsParams
Get the "Then1" parameter to use within prepared statement

Specified by:
getThen1 in interface ReplicationRdbWrapper.SelectNamedGraphMetaInfoDeletionsParams
Returns:
the Then1 to use within prepared statement

getNow3

public java.lang.Long getNow3()
Description copied from interface: ReplicationRdbWrapper.SelectNamedGraphMetaInfoDeletionsParams
Get the "Now3" parameter to use within prepared statement

Specified by:
getNow3 in interface ReplicationRdbWrapper.SelectNamedGraphMetaInfoDeletionsParams
Returns:
the Now3 to use within prepared statement


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