unquoteId()
unquoteId(string $identifier) : string
Un-quote identifier
Parameters
| string | $identifier |
Schema table formatter class
createIndices(array $indices, string $table, \Pop\Db\Sql\Schema\AbstractStructure $schema) : string
Create indices
| array | $indices | |
| string | $table | |
| \Pop\Db\Sql\Schema\AbstractStructure | $schema |
createConstraints(array $constraints, string $table, \Pop\Db\Sql\Schema\AbstractStructure $schema) : string
Create constraints
| array | $constraints | |
| string | $table | |
| \Pop\Db\Sql\Schema\AbstractStructure | $schema |