Package mdbtools.dbengine.functions
Interface Aggregate
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
execute(Object column)
Object
getResult()
-
-
-
Method Detail
-
execute
void execute(Object column) throws SQLException
- Throws:
SQLException
-
getResult
Object getResult()
-
-