public class USqlTableColumn extends Object
Constructor and Description |
---|
USqlTableColumn() |
Modifier and Type | Method and Description |
---|---|
String |
name()
Get the name of the column in the table.
|
String |
type()
Get the object type of the specified column (such as System.String).
|
USqlTableColumn |
withName(String name)
Set the name of the column in the table.
|
USqlTableColumn |
withType(String type)
Set the object type of the specified column (such as System.String).
|
public String name()
public USqlTableColumn withName(String name)
name
- the name value to setpublic String type()
public USqlTableColumn withType(String type)
type
- the type value to setCopyright © 2019. All rights reserved.