columns property

List<MssqlColumnSchema> columns
final

In column_id order, which is the order the table declares them.

Implementation

final List<MssqlColumnSchema> columns;