org.openanzo.server.repository.rdb.sql
Interface ReplicationRdbWrapper.SelectCanReadSystemGraphDeltaParams

All Known Implementing Classes:
ReplicationRdbWrapper.SelectCanReadSystemGraphDeltaParamsImpl
Enclosing class:
ReplicationRdbWrapper

public static interface ReplicationRdbWrapper.SelectCanReadSystemGraphDeltaParams

Interface for managing the parameters to the selectCanReadSystemGraphDelta prepared statement.


Method Summary
 java.lang.Long getNow1()
          Get the "Now1" parameter to use within prepared statement
 java.lang.Long getNow2()
          Get the "Now2" parameter to use within prepared statement
 java.lang.Long getNow5()
          Get the "Now5" parameter to use within prepared statement
 java.lang.Long getNow6()
          Get the "Now6" parameter to use within prepared statement
 java.lang.Long getNow7()
          Get the "Now7" parameter to use within prepared statement
 java.lang.Long getNow8()
          Get the "Now8" parameter to use within prepared statement
 java.lang.Long getSystemGraphId()
          Get the "SystemGraphId" parameter to use within prepared statement
 java.lang.Long getUserId1()
          Get the "UserId1" parameter to use within prepared statement
 

Method Detail

getSystemGraphId

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

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

getNow1

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

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

getNow2

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

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

getNow5

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

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

getNow6

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

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

getNow7

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

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

getNow8

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

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

getUserId1

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

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


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