public class DummyIndex
extends org.h2.index.BaseIndex
| Constructor and Description |
|---|
DummyIndex(org.h2.table.Table table,
int id) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(org.h2.engine.Session session,
org.h2.result.Row row) |
boolean |
canGetFirstOrLast() |
void |
checkRename() |
void |
close(org.h2.engine.Session session) |
org.h2.index.Cursor |
find(org.h2.engine.Session session,
org.h2.result.SearchRow first,
org.h2.result.SearchRow last) |
org.h2.index.Cursor |
findFirstOrLast(org.h2.engine.Session session,
boolean first) |
double |
getCost(org.h2.engine.Session session,
int[] ints,
org.h2.table.TableFilter[] tableFilters,
int i,
org.h2.result.SortOrder sortOrder,
HashSet<org.h2.table.Column> allColumnsSet) |
long |
getDiskSpaceUsed() |
long |
getRowCount(org.h2.engine.Session session) |
long |
getRowCountApproximation() |
boolean |
needRebuild() |
void |
remove(org.h2.engine.Session session) |
void |
remove(org.h2.engine.Session session,
org.h2.result.Row row) |
void |
truncate(org.h2.engine.Session session) |
canFindNext, canScan, checkIndexColumnTypes, commit, compareRows, createLookupBatch, find, findNext, getColumnIndex, getColumns, getCostRangeIndex, getCreateSQL, getCreateSQLForCopy, getDropSQL, getDuplicateKeyException, getIndexColumns, getIndexType, getPlanSQL, getRow, getTable, getType, initBaseIndex, isFindUsingFullTableScan, isFirstColumn, isHidden, isRowIdIndex, mayHaveNullDuplicates, removeChildrenAndResources, setSortedInsertModegetChildren, getComment, getDatabase, getId, getModificationId, getName, initDbObjectBase, invalidate, isTemporary, isValid, rename, setComment, setModified, setObjectName, setTemporary, toStringpublic void checkRename()
checkRename in interface org.h2.engine.DbObjectcheckRename in class org.h2.engine.DbObjectBasepublic void close(org.h2.engine.Session session)
public void add(org.h2.engine.Session session,
org.h2.result.Row row)
public void remove(org.h2.engine.Session session,
org.h2.result.Row row)
public org.h2.index.Cursor find(org.h2.engine.Session session,
org.h2.result.SearchRow first,
org.h2.result.SearchRow last)
public double getCost(org.h2.engine.Session session,
int[] ints,
org.h2.table.TableFilter[] tableFilters,
int i,
org.h2.result.SortOrder sortOrder,
HashSet<org.h2.table.Column> allColumnsSet)
public void remove(org.h2.engine.Session session)
public void truncate(org.h2.engine.Session session)
public boolean canGetFirstOrLast()
public org.h2.index.Cursor findFirstOrLast(org.h2.engine.Session session,
boolean first)
public boolean needRebuild()
public long getRowCount(org.h2.engine.Session session)
public long getRowCountApproximation()
public long getDiskSpaceUsed()
Copyright © 2019 CNRS. All rights reserved.