mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 14:19:19 +01:00
going back to getString() after all
This commit is contained in:
@@ -2,8 +2,8 @@ package processing.data;
|
||||
|
||||
|
||||
public interface TableRow {
|
||||
public String get(int column);
|
||||
public String get(String columnName);
|
||||
public String getString(int column);
|
||||
public String getString(String columnName);
|
||||
public int getInt(int column);
|
||||
public int getInt(String columnName);
|
||||
public long getLong(int column);
|
||||
|
||||
Reference in New Issue
Block a user