public static final class ResultSchema.Column
extends java.lang.Object
Constructor and Description |
---|
Column(Name columnName,
SqlType type)
Creates a column.
|
Modifier and Type | Method and Description |
---|---|
Name |
getName()
Returns the name of the column.
|
SqlType |
getType()
Returns the SQL type of the column.
|
TypeTag |
getTypeTag()
Returns the type tag of the column.
|