Uses of Class
com.yahoo.gsheetjdbc.schema.Table
-
Packages that use Table Package Description com.yahoo.gsheetjdbc.loader -
-
Uses of Table in com.yahoo.gsheetjdbc.loader
Methods in com.yahoo.gsheetjdbc.loader with parameters of type Table Modifier and Type Method Description voidDatabaseLoader. refreshTempTable(Table table, List<List<Object>> records)Loads a temporary table with a set of newly fetched records.voidDatabaseLoader. swapTables(Table table)Swaps a newly loaded temporary table with the existing primary table.
-