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

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

public static interface GlitterSQL.Insert13MParams

Interface for managing the parameters to the insert13M prepared statement.


Method Summary
 long getObjId()
          Get the "ObjId" parameter to use within prepared statement
 long getPropId()
          Get the "PropId" parameter to use within prepared statement
 

Method Detail

getPropId

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

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

getObjId

long getObjId()
              throws RdbException
Get the "ObjId" parameter to use within prepared statement

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


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