SolarMetric Kodo JDO 2.4.3 generated on March 27 2003

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.


Constructor Summary
NonSelectingSQL(DBDictionary dict, ClassResolver resolver)
           
NonSelectingSQL(NonSelectingSQL copy, ClassResolver resolver)
           
 
Methods inherited from class com.solarmetric.kodo.impl.jdbc.sql.SQLStatement
and, clear, clearTable, clearWhere, getClassResolver, getDictionary, getSQLBuffer, getTables, getWhere, isValid, not, or, toString, where, where, where, where, where, where, where, where, where, where
 
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)

SolarMetric Kodo JDO 2.4.3 generated on March 27 2003

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