Class GenericSimulatorConnection
-
- All Implemented Interfaces:
-
rocks.frieler.kraftsql.engine.Connection,rocks.frieler.kraftsql.testing.engine.SimulatorConnection
public class GenericSimulatorConnection<E extends Engine<E>> implements SimulatorConnection<E>
-
-
Constructor Summary
Constructors Constructor Description GenericSimulatorConnection(SimulatorORMapping<E> orm, EngineState<E> rootState)
-
Method Summary
Modifier and Type Method Description <T extends Any> List<T>execute(Select<E, T> select, KClass<T> type)Unitexecute(CreateTable<E> createTable)Unitexecute(DropTable<E> dropTable)Integerexecute(InsertInto<E, ?> insertInto)Integerexecute(Delete<E> delete)Unitexecute(BeginTransaction<E> beginTransaction)Unitexecute(CommitTransaction<E> commitTransaction)Unitexecute(RollbackTransaction<E> rollbackTransaction)-
-
Constructor Detail
-
GenericSimulatorConnection
GenericSimulatorConnection(SimulatorORMapping<E> orm, EngineState<E> rootState)
-
-
-
-