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

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

public static interface GlitterSQL.InsertFindPMETAParams

Interface for managing the parameters to the insertFindPMETA prepared statement.


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

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.