org.openanzo.server.repository.rdb.sql
Class ReplicationRdbWrapper.InsertTrackerStatementsDeltasJoinParamsImpl

java.lang.Object
  extended by org.openanzo.server.repository.rdb.sql.ReplicationRdbWrapper.InsertTrackerStatementsDeltasJoinParamsImpl
All Implemented Interfaces:
ReplicationRdbWrapper.InsertTrackerStatementsDeltasJoinParams
Enclosing class:
ReplicationRdbWrapper

public static class ReplicationRdbWrapper.InsertTrackerStatementsDeltasJoinParamsImpl
extends java.lang.Object
implements ReplicationRdbWrapper.InsertTrackerStatementsDeltasJoinParams

Default implementation of InsertTrackerStatementsDeltasJoinParams


Constructor Summary
ReplicationRdbWrapper.InsertTrackerStatementsDeltasJoinParamsImpl()
           
 
Method Summary
 long getId()
          Get the "Id" 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 getOldid()
          Get the "Oldid" parameter to use within prepared statement
 long getOldnamedgraphid()
          Get the "Oldnamedgraphid" 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

ReplicationRdbWrapper.InsertTrackerStatementsDeltasJoinParamsImpl

public ReplicationRdbWrapper.InsertTrackerStatementsDeltasJoinParamsImpl()
Method Detail

getId

public long getId()
Description copied from interface: ReplicationRdbWrapper.InsertTrackerStatementsDeltasJoinParams
Get the "Id" parameter to use within prepared statement

Specified by:
getId in interface ReplicationRdbWrapper.InsertTrackerStatementsDeltasJoinParams
Returns:
the Id to use within prepared statement

getNamedgraphid

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

Specified by:
getNamedgraphid in interface ReplicationRdbWrapper.InsertTrackerStatementsDeltasJoinParams
Returns:
the Namedgraphid to use within prepared statement

getSubj

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

Specified by:
getSubj in interface ReplicationRdbWrapper.InsertTrackerStatementsDeltasJoinParams
Returns:
the Subj to use within prepared statement

getProp

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

Specified by:
getProp in interface ReplicationRdbWrapper.InsertTrackerStatementsDeltasJoinParams
Returns:
the Prop to use within prepared statement

getObj

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

Specified by:
getObj in interface ReplicationRdbWrapper.InsertTrackerStatementsDeltasJoinParams
Returns:
the Obj to use within prepared statement

getOldid

public long getOldid()
Description copied from interface: ReplicationRdbWrapper.InsertTrackerStatementsDeltasJoinParams
Get the "Oldid" parameter to use within prepared statement

Specified by:
getOldid in interface ReplicationRdbWrapper.InsertTrackerStatementsDeltasJoinParams
Returns:
the Oldid to use within prepared statement

getOldnamedgraphid

public long getOldnamedgraphid()
Description copied from interface: ReplicationRdbWrapper.InsertTrackerStatementsDeltasJoinParams
Get the "Oldnamedgraphid" parameter to use within prepared statement

Specified by:
getOldnamedgraphid in interface ReplicationRdbWrapper.InsertTrackerStatementsDeltasJoinParams
Returns:
the Oldnamedgraphid to use within prepared statement


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