JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
mdbtools.dbengine.functions
Interface Function
All Known Implementing Classes:
ConCat
,
Length
,
Lower
,
Upper
public interface
Function
All functions must implement this
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 Details
execute
Object
execute
(
Object
column)
throws
SQLException
given the data for a column execute the function
Throws:
SQLException