com.antelmann.sql
Class SQLColumnInfo.UpdateFilter
java.lang.Object
com.antelmann.sql.SQLColumnInfo.UpdateFilter
- All Implemented Interfaces:
- Filter<DBEntry>, Serializable
- Enclosing interface:
- SQLColumnInfo
public static class SQLColumnInfo.UpdateFilter
- extends Object
- implements Filter<DBEntry>, Serializable
- See Also:
- Serialized Form
|
Method Summary |
boolean |
accept(DBEntry entry)
returns true only if the given entry is accepted by this filter |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
column
public final String column
oldValue
public final Object oldValue
newValue
public final Object newValue
useQueryIfApplicable
public final boolean useQueryIfApplicable
SQLColumnInfo.UpdateFilter
public SQLColumnInfo.UpdateFilter(String column,
Object oldValue,
Object newValue,
boolean useQueryIfApplicable)
accept
public boolean accept(DBEntry entry)
- Description copied from interface:
Filter
- returns true only if the given entry is accepted by this filter
- Specified by:
accept in interface Filter<DBEntry>
(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads