org.openanzo.server.repository.rdb.sql
Class InsertStatementsRdbWrapper.InsertTempStatementParamsImpl

java.lang.Object
  extended by org.openanzo.server.repository.rdb.sql.InsertStatementsRdbWrapper.InsertTempStatementParamsImpl
All Implemented Interfaces:
InsertStatementsRdbWrapper.InsertTempStatementParams
Enclosing class:
InsertStatementsRdbWrapper

public static class InsertStatementsRdbWrapper.InsertTempStatementParamsImpl
extends java.lang.Object
implements InsertStatementsRdbWrapper.InsertTempStatementParams

Default implementation of InsertTempStatementParams


Constructor Summary
InsertStatementsRdbWrapper.InsertTempStatementParamsImpl()
           
 
Method Summary
 long getGraphid()
          Get the "Graphid" parameter to use within prepared statement
 java.lang.Long getModified()
          Get the "Modified" parameter to use within prepared statement
 long getObj()
          Get the "Obj" parameter to use within prepared statement
 int getOperation()
          Get the "Operation" parameter to use within prepared statement
 long getProp()
          Get the "Prop" parameter to use within prepared statement
 long getSubj()
          Get the "Subj" parameter to use within prepared statement
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InsertStatementsRdbWrapper.InsertTempStatementParamsImpl

public InsertStatementsRdbWrapper.InsertTempStatementParamsImpl()
Method Detail

getOperation

public int getOperation()
Description copied from interface: InsertStatementsRdbWrapper.InsertTempStatementParams
Get the "Operation" parameter to use within prepared statement

Specified by:
getOperation in interface InsertStatementsRdbWrapper.InsertTempStatementParams
Returns:
the Operation to use within prepared statement

getGraphid

public long getGraphid()
Description copied from interface: InsertStatementsRdbWrapper.InsertTempStatementParams
Get the "Graphid" parameter to use within prepared statement

Specified by:
getGraphid in interface InsertStatementsRdbWrapper.InsertTempStatementParams
Returns:
the Graphid to use within prepared statement

getSubj

public long getSubj()
Description copied from interface: InsertStatementsRdbWrapper.InsertTempStatementParams
Get the "Subj" parameter to use within prepared statement

Specified by:
getSubj in interface InsertStatementsRdbWrapper.InsertTempStatementParams
Returns:
the Subj to use within prepared statement

getProp

public long getProp()
Description copied from interface: InsertStatementsRdbWrapper.InsertTempStatementParams
Get the "Prop" parameter to use within prepared statement

Specified by:
getProp in interface InsertStatementsRdbWrapper.InsertTempStatementParams
Returns:
the Prop to use within prepared statement

getObj

public long getObj()
Description copied from interface: InsertStatementsRdbWrapper.InsertTempStatementParams
Get the "Obj" parameter to use within prepared statement

Specified by:
getObj in interface InsertStatementsRdbWrapper.InsertTempStatementParams
Returns:
the Obj to use within prepared statement

getModified

public java.lang.Long getModified()
Description copied from interface: InsertStatementsRdbWrapper.InsertTempStatementParams
Get the "Modified" parameter to use within prepared statement

Specified by:
getModified in interface InsertStatementsRdbWrapper.InsertTempStatementParams
Returns:
the Modified to use within prepared statement


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