org.openanzo.common.rdb.sql
Interface GraphSQL.StatementExistsParams

All Known Implementing Classes:
GraphSQL.StatementExistsParamsImpl
Enclosing class:
GraphSQL

public static interface GraphSQL.StatementExistsParams

Interface for managing the parameters to the statementExists prepared statement.


Method Summary
 long getNamedgraphId()
          Get the "NamedgraphId" parameter to use within prepared statement
 long getObj()
          Get the "Obj" parameter to use within prepared statement
 long getProp()
          Get the "Prop" parameter to use within prepared statement
 long getSubj()
          Get the "Subj" parameter to use within prepared statement
 

Method Detail

getNamedgraphId

long getNamedgraphId()
                     throws RdbException
Get the "NamedgraphId" parameter to use within prepared statement

Returns:
the NamedgraphId to use within prepared statement
Throws:
RdbException

getSubj

long getSubj()
             throws RdbException
Get the "Subj" parameter to use within prepared statement

Returns:
the Subj to use within prepared statement
Throws:
RdbException

getProp

long getProp()
             throws RdbException
Get the "Prop" parameter to use within prepared statement

Returns:
the Prop to use within prepared statement
Throws:
RdbException

getObj

long getObj()
            throws RdbException
Get the "Obj" parameter to use within prepared statement

Returns:
the Obj to use within prepared statement
Throws:
RdbException


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