public class IndexInfo extends Object
Modifier and Type | Field and Description |
---|---|
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.
|
Constructor and Description |
---|
IndexInfo() |
protected int id
protected String schema
protected String table
protected int[] keys
protected int[] indexColumns
protected String[] columns
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.