public final class ColumnDefinition extends Object implements ColumnDescriptor
| Modifier and Type | Class and Description |
|---|---|
static class |
ColumnDefinition.ColumnDefinitionFlags |
static class |
ColumnDefinition.ColumnType |
| Constructor and Description |
|---|
ColumnDefinition(String catalog,
String schema,
String table,
String orgTable,
String name,
String orgName,
int characterSet,
long columnLength,
DataType type,
int flags,
byte decimals) |
| Modifier and Type | Method and Description |
|---|---|
String |
catalog() |
int |
characterSet() |
long |
columnLength() |
byte |
decimals() |
int |
flags() |
boolean |
isArray() |
JDBCType |
jdbcType() |
String |
name() |
String |
orgName() |
String |
orgTable() |
String |
schema() |
String |
table() |
String |
toString() |
DataType |
type() |
public String catalog()
public String schema()
public String table()
public String orgTable()
public String name()
name in interface ColumnDescriptorpublic String orgName()
public int characterSet()
public long columnLength()
public DataType type()
public int flags()
public byte decimals()
public boolean isArray()
isArray in interface ColumnDescriptorpublic JDBCType jdbcType()
jdbcType in interface ColumnDescriptorJDBCTypeCopyright © 2021. All rights reserved.