public class SqlIndexView extends Object
SystemView
.Constructor and Description |
---|
SqlIndexView(org.apache.ignite.internal.processors.query.h2.opt.GridH2Table tbl,
org.h2.index.Index idx) |
Modifier and Type | Method and Description |
---|---|
int |
cacheId() |
String |
cacheName() |
String |
columns() |
String |
indexName() |
org.apache.ignite.internal.processors.query.h2.database.H2IndexType |
indexType() |
int |
inlineSize() |
boolean |
isPk() |
boolean |
isUnique() |
String |
schemaName() |
String |
tableName() |
public SqlIndexView(org.apache.ignite.internal.processors.query.h2.opt.GridH2Table tbl, org.h2.index.Index idx)
public int cacheId()
public String cacheName()
public String schemaName()
public String tableName()
public String indexName()
public org.apache.ignite.internal.processors.query.h2.database.H2IndexType indexType()
public String columns()
public boolean isPk()
True
if primary key index, false
otherwise.public boolean isUnique()
True
if unique index, false
otherwise.public int inlineSize()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.1 Release Date : December 9 2020