getColumnType abstract method

String getColumnType(
  1. ColumnInfo column
)

Gets the SQL type string for a column.

Implementation

String getColumnType(ColumnInfo column);