INTEGRATION: CWS toolkit01 (1.3.24); FILE MERGED

2005/02/25 11:58:03 bc 1.3.24.2: RESYNC: (1.3-1.4); FILE MERGED
2005/02/23 17:38:37 bc 1.3.24.1: ##several changes in Webwizard
This commit is contained in:
Vladimir Glazounov 2005-03-08 14:36:13 +00:00
parent 04fbee62ec
commit 7e47707173

View file

@ -2,9 +2,9 @@
*
* $RCSfile: SQLQueryComposer.java,v $
*
* $Revision: 1.4 $
* $Revision: 1.5 $
*
* last change: $Author: vg $ $Date: 2005-02-21 13:54:11 $
* last change: $Author: vg $ $Date: 2005-03-08 15:36:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -121,7 +121,6 @@ public class SQLQueryComposer {
return true;
}
public void appendSelectClause(boolean _baddAliasFieldNames) throws SQLException {
selectclause = "SELECT ";
for (int i = 0; i < CurDBMetaData.FieldNames.length; i++) {
@ -142,7 +141,6 @@ public class SQLQueryComposer {
selectclause = selectclause.substring(0, selectclause.length() - 2);
}
public String getAliasFieldNameClause(String _FieldName) {
String FieldTitle = CurDBMetaData.getFieldTitle(_FieldName);
if (!FieldTitle.equals(_FieldName))