org.openanzo.common.rdb.sql
Interface GlitterSQL.Select3MMETAResult

All Known Implementing Classes:
GlitterSQL.Select3MMETAResultImpl
Enclosing class:
GlitterSQL

public static interface GlitterSQL.Select3MMETAResult

Interface for holding the results of the select3MMETA prepared statement.


Method Summary
 int getMetadata()
          Get the "Metadata" result value
 long getNamedGraphId()
          Get the "NamedGraphId" result value
 long getObj()
          Get the "Obj" result value
 long getProp()
          Get the "Prop" result value
 long getSubj()
          Get the "Subj" result value
 void setMetadata(int metadata)
          Set the "Metadata" result value
 void setNamedGraphId(long namedGraphId)
          Set the "NamedGraphId" result value
 void setObj(long obj)
          Set the "Obj" result value
 void setProp(long prop)
          Set the "Prop" result value
 void setSubj(long subj)
          Set the "Subj" result value
 

Method Detail

getMetadata

int getMetadata()
                throws RdbException
Get the "Metadata" result value

Returns:
the "Metadata" result value
Throws:
RdbException

setMetadata

void setMetadata(int metadata)
                 throws RdbException
Set the "Metadata" result value

Parameters:
metadata - the "Metadata" result value
Throws:
RdbException

getNamedGraphId

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

Returns:
the "NamedGraphId" result value
Throws:
RdbException

setNamedGraphId

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

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

getSubj

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

Returns:
the "Subj" result value
Throws:
RdbException

setSubj

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

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

getProp

long getProp()
             throws RdbException
Get the "Prop" result value

Returns:
the "Prop" result value
Throws:
RdbException

setProp

void setProp(long prop)
             throws RdbException
Set the "Prop" result value

Parameters:
prop - the "Prop" result value
Throws:
RdbException

getObj

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

Returns:
the "Obj" result value
Throws:
RdbException

setObj

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

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


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