org.openanzo.server.repository.rdb.sql
Interface NamedGraphRdbWrapper.GetAllStoredNamedGraphsNoWithParams

All Known Implementing Classes:
NamedGraphRdbWrapper.GetAllStoredNamedGraphsNoWithParamsImpl
Enclosing class:
NamedGraphRdbWrapper

public static interface NamedGraphRdbWrapper.GetAllStoredNamedGraphsNoWithParams

Interface for managing the parameters to the getAllStoredNamedGraphsNoWith prepared statement.


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
 

Method Detail

getNow

java.lang.Long getNow()
                      throws AnzoException
Get the "Now" parameter to use within prepared statement

Returns:
the Now to use within prepared statement
Throws:
AnzoException

getNow2

java.lang.Long getNow2()
                       throws AnzoException
Get the "Now2" parameter to use within prepared statement

Returns:
the Now2 to use within prepared statement
Throws:
AnzoException


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