WebCenter Interaction API  
 

PT_PICKTABLE_COLUMNS Class

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 sealed class PT_PICKTABLE_COLUMNS

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: com.plumtree.server

Assembly: plumtreeserver (in plumtreeserver.dll)

See Also

PT_PICKTABLE_COLUMNS Members | com.plumtree.server Namespace