MySqlBuilder
class MySqlBuilder extends Builder (View source)
Methods
bool
hasTable(
string $table)
Determine if the given table exists.
bool
hasColumn(
string $table,
string $column)
Determine if the given table has a given column.
from Builder
bool
hasColumns(
string $table,
array $columns)
Determine if the given table has given columns.
from Builder
array
getColumnListing(
string $table)
Get the column listing for a given table.