public static class DatabaseUtil.ColumnCheckInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
columnName |
int |
columnSize |
int |
decimalDigits |
Boolean |
isNullable |
int |
maxSizeInBytes |
String |
tableName |
String |
typeName |
| Constructor and Description |
|---|
ColumnCheckInfo() |
public String tableName
public String columnName
public String typeName
public int columnSize
public int decimalDigits
public Boolean isNullable
public int maxSizeInBytes
public String typeAsString()
Copyright © 2024 Atlassian. All rights reserved.