net.sourceforge.sql2java
Class IndexColumn

java.lang.Object
  extended by net.sourceforge.sql2java.Column
      extended by net.sourceforge.sql2java.IndexColumn
All Implemented Interfaces:
java.lang.Cloneable

public class IndexColumn
extends Column


Field Summary
 
Fields inherited from class net.sourceforge.sql2java.Column
M_ARRAY, M_BIGDECIMAL, M_BLOB, M_BOOLEAN, M_BYTES, M_CALENDAR, M_CLOB, M_DOUBLE, M_FLOAT, M_INTEGER, M_LONG, M_OBJECT, M_REF, M_SQLDATE, M_STRING, M_TIME, M_TIMESTAMP, M_URL, M_UTILDATE
 
Constructor Summary
IndexColumn()
           
 
Method Summary
 java.lang.String getFilterCondition()
           
 java.lang.String getSortSequence()
           
 void setFilterCondition(java.lang.String condition)
           
 void setSortSequence(java.lang.String sortSequence)
           
 
Methods inherited from class net.sourceforge.sql2java.Column
addForeignKey, addImportedKey, clone, columnFor, convertName, convertName, convertName, countForeignKeys, countImportedKeys, getCatalog, getCheckingType, getConstName, getDecimalDigits, getDefaultIncludeFor, getDefaultRules, getDefaultValue, getDefaultWidget, getForeignColumn, getForeignKeyGetMethod, getForeignKeyInitializedMethod, getForeignKeyInitializedVarName, getForeignKeyModifiedMethod, getForeignKeyModifiedVarName, getForeignKeys, getForeignKeySetMethod, getForeignKeyVarName, getFullName, getGetMethod, getImportedKeyAddMethod, getImportedKeyGetMethod, getImportedKeyInitializedMethod, getImportedKeyInitializedVarName, getImportedKeyModifiedMethod, getImportedKeyModifiedVarName, getImportedKeys, getImportedKeySetMethod, getImportedKeyVarName, getInitializedMethod, getInitializedVarName, getJavaName, getJavaPrimaryType, getJavaType, getJavaTypeAsTypeName, getMappedType, getModifiedMethod, getModifiedVarName, getName, getNullable, getNullableAsString, getOrdinalPosition, getPreparedStatementMethod, getPreparedStatementMethod, getPropertyTag, getQuerySetMethod, getRadix, getRemarks, getResultSetMethodObject, getResultSetMethodObject, getSampleData, getSchema, getSetMethod, getSize, getStringConvertionMethod, getTable, getTableName, getType, getVarName, getWidgetMethod, hasCompareTo, hasPrimaryType, isCalendar, isColumnNumeric, isDate, isForeignKey, isImportedKey, isPrimaryKey, isPrimaryKey, isString, isVersion, setCatalog, setCheckingType, setDatabase, setDecimalDigits, setDefaultValue, setName, setNullable, setOrdinalPosition, setRadix, setRemarks, setSchema, setSize, setTableName, setType, toString, useEqualsInSetter
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IndexColumn

public IndexColumn()
Method Detail

getSortSequence

public java.lang.String getSortSequence()

setSortSequence

public void setSortSequence(java.lang.String sortSequence)

getFilterCondition

public java.lang.String getFilterCondition()

setFilterCondition

public void setFilterCondition(java.lang.String condition)


Copyright © 2002-2007 . All Rights Reserved.