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

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

public static class NamedGraphRdbWrapper.DeleteNamedGraphParamsImpl
extends java.lang.Object
implements NamedGraphRdbWrapper.DeleteNamedGraphParams

Default implementation of DeleteNamedGraphParams


Constructor Summary
NamedGraphRdbWrapper.DeleteNamedGraphParamsImpl()
           
 
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.DeleteNamedGraphParamsImpl

public NamedGraphRdbWrapper.DeleteNamedGraphParamsImpl()
Method Detail

getHend

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

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

getId

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

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


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