com.plumtree.server
Class PT_PICKTABLE_COLUMNS
java.lang.Object
|
+--com.plumtree.server.PT_PICKTABLE_COLUMNS
- public final class PT_PICKTABLE_COLUMNS
- extends java.lang.Object
Picktables are described by a 2D array. Each row in the array describes a
column in the picktable, while the columns in the array are described in this
enum. For example, if a picktable were created with SQL like:
CREATE TABLE TESTPICKTABLE (
EMPNAME VARCHAR(255),
DEPT VARCHAR(255),
DEPTORDER INTEGER);
the descriptive array might look like:
"EMPNAME" "EMPNAME"
"DEPT" "DEPTORDER"
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PT_PICKTABLE_COLUMN_PICKCOL
public static final int PT_PICKTABLE_COLUMN_PICKCOL
PT_PICKTABLE_COLUMN_SORTCOL
public static final int PT_PICKTABLE_COLUMN_SORTCOL
PT_PICKTABLE_COLUMN_INVALID
public static final int PT_PICKTABLE_COLUMN_INVALID
PT_PICKTABLE_COLUMNS
public PT_PICKTABLE_COLUMNS()
Copyright © 2003 Plumtree Software Inc. All Rights Reserved.