org.openanzo.server.repository.rdb.sql
Class NamedGraphRdbWrapper.GetNamedGraphAtRevisionParamsImpl

java.lang.Object
  extended by org.openanzo.server.repository.rdb.sql.NamedGraphRdbWrapper.GetNamedGraphAtRevisionParamsImpl
All Implemented Interfaces:
NamedGraphRdbWrapper.GetNamedGraphAtRevisionParams
Enclosing class:
NamedGraphRdbWrapper

public static class NamedGraphRdbWrapper.GetNamedGraphAtRevisionParamsImpl
extends java.lang.Object
implements NamedGraphRdbWrapper.GetNamedGraphAtRevisionParams

Default implementation of GetNamedGraphAtRevisionParams


Constructor Summary
NamedGraphRdbWrapper.GetNamedGraphAtRevisionParamsImpl()
           
 
Method Summary
 long getNamedGraphId()
          Get the "NamedGraphId" parameter to use within prepared statement
 long getRevision()
          Get the "Revision" parameter to use within prepared statement
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NamedGraphRdbWrapper.GetNamedGraphAtRevisionParamsImpl

public NamedGraphRdbWrapper.GetNamedGraphAtRevisionParamsImpl()
Method Detail

getNamedGraphId

public long getNamedGraphId()
Description copied from interface: NamedGraphRdbWrapper.GetNamedGraphAtRevisionParams
Get the "NamedGraphId" parameter to use within prepared statement

Specified by:
getNamedGraphId in interface NamedGraphRdbWrapper.GetNamedGraphAtRevisionParams
Returns:
the NamedGraphId to use within prepared statement

getRevision

public long getRevision()
Description copied from interface: NamedGraphRdbWrapper.GetNamedGraphAtRevisionParams
Get the "Revision" parameter to use within prepared statement

Specified by:
getRevision in interface NamedGraphRdbWrapper.GetNamedGraphAtRevisionParams
Returns:
the Revision to use within prepared statement


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