Subversion Repository Public Repository

litesoft

Diff Revisions 150 vs 151 for /trunk/Java/core/Server/src/org/litesoft/orsup/selection/SimpleColumnDefinition.java

Diff revisions: vs.
  @@ -16,7 +16,6 @@
16 16 * checked Exceptions.
17 17 *
18 18 * @author George Smith
19 - * @version 2.0 12/15/09
20 19 * @version 1.0 10/07/01
21 20 */
22 21
  @@ -63,7 +62,7 @@
63 62 * <p/>
64 63 * Normally this has the same value as <code>getColumnName</code>. If it doesn't, then it
65 64 * indicates that there is a secondary column that needs to be maintained just for searching.<p>
66 - *
65 + * <p/>
67 66 * This ColumnName MUST match that declared in the SQL Table Meta-data,
68 67 * as it is used/displayed by the specific <b>WhereClause</b>'s toSQL()
69 68 * method.<p>