org.openanzo.server.repository.rdb.sql
Class NamedGraphRdbWrapper.DeleteStatementsForNamedGraphParamsImpl

java.lang.Object
  extended by org.openanzo.server.repository.rdb.sql.NamedGraphRdbWrapper.DeleteStatementsForNamedGraphParamsImpl
All Implemented Interfaces:
NamedGraphRdbWrapper.DeleteStatementsForNamedGraphParams
Enclosing class:
NamedGraphRdbWrapper

public static class NamedGraphRdbWrapper.DeleteStatementsForNamedGraphParamsImpl
extends java.lang.Object
implements NamedGraphRdbWrapper.DeleteStatementsForNamedGraphParams

Default implementation of DeleteStatementsForNamedGraphParams


Constructor Summary
NamedGraphRdbWrapper.DeleteStatementsForNamedGraphParamsImpl()
           
 
Method Summary
 java.lang.Long getHend()
          Get the "Hend" parameter to use within prepared statement
 long getId()
          Get the "Id" parameter to use within prepared statement
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NamedGraphRdbWrapper.DeleteStatementsForNamedGraphParamsImpl

public NamedGraphRdbWrapper.DeleteStatementsForNamedGraphParamsImpl()
Method Detail

getHend

public java.lang.Long getHend()
Description copied from interface: NamedGraphRdbWrapper.DeleteStatementsForNamedGraphParams
Get the "Hend" parameter to use within prepared statement

Specified by:
getHend in interface NamedGraphRdbWrapper.DeleteStatementsForNamedGraphParams
Returns:
the Hend to use within prepared statement

getId

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

Specified by:
getId in interface NamedGraphRdbWrapper.DeleteStatementsForNamedGraphParams
Returns:
the Id to use within prepared statement


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