com.plumtree.server
Class PT_PICKTABLE_COLUMNS

java.lang.Object
  extended by 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"

Author:
michaels

Field Summary
static int PT_PICKTABLE_COLUMN_INVALID
           
static int PT_PICKTABLE_COLUMN_PICKCOL
           
static int PT_PICKTABLE_COLUMN_SORTCOL
           
 
Constructor Summary
PT_PICKTABLE_COLUMNS()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PT_PICKTABLE_COLUMN_PICKCOL

public static final int PT_PICKTABLE_COLUMN_PICKCOL
See Also:
Constant Field Values

PT_PICKTABLE_COLUMN_SORTCOL

public static final int PT_PICKTABLE_COLUMN_SORTCOL
See Also:
Constant Field Values

PT_PICKTABLE_COLUMN_INVALID

public static final int PT_PICKTABLE_COLUMN_INVALID
See Also:
Constant Field Values
Constructor Detail

PT_PICKTABLE_COLUMNS

public PT_PICKTABLE_COLUMNS()


Copyright © 2008 Plumtree Software Inc. All Rights Reserved.