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

java.lang.Object
  extended byorg.apache.ojb.broker.accesslayer.sql.SqlMNStatement
      extended byorg.apache.ojb.broker.accesslayer.sql.SqlSelectMNStatement
All Implemented Interfaces:
SqlStatement

public class SqlSelectMNStatement
extends SqlMNStatement

Model a SELECT Statement for M:N indirection table

Version:
$Id: SqlSelectMNStatement.java,v 1.3 2003/01/19 17:20:16 olegnitz Exp $
Author:
Jakob Braeuchi

Constructor Summary
SqlSelectMNStatement(java.lang.String table, java.lang.String[] selectColumns, java.lang.String[] columns, Logger logger)
          Constructor for SqlSelectMNStatement.
 
Method Summary
 java.lang.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

SqlSelectMNStatement

public SqlSelectMNStatement(java.lang.String table,
                            java.lang.String[] selectColumns,
                            java.lang.String[] columns,
                            Logger logger)
Constructor for SqlSelectMNStatement.

Parameters:
table -
columns -
Method Detail

getStatement

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

See Also:
org.apache.ojb.broker.accesslayer.SqlStatement#getStatement()


Authors: Thomas Mahler and others. (C) 2000 - 2003 Apache Software Foundation
All rights reserved. Published under the Apache License.
http://db.apache.org/ojb
Version: 1.0.rc5, 2003-12-14