Package com.yahoo.gsheetjdbc.schema
Class Table
- java.lang.Object
-
- com.yahoo.gsheetjdbc.schema.Table
-
public class Table extends Object
Represents a table in the H2 database / sheet in the Google spreadsheet.
-
-
Constructor Summary
Constructors Constructor Description Table()
-
-
-
Method Detail
-
getColumn
public Column getColumn(int idx)
-
-