public class IndexInfo extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
protected String[] |
columns
The column names.
|
protected int |
id
The index id.
|
protected int[] |
indexColumns
The column indexes of the index columns.
|
protected int[] |
keys
The column indexes of the key columns.
|
protected String |
schema
The schema name.
|
protected String |
table
The table name.
|
| 构造器和说明 |
|---|
IndexInfo() |
protected int id
protected String schema
protected String table
protected int[] keys
protected int[] indexColumns
protected String[] columns
Copyright © 2017. All rights reserved.