com.basecmp.core.sql
Class SqlFilter
java.lang.Object
com.basecmp.core.sql.SqlFilter
- public class SqlFilter
- extends java.lang.Object
SQL_Filter.java
Project: BaseCMP Framework
Creation-Date: 15.02.2003
- Author:
- Wolfgang Schröder
|
Method Summary |
static java.lang.String |
getFilterClause(java.lang.String columnName,
java.util.ArrayList filterArguments,
int filterType)
|
static java.lang.String |
getFilterClause(java.lang.String columnName,
java.lang.Object[] filterArguments,
int filterType)
|
static java.lang.String |
getFilterClause(java.lang.String columnName,
java.lang.Object filterArgument,
int filterType)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DATE
public static final int DATE
- See Also:
- Constant Field Values
DATE_RANGE
public static final int DATE_RANGE
- See Also:
- Constant Field Values
DOMAIN
public static final int DOMAIN
- See Also:
- Constant Field Values
EXCLUDE
public static final int EXCLUDE
- See Also:
- Constant Field Values
FULLTEXT
public static final int FULLTEXT
- See Also:
- Constant Field Values
INCLUDE
public static final int INCLUDE
- See Also:
- Constant Field Values
OLDER_THAN
public static final int OLDER_THAN
- See Also:
- Constant Field Values
YOUNGER_THAN
public static final int YOUNGER_THAN
- See Also:
- Constant Field Values
getFilterClause
public static java.lang.String getFilterClause(java.lang.String columnName,
java.util.ArrayList filterArguments,
int filterType)
getFilterClause
public static java.lang.String getFilterClause(java.lang.String columnName,
java.lang.Object[] filterArguments,
int filterType)
getFilterClause
public static java.lang.String getFilterClause(java.lang.String columnName,
java.lang.Object filterArgument,
int filterType)
Copyright © 2004 by basecmp® - Professional Web Solutions