Class DBViewWithLikeFilterOnString
java.lang.Object
overit.geocall.sql.DBView
overit.geocallapp.utilities.ux.ui.data.DBViewWithLikeFilterOnString
- All Implemented Interfaces:
Serializable,JsonSerializable,DBFieldMapper,DBObjectMapper
Extends the geocall DBView to handle filters with % on string-type columns
- Since:
- 19.0
- See Also:
-
Field Summary
Fields inherited from class overit.geocall.sql.DBView
_fieldmap, _objectmap, _shift, DELETED, FIRST_POS, INSERTED, KEEP_ALL, KEEP_FIRST, KEEP_LAST, noUndo, POS_DELETED, POS_INSERTED, POS_UPDATED, roData, roView, UPDATED -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DBViewWithLikeFilterOnStringfromDBview(DBView dbv) protected booleanprotected booleanprotected booleanmatchesFilter(ArrayList row) Methods inherited from class overit.geocall.sql.DBView
addColumn, addFilter, append, append, append, append0, applyChanges, applyFilterNotOrding, applyFilterOrding, calcRows, cols, defaultFilter, delete, doInsert, empty, find, get, getAttribute, getAttributeNames, getDBFieldMap, getDBFields, getDBFields, getDBObjectMap, getFieldMap, getFieldPos, getFilter, getLongSet, getOrder, getOriginalMap, getOriginalRowList, getRowList, getRowMap, getRowMap, getRowMap, getShift, hasMore, haveDBFieldMap, haveDBObjectMap, insert, insert, isNoUndo, isRoData, isRoView, matchesFilter, newBaseFields, orderRandom, put, putAttribute, removeAttribute, removeColumn, removeFilter, removeMapTags, removeOrder, renameColumn, resultingOperation, rows, seek, set, setDBFieldMap, setDBObjectMap, setFilter, setNoUndo, setOrder, setRoData, setRoView, setShift, toString, undoChanges, update
-
Constructor Details
-
DBViewWithLikeFilterOnString
-
-
Method Details
-
matchesFilter
- Overrides:
matchesFilterin classDBView
-
match
-
match
-
fromDBview
-