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

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

public static class NamedGraphRdbWrapper.GetAllStoredNamedGraphsNoWithParamsImpl
extends java.lang.Object
implements NamedGraphRdbWrapper.GetAllStoredNamedGraphsNoWithParams

Default implementation of GetAllStoredNamedGraphsNoWithParams


Constructor Summary
NamedGraphRdbWrapper.GetAllStoredNamedGraphsNoWithParamsImpl()
           
 
Method Summary
 java.lang.Long getNow()
          Get the "Now" 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.GetAllStoredNamedGraphsNoWithParamsImpl

public NamedGraphRdbWrapper.GetAllStoredNamedGraphsNoWithParamsImpl()
Method Detail

getNow

public java.lang.Long getNow()
Description copied from interface: NamedGraphRdbWrapper.GetAllStoredNamedGraphsNoWithParams
Get the "Now" parameter to use within prepared statement

Specified by:
getNow in interface NamedGraphRdbWrapper.GetAllStoredNamedGraphsNoWithParams
Returns:
the Now to use within prepared statement

getNow2

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

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


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