classStrictTableRule
final class StrictTableRule
implements RewriteRule
Implements sqlite3EndTable's STRICT column-type restriction using global.c/sqlite3StdType.
Methods§
public function rewrite(TerminalSequence $sequence): TerminalSequenceConstrains only columns of the same STRICT table, including originally empty type productions.
Parameters
$sequence | TerminalSequence |
Returns
Test cases 2
Calls 4
- method-call TerminalSequence::occurrences() line 23
- function-call
array_filterline 24 - method-call TerminalSequence::range() line 30
- method-call TerminalSequence::child() line 34
Test cases 8§
Test cases that cover or call this symbol, from the coverage report and from the analyzed test sources.
Dedicated tests 2
Other tests reaching this symbol 6
MySqlProviderTestcallsPostgreSqlProviderTestcallsSqlGeneratorFactoryTestcallsGenerationContextTestcallsRewriteDefinitionsTestcallsSqliteProviderTestcalls