Class Structure
Cached reflection of database structure.
- Nette\Object
- Nette\Database\Structure implements Nette\Database\IStructure
public
|
|
public
array
|
|
public
array
|
|
public
string|array|null
|
|
public
string|null
|
|
public
mixed
|
#
getHasManyReference( string $table, string|null $targetTable = NULL )
Returns hasMany reference. If a targetTable is not provided, returns references for all tables. |
public
mixed
|
#
getBelongsToReference( string $table, string|null $column = NULL )
Returns belongsTo reference. If a column is not provided, returns references for all columns. |
public
mixed
|
|
public
boolean
|
|
protected
|
|
protected
|
|
protected
|
|
protected
|
__call(),
__callStatic(),
__get(),
__isset(),
__set(),
__unset(),
extensionMethod(),
getReflection()
|
FIELD_BINARY,
FIELD_BOOL,
FIELD_DATE,
FIELD_DATETIME,
FIELD_FLOAT,
FIELD_INTEGER,
FIELD_TEXT,
FIELD_TIME,
FIELD_TIME_INTERVAL,
FIELD_UNIX_TIMESTAMP
|
protected
|
$connection
|
|
protected
|
$cache
|
|
protected
array
|
$structure
|
|
protected
boolean
|
$isRebuilt
|
# FALSE |
$reflection
|