org.openanzo.server.repository.rdb.sql
Interface NamedGraphRdbWrapper.DeleteStatementsForNamedGraphParams

All Known Implementing Classes:
NamedGraphRdbWrapper.DeleteStatementsForNamedGraphParamsImpl
Enclosing class:
NamedGraphRdbWrapper

public static interface NamedGraphRdbWrapper.DeleteStatementsForNamedGraphParams

Interface for managing the parameters to the deleteStatementsForNamedGraph prepared statement.


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
 

Method Detail

getHend

java.lang.Long getHend()
                       throws AnzoException
Get the "Hend" parameter to use within prepared statement

Returns:
the Hend to use within prepared statement
Throws:
AnzoException

getId

long getId()
           throws AnzoException
Get the "Id" parameter to use within prepared statement

Returns:
the Id to use within prepared statement
Throws:
AnzoException


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