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

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

public static interface ReplicationRdbWrapper.SelectAciMaskDeltasParams

Interface for managing the parameters to the selectAciMaskDeltas 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 getNow3()
          Get the "Now3" parameter to use within prepared statement
 java.lang.Long getNow4()
          Get the "Now4" parameter to use within prepared statement
 java.lang.Long getThen1()
          Get the "Then1" parameter to use within prepared statement
 java.lang.Long getThen2()
          Get the "Then2" parameter to use within prepared statement
 java.lang.Long getThen3()
          Get the "Then3" parameter to use within prepared statement
 java.lang.Long getThen4()
          Get the "Then4" parameter to use within prepared statement
 

Method Detail

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

getThen1

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

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

getThen2

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

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

getNow3

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

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

getNow4

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

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

getThen3

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

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

getThen4

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

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


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