Package mdbtools.dbengine.functions
Interface Function
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
execute(Object column)
given the data for a column execute the function
-
-
-
Method Detail
-
execute
Object execute(Object column) throws SQLException
given the data for a column execute the function- Throws:
SQLException
-
-