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

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

public static class TransactionSQL.UpdateTransactionStatementDelParamsImpl
extends java.lang.Object
implements TransactionSQL.UpdateTransactionStatementDelParams

Default implementation of UpdateTransactionStatementDelParams


Constructor Summary
TransactionSQL.UpdateTransactionStatementDelParamsImpl()
           
 
Method Summary
 long getCommandId()
          Get the "CommandId" 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
 long getTransactionId()
          Get the "TransactionId" 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.UpdateTransactionStatementDelParamsImpl

public TransactionSQL.UpdateTransactionStatementDelParamsImpl()
Method Detail

getMetadata

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

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

getNamedgraphid

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

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

getSubj

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

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

getProp

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

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

getObj

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

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

getTransactionId

public long getTransactionId()
Description copied from interface: TransactionSQL.UpdateTransactionStatementDelParams
Get the "TransactionId" parameter to use within prepared statement

Specified by:
getTransactionId in interface TransactionSQL.UpdateTransactionStatementDelParams
Returns:
the TransactionId to use within prepared statement

getCommandId

public long getCommandId()
Description copied from interface: TransactionSQL.UpdateTransactionStatementDelParams
Get the "CommandId" parameter to use within prepared statement

Specified by:
getCommandId in interface TransactionSQL.UpdateTransactionStatementDelParams
Returns:
the CommandId to use within prepared statement


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