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 autoincremented field.public boolean affinityColumn()
True if autoincremented field.
GridGain In-Memory Computing Platform : ver. 8.9.26 Release Date : October 16 2025