Table
Extracts data from a database table.
Options
Columns
Columns that will be extracted. If null
, all columns of the table will be extracted.
Type
Default value
array
null
To select which columns will be extracted, use an array with the columns list:
Connection
Name of the database connection to use.
Type
Default value
string
default
Where
Type
Default value
array
[]
Last updated