@Immutable public class Column extends Object
| Constructor and Description |
|---|
Column(String name,
String type,
ClientTypeSignature typeSignature) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
String |
getType() |
ClientTypeSignature |
getTypeSignature() |
public Column(String name, String type, ClientTypeSignature typeSignature)
public String getName()
public String getType()
public ClientTypeSignature getTypeSignature()
Copyright © 2012–2019. All rights reserved.