Class TemporaryTable
-
- All Implemented Interfaces:
-
rocks.frieler.kraftsql.objects.Data,rocks.frieler.kraftsql.objects.HasColumns
public final class TemporaryTable<T extends Object> extends Table<T>
-
-
Constructor Summary
Constructors Constructor Description TemporaryTable(String name, List<Column<BigQueryEngine>> columns)TemporaryTable(String name, KClass<T> type)
-
Method Summary
-
Methods inherited from class rocks.frieler.kraftsql.bq.objects.Table
getDataset, getProject -
Methods inherited from class rocks.frieler.kraftsql.objects.Table
get, getColumns, getDatabase, getName, getQualifiedName, getSchema -
Methods inherited from class rocks.frieler.kraftsql.objects.HasColumns
get -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-