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

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

public static interface NamedGraphRdbWrapper.GetNamedGraphAtRevisionParams

Interface for managing the parameters to the getNamedGraphAtRevision prepared statement.


Method Summary
 long getNamedGraphId()
          Get the "NamedGraphId" parameter to use within prepared statement
 long getRevision()
          Get the "Revision" parameter to use within prepared statement
 

Method Detail

getNamedGraphId

long getNamedGraphId()
                     throws AnzoException
Get the "NamedGraphId" parameter to use within prepared statement

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

getRevision

long getRevision()
                 throws AnzoException
Get the "Revision" parameter to use within prepared statement

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


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