Udated with Work changes: Default value handling, adding new column

This commit is contained in:
2026-03-08 19:47:25 +01:00
parent d905d4195c
commit e35d5ff013
6 changed files with 72 additions and 348 deletions

View File

@@ -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();