A
B
C
D
E
F
G
P
R
S
U
W
S
- serialize(T) - function in rocks.frieler.kraftsql.engine.ORMapping
- simulateAggregation(rocks.frieler.kraftsql.expressions.Array) - function in rocks.frieler.kraftsql.testing.engine.ArraySimulator
- Provides a Kotlin simulation of the given Expression as an aggregation to be applied to multiple DataRows.
- simulateAggregation(rocks.frieler.kraftsql.expressions.Cast) - function in rocks.frieler.kraftsql.testing.engine.CastSimulator
- Provides a Kotlin simulation of the given Expression as an aggregation to be applied to multiple DataRows.
- simulateAggregation(rocks.frieler.kraftsql.expressions.Column) - function in rocks.frieler.kraftsql.testing.engine.ColumnSimulator
- Provides a Kotlin simulation of the given Expression as an aggregation to be applied to multiple DataRows.
- simulateAggregation(rocks.frieler.kraftsql.expressions.Constant) - function in rocks.frieler.kraftsql.testing.engine.ConstantSimulator
- Provides a Kotlin simulation of the given Expression as an aggregation to be applied to multiple DataRows.
- simulateAggregation(rocks.frieler.kraftsql.expressions.Count) - function in rocks.frieler.kraftsql.testing.engine.CountSimulator
- Provides a Kotlin simulation of the given Expression as an aggregation to be applied to multiple DataRows.
- simulateAggregation(rocks.frieler.kraftsql.expressions.Equals) - function in rocks.frieler.kraftsql.testing.engine.EqualsSimulator
- Provides a Kotlin simulation of the given Expression as an aggregation to be applied to multiple DataRows.
- simulateAggregation(A) - function in rocks.frieler.kraftsql.testing.engine.ExpressionSimulator
- Provides a Kotlin simulation of the given Expression as an aggregation to be applied to multiple DataRows.
- simulateAggregation(X) - function in rocks.frieler.kraftsql.testing.engine.ExpressionSimulator
- Provides a Kotlin simulation of the given Expression as an aggregation to be applied to multiple DataRows.
- simulateAggregation(rocks.frieler.kraftsql.expressions.Expression) - function in rocks.frieler.kraftsql.testing.engine.ExpressionSimulator.SubexpressionCallbacks
- simulateAggregation(rocks.frieler.kraftsql.expressions.Row) - function in rocks.frieler.kraftsql.testing.engine.RowSimulator
- Provides a Kotlin simulation of the given Expression as an aggregation to be applied to multiple DataRows.
- simulateAggregation(rocks.frieler.kraftsql.expressions.Sum.Companion.SumAsBigDecimal) - function in rocks.frieler.kraftsql.testing.engine.SumAsBigDecimalSimulator
- Provides a Kotlin simulation of the given Expression as an aggregation to be applied to multiple DataRows.
- simulateAggregation(rocks.frieler.kraftsql.expressions.Sum.Companion.SumAsDouble) - function in rocks.frieler.kraftsql.testing.engine.SumAsDoubleSimulator
- Provides a Kotlin simulation of the given Expression as an aggregation to be applied to multiple DataRows.
- simulateAggregation(rocks.frieler.kraftsql.expressions.Sum.Companion.SumAsLong) - function in rocks.frieler.kraftsql.testing.engine.SumAsLongSimulator
- Provides a Kotlin simulation of the given Expression as an aggregation to be applied to multiple DataRows.
- simulateExpression(A) - function in rocks.frieler.kraftsql.testing.engine.AggregationSimulator
- Provides a Kotlin simulation of the given Expression to be applied to a DataRow.
- simulateExpression(rocks.frieler.kraftsql.expressions.Count) - function in rocks.frieler.kraftsql.testing.engine.AggregationSimulator
- Provides a Kotlin simulation of the given Expression to be applied to a DataRow.
- simulateExpression(rocks.frieler.kraftsql.expressions.Sum.Companion.SumAsLong) - function in rocks.frieler.kraftsql.testing.engine.AggregationSimulator
- Provides a Kotlin simulation of the given Expression to be applied to a DataRow.
- simulateExpression(rocks.frieler.kraftsql.expressions.Sum.Companion.SumAsDouble) - function in rocks.frieler.kraftsql.testing.engine.AggregationSimulator
- Provides a Kotlin simulation of the given Expression to be applied to a DataRow.
- simulateExpression(rocks.frieler.kraftsql.expressions.Sum.Companion.SumAsBigDecimal) - function in rocks.frieler.kraftsql.testing.engine.AggregationSimulator
- Provides a Kotlin simulation of the given Expression to be applied to a DataRow.
- simulateExpression(rocks.frieler.kraftsql.expressions.Array) - function in rocks.frieler.kraftsql.testing.engine.ArraySimulator
- Provides a Kotlin simulation of the given Expression to be applied to a DataRow.
- simulateExpression(rocks.frieler.kraftsql.expressions.Cast) - function in rocks.frieler.kraftsql.testing.engine.CastSimulator
- Provides a Kotlin simulation of the given Expression to be applied to a DataRow.
- simulateExpression(rocks.frieler.kraftsql.expressions.Column) - function in rocks.frieler.kraftsql.testing.engine.ColumnSimulator
- Provides a Kotlin simulation of the given Expression to be applied to a DataRow.
- simulateExpression(rocks.frieler.kraftsql.expressions.Constant) - function in rocks.frieler.kraftsql.testing.engine.ConstantSimulator
- Provides a Kotlin simulation of the given Expression to be applied to a DataRow.
- simulateExpression(rocks.frieler.kraftsql.expressions.Equals) - function in rocks.frieler.kraftsql.testing.engine.EqualsSimulator
- Provides a Kotlin simulation of the given Expression to be applied to a DataRow.
- simulateExpression(X) - function in rocks.frieler.kraftsql.testing.engine.ExpressionSimulator
- Provides a Kotlin simulation of the given Expression to be applied to a DataRow.
- simulateExpression(rocks.frieler.kraftsql.expressions.Expression) - function in rocks.frieler.kraftsql.testing.engine.ExpressionSimulator.SubexpressionCallbacks
- simulateExpression(rocks.frieler.kraftsql.expressions.Row) - function in rocks.frieler.kraftsql.testing.engine.RowSimulator
- Provides a Kotlin simulation of the given Expression to be applied to a DataRow.
- SimulatorConnection - class in rocks.frieler.kraftsql.testing.engine
- Marker interface for simulations of Connections to be used in tests.
- SimulatorORMapping - class in rocks.frieler.kraftsql.testing.engine
- SimulatorTestExtension - class in rocks.frieler.kraftsql.testing
- SimulatorTestExtension.Builder - class in rocks.frieler.kraftsql.testing.SimulatorTestExtension
- SumAsBigDecimalSimulator - class in rocks.frieler.kraftsql.testing.engine
- Simulator for SumAsBigDecimal expressions, the rocks.frieler.kraftsql.expressions.Sum that results in a BigDecimal-valued result.
- SumAsDoubleSimulator - class in rocks.frieler.kraftsql.testing.engine
- Simulator for SumAsDouble expressions, the rocks.frieler.kraftsql.expressions.Sum that results in a double-valued result.
- SumAsLongSimulator - class in rocks.frieler.kraftsql.testing.engine
- Simulator for SumAsLong expressions, the rocks.frieler.kraftsql.expressions.Sum that results in an integer-valued result.