public final class Column extends Object
| Constructor and Description |
|---|
Column(String name,
int sqlType,
Boolean pk,
Boolean autoIncrement,
Integer precision,
Integer scale) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
Integer |
getPrecision() |
Integer |
getScale() |
int |
getSqlType() |
Boolean |
isAutoIncrement() |
Boolean |
isPrimaryKey() |
Copyright © 2018 Atlassian. All rights reserved.