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

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

public static interface NamedGraphRdbWrapper.GetNamedGraphsMetaIdAndAciHistoryNewParams

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