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

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

public static interface GlitterSQL.InsertFindPO_PMETAParams

Interface for managing the parameters to the insertFindPO_PMETA prepared statement.


Method Summary
 int getMeta()
          Get the "Meta" parameter to use within prepared statement
 long getObjId()
          Get the "ObjId" parameter to use within prepared statement
 

Method Detail

getMeta

int getMeta()
            throws RdbException
Get the "Meta" parameter to use within prepared statement

Returns:
the Meta 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.