public final class IndexColumnInfo
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
IndexColumnInfo.ORDER
the orders
|
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
name
the name
|
IndexColumnInfo.ORDER |
order
the order
|
int |
seq
the sequence number
|
| Constructor and Description |
|---|
IndexColumnInfo(java.lang.String name,
int seq,
IndexColumnInfo.ORDER order)
The index column info
|
public final java.lang.String name
public final int seq
public final IndexColumnInfo.ORDER order
public IndexColumnInfo(java.lang.String name,
int seq,
IndexColumnInfo.ORDER order)
name - the nameseq - the sequence numberorder - the orderstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.