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

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

public static class ReplicationRdbWrapper.InsertSelectorTempParamsImpl
extends java.lang.Object
implements ReplicationRdbWrapper.InsertSelectorTempParams

Default implementation of InsertSelectorTempParams


Constructor Summary
ReplicationRdbWrapper.InsertSelectorTempParamsImpl()
           
 
Method Summary
 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 getTracker()
          Get the "Tracker" parameter to use within prepared statement
 long getType()
          Get the "Type" 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.InsertSelectorTempParamsImpl

public ReplicationRdbWrapper.InsertSelectorTempParamsImpl()
Method Detail

getNamedGraphId

public long getNamedGraphId()
Description copied from interface: ReplicationRdbWrapper.InsertSelectorTempParams
Get the "NamedGraphId" parameter to use within prepared statement

Specified by:
getNamedGraphId in interface ReplicationRdbWrapper.InsertSelectorTempParams
Returns:
the NamedGraphId to use within prepared statement

getSubj

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

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

getProp

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

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

getObj

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

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

getTracker

public long getTracker()
Description copied from interface: ReplicationRdbWrapper.InsertSelectorTempParams
Get the "Tracker" parameter to use within prepared statement

Specified by:
getTracker in interface ReplicationRdbWrapper.InsertSelectorTempParams
Returns:
the Tracker to use within prepared statement

getType

public long getType()
Description copied from interface: ReplicationRdbWrapper.InsertSelectorTempParams
Get the "Type" parameter to use within prepared statement

Specified by:
getType in interface ReplicationRdbWrapper.InsertSelectorTempParams
Returns:
the Type to use within prepared statement


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