org.openanzo.server.repository.rdb.sql
Class StatementRdbWrapper.DeleteStatementParamsImpl

java.lang.Object
  extended by org.openanzo.server.repository.rdb.sql.StatementRdbWrapper.DeleteStatementParamsImpl
All Implemented Interfaces:
StatementRdbWrapper.DeleteStatementParams
Enclosing class:
StatementRdbWrapper

public static class StatementRdbWrapper.DeleteStatementParamsImpl
extends java.lang.Object
implements StatementRdbWrapper.DeleteStatementParams

Default implementation of DeleteStatementParams


Constructor Summary
StatementRdbWrapper.DeleteStatementParamsImpl()
           
 
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

StatementRdbWrapper.DeleteStatementParamsImpl

public StatementRdbWrapper.DeleteStatementParamsImpl()
Method Detail

getHend

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

Specified by:
getHend in interface StatementRdbWrapper.DeleteStatementParams
Returns:
the Hend to use within prepared statement

getId

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

Specified by:
getId in interface StatementRdbWrapper.DeleteStatementParams
Returns:
the Id to use within prepared statement


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