Package | Description |
---|---|
com.sas.lsaf.query |
Contains common classes and interfaces to query information.
|
Modifier and Type | Method and Description |
---|---|
Column.Type |
Column.getType()
Gets the type of the column.
|
static Column.Type |
Column.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Column.Type[] |
Column.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Column(String queryClass,
String name,
Column.Type type)
The constructor.
|
<i>Copyright (c) 2021, SAS Institute Inc., Cary, NC, USA</i>