org.openanzo.server.repository.rdb.sql
Interface StatementRdbWrapper.GetTotalNumberOfStoredTriplesNoWithParams

All Known Implementing Classes:
StatementRdbWrapper.GetTotalNumberOfStoredTriplesNoWithParamsImpl
Enclosing class:
StatementRdbWrapper

public static interface StatementRdbWrapper.GetTotalNumberOfStoredTriplesNoWithParams

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