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

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

public static interface NamedGraphRdbWrapper.GetNamedGraphsMetaIdHistoryParams

Interface for managing the parameters to the getNamedGraphsMetaIdHistory prepared statement.


Method Summary
 long getId()
          Get the "Id" parameter to use within prepared statement
 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
 java.lang.Long getNow3()
          Get the "Now3" parameter to use within prepared statement
 java.lang.Long getNow4()
          Get the "Now4" parameter to use within prepared statement
 java.lang.Long getNow5()
          Get the "Now5" parameter to use within prepared statement
 java.lang.Long getNow6()
          Get the "Now6" parameter to use within prepared statement
 long getUserId()
          Get the "UserId" 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

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

getNow3

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

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

getNow4

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

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

getNow5

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

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

getNow6

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

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

getUserId

long getUserId()
               throws AnzoException
Get the "UserId" parameter to use within prepared statement

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


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