get_columns


Description:

[ Version ( since = "6.0" ) ]
public unowned List<DbColumn> get_columns ()

Use this method to obtain internal list of all columns.

The internal list should not be freed.

Parameters:

this

an DbTable object

Returns:

A list of DbColumn objects or null if the internal list is not set or if null is passed.