Class Atk4\Data\Persistence\Sql\Sqlite\Query

extends Query
uses ExpressionTrait
Methods
Methods inherited from Atk4\Data\Persistence\Sql\Query
field(), _renderField(), _renderFieldNoalias(), table(), getMainTable(), _renderTable(), _renderTableNoalias(), _renderFrom(), with(), _renderWith(), join(), _renderJoin(), where(), having(), _subrenderWhere(), _subrenderCondition(), _renderWhere(), _renderOrwhere(), _renderAndwhere(), _renderHaving(), group(), _renderGroup(), set(), setMulti(), _renderSet(), _renderSetFields(), _renderSetValues(), option(), _renderOption(), order(), deduplicateRenderOrder(), _renderOrder(), limit(), _renderLimit(), exists(), __debugInfo(), render(), renderNested(), mode(), expr(), dsql(), exprNow(), orExpr(), andExpr(), caseExpr(), caseWhen(), caseElse(), _renderCase(), _setArgs()
Methods inherited from Atk4\Data\Persistence\Sql\Expression
__construct(), getDsqlExpression(), offsetExists(), offsetGet(), offsetSet(), offsetUnset(), reset(), consume(), escapeParam(), escapeStringLiteral(), escapeIdentifier(), escapeIdentifierSoft(), isUnescapableIdentifier(), getDebugQuery(), hasNativeNamedParamSupport(), updateRenderBeforeExecute(), _executeStatement(), _execute(), executeQuery(), executeStatement(), castFloatToString(), getRowsIterator(), getRows(), getRow(), getOne()
Methods used from Atk4\Core\DiContainerTrait
setDefaults(), setMissingProperty(), assertInstanceOf(), _fromSeedPrecheck(), fromSeed(), fromSeedUnsafe()
Methods used from Atk4\Data\Persistence\Sql\Sqlite\ExpressionTrait
updateRenderBeforeExecute()
Constants inherited from Atk4\Data\Persistence\Sql\Expression
ESCAPE_PARAM, ESCAPE_IDENTIFIER, ESCAPE_IDENTIFIER_SOFT, ESCAPE_NONE, QUOTED_TOKEN_REGEX
Properties
Properties inherited from Atk4\Data\Persistence\Sql\Query
$mode, $defaultField, $wrapInParentheses, $supportedOperators, $templateSelect, $templateInsert, $templateReplace, $templateDelete, $templateUpdate,
Properties inherited from Atk4\Data\Persistence\Sql\Expression
$template, $args, $paramBase, $renderParamBase, $renderParams, $connection,