org.openanzo.server.repository.rdb.sql
Interface GlitterRdbWrapper.InsertAllValidDatasetGraphsParams

All Known Implementing Classes:
GlitterRdbWrapper.InsertAllValidDatasetGraphsParamsImpl
Enclosing class:
GlitterRdbWrapper

public static interface GlitterRdbWrapper.InsertAllValidDatasetGraphsParams

Interface for managing the parameters to the insertAllValidDatasetGraphs prepared statement.


Method Summary
 java.lang.Long getLastTransactionTime1()
          Get the "LastTransactionTime1" parameter to use within prepared statement
 java.lang.Long getLastTransactionTime2()
          Get the "LastTransactionTime2" parameter to use within prepared statement
 java.lang.Long getLastTransactionTime3()
          Get the "LastTransactionTime3" parameter to use within prepared statement
 java.lang.Long getLastTransactionTime4()
          Get the "LastTransactionTime4" parameter to use within prepared statement
 long getUserId()
          Get the "UserId" parameter to use within prepared statement
 

Method Detail

getLastTransactionTime1

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

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

getLastTransactionTime2

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

Returns:
the LastTransactionTime2 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

getLastTransactionTime3

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

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

getLastTransactionTime4

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

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


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