Methods
Constructor
__construct(\Zend\Db\Adapter\Adapter $adapter)
Get column names
getColumnNames(string $table, string $schema) : array
Parameters
$table
string
$schema
string
Returns
array
Get columns
getColumns(string $table, string $schema) : array
Parameters
$table
string
$schema
string
Returns
array
Get constraint keys
getConstraintKeys(string $constraint, string $table, string $schema) : array
Parameters
$constraint
string
$table
string
$schema
string
Returns
array
Get constraints
getConstraints(string $table, string $schema) : array
Parameters
$table
string
$schema
string
Returns
array
Get table names
getTableNames(string $schema, bool $includeViews) : array
Parameters
$schema
string
$includeViews
bool
Returns
array
Get trigger names
getTriggerNames(string $schema) : array
Parameters
$schema
string
Returns
array
Get triggers
getTriggers(string $schema) : array
Parameters
$schema
string
Returns
array
Properties