public class Column extends Object
| Constructor and Description |
|---|
Column(int ordinalPosition,
String name,
String type) |
Column(int ordinalPosition,
String name,
String type,
Boolean isNullable) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
int |
getOrdinalPosition() |
String |
getType() |
Boolean |
isNullable() |
Boolean |
isNullable(boolean assumption)
Return the value with a default assumption
|
Copyright © 2015. All rights reserved.