apply

abstract fun apply(columnCount: Int, columnValues: Array<String?>, columnNames: Array<String>): Boolean(source)

Details on parameters and result can be found here.

The application must not access more than columnCount elements from columnValues and columnNames even if they contain more than columnCount elements.

To abort the execution, true must be returned, false to keep it continue.