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:
@@ -2,9 +2,9 @@
|
|||||||
*
|
*
|
||||||
* $RCSfile: SQLQueryComposer.java,v $
|
* $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
|
* The Contents of this file are made available subject to the terms of
|
||||||
* either of the following licenses
|
* either of the following licenses
|
||||||
@@ -121,7 +121,6 @@ public class SQLQueryComposer {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public void appendSelectClause(boolean _baddAliasFieldNames) throws SQLException {
|
public void appendSelectClause(boolean _baddAliasFieldNames) throws SQLException {
|
||||||
selectclause = "SELECT ";
|
selectclause = "SELECT ";
|
||||||
for (int i = 0; i < CurDBMetaData.FieldNames.length; i++) {
|
for (int i = 0; i < CurDBMetaData.FieldNames.length; i++) {
|
||||||
@@ -142,7 +141,6 @@ public class SQLQueryComposer {
|
|||||||
selectclause = selectclause.substring(0, selectclause.length() - 2);
|
selectclause = selectclause.substring(0, selectclause.length() - 2);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public String getAliasFieldNameClause(String _FieldName) {
|
public String getAliasFieldNameClause(String _FieldName) {
|
||||||
String FieldTitle = CurDBMetaData.getFieldTitle(_FieldName);
|
String FieldTitle = CurDBMetaData.getFieldTitle(_FieldName);
|
||||||
if (!FieldTitle.equals(_FieldName))
|
if (!FieldTitle.equals(_FieldName))
|
||||||
|
Reference in New Issue
Block a user