public interface SpatialIndex extends Index
AGGREGATE, COMMENT, CONSTANT, CONSTRAINT, FUNCTION_ALIAS, INDEX, RIGHT, ROLE, SCHEMA, SEQUENCE, SETTING, TABLE_OR_VIEW, TRIGGER, USER, USER_DATATYPE
Modifier and Type | Method and Description |
---|---|
Cursor |
findByGeometry(TableFilter filter,
SearchRow first,
SearchRow last,
SearchRow intersection)
Find a row or a list of rows and create a cursor to iterate over the
result.
|
add, canFindNext, canGetFirstOrLast, canScan, close, commit, compareRows, createLookupBatch, find, find, findFirstOrLast, findNext, getColumnIndex, getColumns, getCost, getDiskSpaceUsed, getIndexColumns, getIndexType, getPlanSQL, getRow, getRowCount, getRowCountApproximation, getTable, isRowIdIndex, needRebuild, remove, remove, setSortedInsertMode, truncate
getSchema, isHidden
checkRename, getChildren, getComment, getCreateSQL, getCreateSQLForCopy, getDatabase, getDropSQL, getId, getName, getSQL, getType, isTemporary, removeChildrenAndResources, rename, setComment, setTemporary
Cursor findByGeometry(TableFilter filter, SearchRow first, SearchRow last, SearchRow intersection)
filter
- the table filter (which possibly knows about additional
conditions)first
- the lower boundlast
- the upper boundintersection
- the geometry which values should intersect with, or
null for anythingCopyright © 2017 JBoss by Red Hat. All rights reserved.