public class SqlTableColumnView extends Object
SystemView.| Constructor and Description |
|---|
SqlTableColumnView(org.apache.ignite.internal.processors.query.h2.opt.GridH2Table tbl,
org.gridgain.internal.h2.table.Column col) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
affinityColumn() |
boolean |
autoIncrement() |
String |
columnName() |
String |
defaultValue() |
boolean |
nullable() |
boolean |
pk() |
int |
precision() |
int |
scale() |
String |
schemaName() |
String |
tableName() |
Class<?> |
type() |
public SqlTableColumnView(org.apache.ignite.internal.processors.query.h2.opt.GridH2Table tbl,
org.gridgain.internal.h2.table.Column col)
tbl - Table.col - Column.public String columnName()
public String schemaName()
public String tableName()
public Class<?> type()
public String defaultValue()
public int precision()
public int scale()
public boolean nullable()
True if nullable field.public boolean pk()
True if primary key.public boolean autoIncrement()
True if autoincrement field.public boolean affinityColumn()
True if affinity key field.
GridGain In-Memory Computing Platform : ver. 8.9.34 Release Date : May 28 2026