org.openanzo.server.repository.rdb.sql
Interface StatementRdbWrapper.InsertStatementParams

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

public static interface StatementRdbWrapper.InsertStatementParams

Interface for managing the parameters to the insertStatement prepared statement.


Method Summary
 java.lang.Long getHstart()
          Get the "Hstart" 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

getNamedGraphId

long getNamedGraphId()
                     throws AnzoException
Get the "NamedGraphId" parameter to use within prepared statement

Returns:
the NamedGraphId to use within prepared statement
Throws:
AnzoException

getSubj

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

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

getProp

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

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

getObj

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

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

getHstart

java.lang.Long getHstart()
                         throws AnzoException
Get the "Hstart" parameter to use within prepared statement

Returns:
the Hstart to use within prepared statement
Throws:
AnzoException


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