Class BigQuerySimulatorConnection

  • All Implemented Interfaces:
    rocks.frieler.kraftsql.bq.engine.BigQueryConnection , rocks.frieler.kraftsql.engine.Connection , rocks.frieler.kraftsql.testing.engine.SimulatorConnection

    
    public final class BigQuerySimulatorConnection
    extends GenericSimulatorConnection<BigQueryEngine> implements BigQueryConnection
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      <T extends Any> List<T> execute(Select<BigQueryEngine, T> select, KClass<T> type)
      Unit execute(CreateTable<BigQueryEngine> createTable)
      Unit execute(DropTable<BigQueryEngine> dropTable)
      Integer execute(InsertInto<BigQueryEngine, ?> insertInto)
      Integer execute(Delete<BigQueryEngine> delete)
      Unit execute(LoadData loadData)
      Unit execute(BeginTransaction<BigQueryEngine> beginTransaction)
      Unit setSessionMode(Boolean sessionMode)
      • Methods inherited from class rocks.frieler.kraftsql.engine.Connection

        execute, execute
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait