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

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

public static interface ReplicationRdbWrapper.SelectTrackerStatementsDeltasJoinResult

Interface for holding the results of the selectTrackerStatementsDeltasJoin prepared statement.


Method Summary
 long getId()
          Get the "Id" result value
 long getNgid()
          Get the "Ngid" result value
 long getObj()
          Get the "Obj" result value
 long getOldid()
          Get the "Oldid" result value
 long getOldng()
          Get the "Oldng" result value
 long getPred()
          Get the "Pred" result value
 long getSubj()
          Get the "Subj" result value
 void setId(long id)
          Set the "Id" result value
 void setNgid(long ngid)
          Set the "Ngid" result value
 void setObj(long obj)
          Set the "Obj" result value
 void setOldid(long oldid)
          Set the "Oldid" result value
 void setOldng(long oldng)
          Set the "Oldng" result value
 void setPred(long pred)
          Set the "Pred" result value
 void setSubj(long subj)
          Set the "Subj" result value
 

Method Detail

getId

long getId()
           throws AnzoException
Get the "Id" result value

Returns:
the "Id" result value
Throws:
AnzoException

setId

void setId(long id)
           throws AnzoException
Set the "Id" result value

Parameters:
id - the "Id" result value
Throws:
AnzoException

getNgid

long getNgid()
             throws AnzoException
Get the "Ngid" result value

Returns:
the "Ngid" result value
Throws:
AnzoException

setNgid

void setNgid(long ngid)
             throws AnzoException
Set the "Ngid" result value

Parameters:
ngid - the "Ngid" result value
Throws:
AnzoException

getSubj

long getSubj()
             throws AnzoException
Get the "Subj" result value

Returns:
the "Subj" result value
Throws:
AnzoException

setSubj

void setSubj(long subj)
             throws AnzoException
Set the "Subj" result value

Parameters:
subj - the "Subj" result value
Throws:
AnzoException

getPred

long getPred()
             throws AnzoException
Get the "Pred" result value

Returns:
the "Pred" result value
Throws:
AnzoException

setPred

void setPred(long pred)
             throws AnzoException
Set the "Pred" result value

Parameters:
pred - the "Pred" result value
Throws:
AnzoException

getObj

long getObj()
            throws AnzoException
Get the "Obj" result value

Returns:
the "Obj" result value
Throws:
AnzoException

setObj

void setObj(long obj)
            throws AnzoException
Set the "Obj" result value

Parameters:
obj - the "Obj" result value
Throws:
AnzoException

getOldid

long getOldid()
              throws AnzoException
Get the "Oldid" result value

Returns:
the "Oldid" result value
Throws:
AnzoException

setOldid

void setOldid(long oldid)
              throws AnzoException
Set the "Oldid" result value

Parameters:
oldid - the "Oldid" result value
Throws:
AnzoException

getOldng

long getOldng()
              throws AnzoException
Get the "Oldng" result value

Returns:
the "Oldng" result value
Throws:
AnzoException

setOldng

void setOldng(long oldng)
              throws AnzoException
Set the "Oldng" result value

Parameters:
oldng - the "Oldng" result value
Throws:
AnzoException


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