См. определение в файле statement.php строка 4
◆ addCondition()
addCondition |
( |
| $predicate | ) |
|
Adds condition on which statement have to be executed.
- Аргументы
-
string | $predicate | Condition predicate. |
- Возвращает
- Statement
См. определение в файле statement.php строка 31
◆ addLine()
Adds one more line to the body.
- Аргументы
-
- Возвращает
- Statement
См. определение в файле statement.php строка 18
◆ formatBodyLines()
formatBodyLines |
( |
| $level = 0 | ) |
|
Return body aligned with tab characters.
- Аргументы
-
int | $level | Code align level. |
- Возвращает
- string
См. определение в файле statement.php строка 60
◆ merge()
Merges two statements.
- Аргументы
-
Statement | $stmt | Contains lines to be added. |
- Возвращает
- Statement
См. определение в файле statement.php строка 44
◆ $bodyLines
◆ $conditions
◆ $dependOn
◆ $tableName