mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 22:29:18 +01:00
more massaging, also tweak Table accessors for types
This commit is contained in:
@@ -25,4 +25,6 @@ public interface TableRow {
|
||||
public void setDouble(String columnName, double value);
|
||||
|
||||
public int getColumnCount();
|
||||
public int getColumnType(String columnName);
|
||||
public int getColumnType(int column);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user