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

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

public static interface NamedGraphRdbWrapper.SelectNamedGraphSizeHistoryNoWithParams

Interface for managing the parameters to the selectNamedGraphSizeHistoryNoWith prepared statement.


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
 

Method Detail

getId

long getId()
           throws AnzoException
Get the "Id" parameter to use within prepared statement

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

getNow1

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

Returns:
the Now1 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.