public class OracleDataDictionnary.ColumnInfo extends Object
Constructor and Description |
---|
OracleDataDictionnary.ColumnInfo(String dataType,
int charLength,
int dataLength,
int dataPrecision,
int dataScale,
String nullable) |
Modifier and Type | Method and Description |
---|---|
int |
getCharLength() |
int |
getDataLength() |
int |
getDataPrecision() |
int |
getDataScale() |
String |
getDataType() |
String |
getNullable() |
Copyright © 2008–2015 Apache Software Foundation. All rights reserved.