프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$cache | |||
$connection | |||
$isRebuilt | boolean | ||
$structure | array |
메소드 | 설명 | |
---|---|---|
__construct ( |
||
getBelongsToReference ( $table, $column = NULL ) | ||
getColumns ( $table ) | ||
getHasManyReference ( $table, $targetTable = NULL ) | ||
getPrimaryKey ( $table ) | ||
getPrimaryKeySequence ( $table ) | ||
getTables ( ) | ||
isRebuilt ( ) | ||
loadStructure ( ) | ||
rebuild ( ) |
메소드 | 설명 | |
---|---|---|
analyzeForeignKeys ( &$structure, $table ) | ||
analyzePrimaryKey ( array $columns ) | ||
needStructure ( ) | ||
resolveFQTableName ( $table ) |
public __construct ( |
||
$connection | ||
$cacheStorage | Nette\Caching\IStorage |