Udated with Work changes: Default value handling, adding new column
This commit is contained in:
@@ -29,6 +29,8 @@ public interface Table {
|
||||
|
||||
public <V> V getValue(int i);
|
||||
|
||||
public <V> V getDefaultValue();
|
||||
|
||||
public void setValue(int rowNo, Object v);
|
||||
|
||||
public int length();
|
||||
|
||||
Reference in New Issue
Block a user