SolarMetric Kodo JDO 2.5.8 generated on January 11 2004

com.solarmetric.kodo.impl.jdbc.sql
Class NonSelectingSQL

java.lang.Object
  |
  +--com.solarmetric.kodo.impl.jdbc.sql.SQLStatement
        |
        +--com.solarmetric.kodo.impl.jdbc.sql.NonSelectingSQL
Direct Known Subclasses:
Delete, Update

public abstract class NonSelectingSQL
extends SQLStatement

Base abstraction of a non-selecting SQL statement.


Fields inherited from class com.solarmetric.kodo.impl.jdbc.sql.SQLStatement
_dict, _resolver, _tables
 
Constructor Summary
NonSelectingSQL(DBDictionary dict, ClassResolver resolver)
           
NonSelectingSQL(NonSelectingSQL copy, ClassResolver resolver)
           
 
Method Summary
(package private)  boolean retainTableInWhere()
          If true, when columns are mentioned in the WHERE clause, they will be in the form table.column.
 
Methods inherited from class com.solarmetric.kodo.impl.jdbc.sql.SQLStatement
and, clear, clearTable, clearWhere, columnName, getClassResolver, getDictionary, getSQLBuffer, getTables, getWhere, getWhereSize, isValid, not, or, popWhere, pushWhere, toString, where, where, where, where, where, where, where, where, where, where, whereInternal, whereInternal
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NonSelectingSQL

public NonSelectingSQL(DBDictionary dict,
                       ClassResolver resolver)

NonSelectingSQL

public NonSelectingSQL(NonSelectingSQL copy,
                       ClassResolver resolver)
Method Detail

retainTableInWhere

boolean retainTableInWhere()
Description copied from class: SQLStatement
If true, when columns are mentioned in the WHERE clause, they will be in the form table.column.
Overrides:
retainTableInWhere in class SQLStatement

SolarMetric Kodo JDO 2.5.8 generated on January 11 2004

Copyright 2001,2002,2003 SolarMetric, Inc. All Rights Reserved.