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

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

public static interface NamedGraphRdbWrapper.GetTotalNumberOfStoredNamedGraphsNoWithParams

Interface for managing the parameters to the getTotalNumberOfStoredNamedGraphsNoWith 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.