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"\u0009\u0009"EMPNAME" "DEPT"\u0009\u0009\u0009"DEPTORDER"
For a list of all members of this type, see PT_PICKTABLE_COLUMNS Members.
System.Object
com.plumtree.server.PT_PICKTABLE_COLUMNS
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
Namespace: com.plumtree.server
Assembly: plumtreeserver (in plumtreeserver.dll)
PT_PICKTABLE_COLUMNS Members | com.plumtree.server Namespace