public class Column extends Object
| Constructor | Description |
|---|---|
Column() |
| Modifier and Type | Method | Description |
|---|---|---|
String |
name() |
Get the name of this column.
|
String |
type() |
Get the data type of this column.
|
Column |
withName(String name) |
Set the name of this column.
|
Column |
withType(String type) |
Set the data type of this column.
|
public String name()
public Column withName(String name)
name - the name value to setpublic String type()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/