public static interface JDBCDBImporter.ColumnReceiver
| Modifier and Type | Method and Description |
|---|---|
void |
receiveColumn(String columnName,
DBDataType dataType,
Integer columnSize,
Integer fractionDigits,
boolean nullable,
String defaultValue,
String comment,
DBTable table) |
Copyright © 2006–2014 Volker Bergmann. All rights reserved.