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

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

public static interface NamedGraphRdbWrapper.GetNamedGraphsMetaIdHistoryNewParams

Interface for managing the parameters to the getNamedGraphsMetaIdHistoryNew prepared statement.


Method Summary
 long getId()
          Get the "Id" 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

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.