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

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

public static interface LastTransactionTime.GetLastTransactionResult

Interface for holding the results of the getLastTransaction prepared statement.


Method Summary
 long getLastid()
          Get the "Lastid" result value
 java.lang.Long getLastTransactionTime()
          Get the "LastTransactionTime" result value
 void setLastid(long lastid)
          Set the "Lastid" result value
 void setLastTransactionTime(java.lang.Long lastTransactionTime)
          Set the "LastTransactionTime" result value
 

Method Detail

getLastTransactionTime

java.lang.Long getLastTransactionTime()
                                      throws AnzoException
Get the "LastTransactionTime" result value

Returns:
the "LastTransactionTime" result value
Throws:
AnzoException

setLastTransactionTime

void setLastTransactionTime(java.lang.Long lastTransactionTime)
                            throws AnzoException
Set the "LastTransactionTime" result value

Parameters:
lastTransactionTime - the "LastTransactionTime" result value
Throws:
AnzoException

getLastid

long getLastid()
               throws AnzoException
Get the "Lastid" result value

Returns:
the "Lastid" result value
Throws:
AnzoException

setLastid

void setLastid(long lastid)
               throws AnzoException
Set the "Lastid" result value

Parameters:
lastid - the "Lastid" result value
Throws:
AnzoException


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