org.apache.ojb.broker.accesslayer.sql
Class SqlDeleteMNStatement

java.lang.Object
  extended by org.apache.ojb.broker.accesslayer.sql.SqlMNStatement
      extended by org.apache.ojb.broker.accesslayer.sql.SqlDeleteMNStatement
All Implemented Interfaces:
SqlStatement

public class SqlDeleteMNStatement
extends SqlMNStatement

Model an DELETE Statement for M:N indirection table

Version:
$Id: SqlDeleteMNStatement.java,v 1.1 2007-08-24 22:17:39 ewestfal Exp $
Author:
Jakob Braeuchi

Constructor Summary
SqlDeleteMNStatement(String table, String[] columns, Logger logger)
          Constructor for SqlInsertMNStatement.
 
Method Summary
 String getStatement()
          Answer the SELECT by primary key Sql for the Statement
 
Methods inherited from class org.apache.ojb.broker.accesslayer.sql.SqlMNStatement
appendListOfColumns, appendTable, appendWhereClause, getColumns, getLogger, getTable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SqlDeleteMNStatement

public SqlDeleteMNStatement(String table,
                            String[] columns,
                            Logger logger)
Constructor for SqlInsertMNStatement.

Parameters:
table -
columns -
Method Detail

getStatement

public String getStatement()
Description copied from interface: SqlStatement
Answer the SELECT by primary key Sql for the Statement

See Also:
SqlStatement.getStatement()


Copyright © 2007-2012 The Kuali Foundation. All Rights Reserved.