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

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

public static interface ReplicationRdbWrapper.SelectSTRowsResult

Interface for holding the results of the selectSTRows prepared statement.


Method Summary
 long getCounter()
          Get the "Counter" result value
 long getId()
          Get the "Id" result value
 long getNamedGraphId()
          Get the "NamedGraphId" result value
 long getType()
          Get the "Type" result value
 void setCounter(long counter)
          Set the "Counter" result value
 void setId(long id)
          Set the "Id" result value
 void setNamedGraphId(long namedGraphId)
          Set the "NamedGraphId" result value
 void setType(long type)
          Set the "Type" 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

getNamedGraphId

long getNamedGraphId()
                     throws AnzoException
Get the "NamedGraphId" result value

Returns:
the "NamedGraphId" result value
Throws:
AnzoException

setNamedGraphId

void setNamedGraphId(long namedGraphId)
                     throws AnzoException
Set the "NamedGraphId" result value

Parameters:
namedGraphId - the "NamedGraphId" result value
Throws:
AnzoException

getType

long getType()
             throws AnzoException
Get the "Type" result value

Returns:
the "Type" result value
Throws:
AnzoException

setType

void setType(long type)
             throws AnzoException
Set the "Type" result value

Parameters:
type - the "Type" result value
Throws:
AnzoException

getCounter

long getCounter()
                throws AnzoException
Get the "Counter" result value

Returns:
the "Counter" result value
Throws:
AnzoException

setCounter

void setCounter(long counter)
                throws AnzoException
Set the "Counter" result value

Parameters:
counter - the "Counter" result value
Throws:
AnzoException


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