pl.kernelpanic.dbmonster.schema
Class ColumnPredicate
java.lang.Object
pl.kernelpanic.dbmonster.schema.ColumnPredicate
- All Implemented Interfaces:
- org.apache.commons.collections.Predicate
- public class ColumnPredicate
- extends Object
- implements org.apache.commons.collections.Predicate
The column predicate which selects only that columns which are
not database default.
- Version:
- $Id: ColumnPredicate.html,v 1.1 2007/06/21 08:38:14 sbahloul Exp $
- Author:
- Piotr Maj <piotr.maj@kernelpanic.pl>
Method Summary |
boolean |
evaluate(Object object)
Evaluates the predicate. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ColumnPredicate
public ColumnPredicate()
evaluate
public final boolean evaluate(Object object)
- Evaluates the predicate.
- Specified by:
evaluate
in interface org.apache.commons.collections.Predicate
- Parameters:
object
- the column object
- Returns:
true
if the coulmn belongs to the schema
and is not database default
Copyright © 2003-2005 .:. kernelpanic.pl .:.. All Rights Reserved.