columnsByName property

Map<String, GeneratedColumn<Object>> columnsByName

Gets all $columns in this table or view, indexed by their (non-escaped) name.

Implementation

Map<String, GeneratedColumn> get columnsByName;