org.openanzo.common.rdb.sql
Class TransactionSQL.UpdateStatementDelParamsImpl

java.lang.Object
  extended by org.openanzo.common.rdb.sql.TransactionSQL.UpdateStatementDelParamsImpl
All Implemented Interfaces:
TransactionSQL.UpdateStatementDelParams
Enclosing class:
TransactionSQL

public static class TransactionSQL.UpdateStatementDelParamsImpl
extends java.lang.Object
implements TransactionSQL.UpdateStatementDelParams

Default implementation of UpdateStatementDelParams


Constructor Summary
TransactionSQL.UpdateStatementDelParamsImpl()
           
 
Method Summary
 long getLastTransaction()
          Get the "LastTransaction" parameter to use within prepared statement
 long getLastTransaction2()
          Get the "LastTransaction2" parameter to use within prepared statement
 int getMetadata()
          Get the "Metadata" parameter to use within prepared statement
 long getNamedgraphid()
          Get the "Namedgraphid" parameter to use within prepared statement
 long getObj()
          Get the "Obj" 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

TransactionSQL.UpdateStatementDelParamsImpl

public TransactionSQL.UpdateStatementDelParamsImpl()
Method Detail

getMetadata

public int getMetadata()
Description copied from interface: TransactionSQL.UpdateStatementDelParams
Get the "Metadata" parameter to use within prepared statement

Specified by:
getMetadata in interface TransactionSQL.UpdateStatementDelParams
Returns:
the Metadata to use within prepared statement

getNamedgraphid

public long getNamedgraphid()
Description copied from interface: TransactionSQL.UpdateStatementDelParams
Get the "Namedgraphid" parameter to use within prepared statement

Specified by:
getNamedgraphid in interface TransactionSQL.UpdateStatementDelParams
Returns:
the Namedgraphid to use within prepared statement

getSubj

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

Specified by:
getSubj in interface TransactionSQL.UpdateStatementDelParams
Returns:
the Subj to use within prepared statement

getProp

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

Specified by:
getProp in interface TransactionSQL.UpdateStatementDelParams
Returns:
the Prop to use within prepared statement

getObj

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

Specified by:
getObj in interface TransactionSQL.UpdateStatementDelParams
Returns:
the Obj to use within prepared statement

getLastTransaction

public long getLastTransaction()
Description copied from interface: TransactionSQL.UpdateStatementDelParams
Get the "LastTransaction" parameter to use within prepared statement

Specified by:
getLastTransaction in interface TransactionSQL.UpdateStatementDelParams
Returns:
the LastTransaction to use within prepared statement

getLastTransaction2

public long getLastTransaction2()
Description copied from interface: TransactionSQL.UpdateStatementDelParams
Get the "LastTransaction2" parameter to use within prepared statement

Specified by:
getLastTransaction2 in interface TransactionSQL.UpdateStatementDelParams
Returns:
the LastTransaction2 to use within prepared statement


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