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

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

public static interface NamedGraphRdbWrapper.LookupNamedGraphRevisionParams

Interface for managing the parameters to the lookupNamedGraphRevision prepared statement.


Method Summary
 java.lang.Long getEnd1()
          Get the "End1" parameter to use within prepared statement
 java.lang.Long getEnd2()
          Get the "End2" parameter to use within prepared statement
 java.lang.Long getEnd3()
          Get the "End3" parameter to use within prepared statement
 java.lang.Long getEnd4()
          Get the "End4" parameter to use within prepared statement
 long getNamedGraphId()
          Get the "NamedGraphId" parameter to use within prepared statement
 long getNamedGraphId2()
          Get the "NamedGraphId2" parameter to use within prepared statement
 java.lang.Long getStart1()
          Get the "Start1" parameter to use within prepared statement
 java.lang.Long getStart2()
          Get the "Start2" parameter to use within prepared statement
 java.lang.Long getStart3()
          Get the "Start3" parameter to use within prepared statement
 java.lang.Long getStart4()
          Get the "Start4" parameter to use within prepared statement
 long getUserId()
          Get the "UserId" 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

getNamedGraphId2

long getNamedGraphId2()
                      throws AnzoException
Get the "NamedGraphId2" parameter to use within prepared statement

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

getStart1

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

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

getEnd1

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

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

getStart2

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

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

getEnd2

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

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

getStart3

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

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

getEnd3

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

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

getStart4

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

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

getEnd4

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

Returns:
the End4 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.