Methods
Constructor
__construct(string $name)
Inherited
inherited_from |
\Zend\Db\Metadata\Object\AbstractTableObject::__construct() |
Parameters
$name
string
getCheckOption()
getCheckOption() : string
Returns
string
$checkOption
Get columns
getColumns() : array
Inherited
inherited_from |
\Zend\Db\Metadata\Object\AbstractTableObject::getColumns() |
Returns
array
Get constraints
getConstraints() : array
Inherited
inherited_from |
\Zend\Db\Metadata\Object\AbstractTableObject::getConstraints() |
Returns
array
getIsUpdatable()
getIsUpdatable() : bool
Get name
getName() : string
Inherited
inherited_from |
\Zend\Db\Metadata\Object\AbstractTableObject::getName() |
Returns
string
getViewDefinition()
getViewDefinition() : string
Returns
string
$viewDefinition
isUpdatable()
isUpdatable()
Set columns
setColumns(array $columns)
Inherited
inherited_from |
\Zend\Db\Metadata\Object\AbstractTableObject::setColumns() |
Parameters
$columns
array
Set constraints
setConstraints(array $constraints)
Inherited
inherited_from |
\Zend\Db\Metadata\Object\AbstractTableObject::setConstraints() |
Parameters
$constraints
array
Set name
setName(string $name)
Inherited
inherited_from |
\Zend\Db\Metadata\Object\AbstractTableObject::setName() |
Parameters
$name
string
Properties
$checkOption
$checkOption
$columns
$columns : array
Inherited
inherited_from |
\Zend\Db\Metadata\Object\AbstractTableObject::$$columns |
$constraints
$constraints : array
Inherited
inherited_from |
\Zend\Db\Metadata\Object\AbstractTableObject::$$constraints |
$isUpdatable
$isUpdatable
$name
$name : string
Inherited
inherited_from |
\Zend\Db\Metadata\Object\AbstractTableObject::$$name |
$type
$type : string
Inherited
inherited_from |
\Zend\Db\Metadata\Object\AbstractTableObject::$$type |
$viewDefinition
$viewDefinition