org.openanzo.common.rdb.sql
Class GlitterSQL.InsertQueryStatementParamsImpl

java.lang.Object
  extended by org.openanzo.common.rdb.sql.GlitterSQL.InsertQueryStatementParamsImpl
All Implemented Interfaces:
GlitterSQL.InsertQueryStatementParams
Enclosing class:
GlitterSQL

public static class GlitterSQL.InsertQueryStatementParamsImpl
extends java.lang.Object
implements GlitterSQL.InsertQueryStatementParams

Default implementation of InsertQueryStatementParams


Constructor Summary
GlitterSQL.InsertQueryStatementParamsImpl()
           
 
Method Summary
 long getNgId()
          Get the "NgId" parameter to use within prepared statement
 long getObjId()
          Get the "ObjId" parameter to use within prepared statement
 long getPropId()
          Get the "PropId" parameter to use within prepared statement
 long getSubjId()
          Get the "SubjId" parameter to use within prepared statement
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlitterSQL.InsertQueryStatementParamsImpl

public GlitterSQL.InsertQueryStatementParamsImpl()
Method Detail

getNgId

public long getNgId()
Description copied from interface: GlitterSQL.InsertQueryStatementParams
Get the "NgId" parameter to use within prepared statement

Specified by:
getNgId in interface GlitterSQL.InsertQueryStatementParams
Returns:
the NgId to use within prepared statement

getSubjId

public long getSubjId()
Description copied from interface: GlitterSQL.InsertQueryStatementParams
Get the "SubjId" parameter to use within prepared statement

Specified by:
getSubjId in interface GlitterSQL.InsertQueryStatementParams
Returns:
the SubjId to use within prepared statement

getPropId

public long getPropId()
Description copied from interface: GlitterSQL.InsertQueryStatementParams
Get the "PropId" parameter to use within prepared statement

Specified by:
getPropId in interface GlitterSQL.InsertQueryStatementParams
Returns:
the PropId to use within prepared statement

getObjId

public long getObjId()
Description copied from interface: GlitterSQL.InsertQueryStatementParams
Get the "ObjId" parameter to use within prepared statement

Specified by:
getObjId in interface GlitterSQL.InsertQueryStatementParams
Returns:
the ObjId to use within prepared statement


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