columnsByName property
Map<String, GeneratedColumn<Object> >
get
columnsByName
Gets all $columns in this table or view, indexed by their (non-escaped) name.
Implementation
Map<String, GeneratedColumn> get columnsByName;