org.openanzo.server.repository.rdb.sql
Class NamedGraphRdbWrapper.SelectNamedGraphSizeHistoryNoWithParamsImpl

java.lang.Object
  extended by org.openanzo.server.repository.rdb.sql.NamedGraphRdbWrapper.SelectNamedGraphSizeHistoryNoWithParamsImpl
All Implemented Interfaces:
NamedGraphRdbWrapper.SelectNamedGraphSizeHistoryNoWithParams
Enclosing class:
NamedGraphRdbWrapper

public static class NamedGraphRdbWrapper.SelectNamedGraphSizeHistoryNoWithParamsImpl
extends java.lang.Object
implements NamedGraphRdbWrapper.SelectNamedGraphSizeHistoryNoWithParams

Default implementation of SelectNamedGraphSizeHistoryNoWithParams


Constructor Summary
NamedGraphRdbWrapper.SelectNamedGraphSizeHistoryNoWithParamsImpl()
           
 
Method Summary
 long getId()
          Get the "Id" parameter to use within prepared statement
 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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NamedGraphRdbWrapper.SelectNamedGraphSizeHistoryNoWithParamsImpl

public NamedGraphRdbWrapper.SelectNamedGraphSizeHistoryNoWithParamsImpl()
Method Detail

getId

public long getId()
Description copied from interface: NamedGraphRdbWrapper.SelectNamedGraphSizeHistoryNoWithParams
Get the "Id" parameter to use within prepared statement

Specified by:
getId in interface NamedGraphRdbWrapper.SelectNamedGraphSizeHistoryNoWithParams
Returns:
the Id to use within prepared statement

getNow1

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

Specified by:
getNow1 in interface NamedGraphRdbWrapper.SelectNamedGraphSizeHistoryNoWithParams
Returns:
the Now1 to use within prepared statement

getNow2

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

Specified by:
getNow2 in interface NamedGraphRdbWrapper.SelectNamedGraphSizeHistoryNoWithParams
Returns:
the Now2 to use within prepared statement


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