public class DuckDBColumnTypeMetaData
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
short |
scale |
short |
type_size |
short |
width |
| Constructor and Description |
|---|
DuckDBColumnTypeMetaData(short type_size,
short width,
short scale) |