[cvs] expresso commit by rauld: Yves Henri Amaizo's contribution from

JCorporate Ltd jcorp at jcorporate.com
Mon Dec 27 12:58:37 UTC 2004


Log Message:
-----------
Yves Henri Amaizo's contribution from 20041204

Modified Files:
--------------
    expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/db/config:
        JDBCConfig.java

Revision Data
-------------
Index: JDBCConfig.java
===================================================================
RCS file: /home/javacorp/.cvs/expresso/expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/db/config/JDBCConfig.java,v
retrieving revision 1.9
retrieving revision 1.10
diff -Lexpresso-web/WEB-INF/src/com/jcorporate/expresso/core/db/config/JDBCConfig.java -Lexpresso-web/WEB-INF/src/com/jcorporate/expresso/core/db/config/JDBCConfig.java -u -r1.9 -r1.10
--- expresso-web/WEB-INF/src/com/jcorporate/expresso/core/db/config/JDBCConfig.java
+++ expresso-web/WEB-INF/src/com/jcorporate/expresso/core/db/config/JDBCConfig.java
@@ -86,6 +86,7 @@
  *
  * @author Michael Nash, Yves AMAIZO, Peter Pilgrim, Michael Rimov
  * @since Expresso 5.1, its predecessor in the core.misc package since Expresso 4.0
+ * @version $Revision$ on  $Date$
  */
 public class JDBCConfig {
 
@@ -121,8 +122,9 @@
     protected String skipText = "n";
     protected String useNullOnCreate = "n";
     protected String nativeBool = "y";
-    protected String transactionNotActive = "n";
-    protected String stringNotTrim = "n";
+        protected String transactionNotActive = "n";
+        protected String stringNotTrim = "n";
+	protected String tableAliasKeyword = null;
     protected String checkZeroUpdate = null;
     protected String escapeHandler =
             com.jcorporate.expresso.core.db.DefaultEscapeHandler.class.getName();
@@ -920,4 +922,17 @@
         this.dbSchema = newValue;
     }
 
+	/**
+	 * @return
+	 */
+	public String getTableAliasKeyword() {
+			return tableAliasKeyword;
+	}
+
+	/**
+	 * @param string
+	 */
+	public void setTableAliasKeyword(String newValue) {
+			this.tableAliasKeyword = newValue;
+	}
 }


More information about the cvs mailing list