select

abstract fun select(key: String?): Column?

Selects a column and returns it.

Return

the selected column or null if the column was not selectable

Parameters

key

the title or id of the column to select


abstract fun select(column: Column?): Column?

Selects a column and returns it.

Return

the selected column or null if the column was not selectable

Parameters

column

the column to select