public class USqlDirectedColumn extends Object
Constructor and Description |
---|
USqlDirectedColumn() |
Modifier and Type | Method and Description |
---|---|
Boolean |
descending()
Get the switch indicating if the index is descending or not.
|
String |
name()
Get the name of the index in the table.
|
USqlDirectedColumn |
withDescending(Boolean descending)
Set the switch indicating if the index is descending or not.
|
USqlDirectedColumn |
withName(String name)
Set the name of the index in the table.
|
public String name()
public USqlDirectedColumn withName(String name)
name
- the name value to setpublic Boolean descending()
public USqlDirectedColumn withDescending(Boolean descending)
descending
- the descending value to setCopyright © 2019. All rights reserved.