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

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

public static interface GlitterSQL.Insert5Params

Interface for managing the parameters to the insert5 prepared statement.


Method Summary
 long getNamedgraphId()
          Get the "NamedgraphId" parameter to use within prepared statement
 long getPropId()
          Get the "PropId" 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

getPropId

long getPropId()
               throws RdbException
Get the "PropId" parameter to use within prepared statement

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


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