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

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

public static interface GraphSQL.InsertStatementParams

Interface for managing the parameters to the insertStatement prepared statement.


Method Summary
 int getMetadata()
          Get the "Metadata" parameter to use within prepared statement
 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

getMetadata

int getMetadata()
                throws RdbException
Get the "Metadata" parameter to use within prepared statement

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

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.