org.openanzo.server.repository.rdb.sql
Interface LastTransactionTime.InsertLastTransactionTimeParams

All Known Implementing Classes:
LastTransactionTime.InsertLastTransactionTimeParamsImpl
Enclosing class:
LastTransactionTime

public static interface LastTransactionTime.InsertLastTransactionTimeParams

Interface for managing the parameters to the insertLastTransactionTime prepared statement.


Method Summary
 java.lang.Long getCommited()
          Get the "Commited" parameter to use within prepared statement
 long getId()
          Get the "Id" parameter to use within prepared statement
 

Method Detail

getCommited

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

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

getId

long getId()
           throws AnzoException
Get the "Id" parameter to use within prepared statement

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


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