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.
|
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 |
NonSelectingSQL
public NonSelectingSQL(DBDictionary dict,
ClassResolver resolver)
NonSelectingSQL
public NonSelectingSQL(NonSelectingSQL copy,
ClassResolver resolver)
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
Copyright 2001,2002,2003 SolarMetric, Inc. All Rights Reserved.