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 Aggregate
All Known Implementing Classes:
Count
,
Max
,
Min
,
Sum
public interface
Aggregate
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
execute
(
Object
column)
Object
getResult
()
Method Details
execute
void
execute
(
Object
column)
throws
SQLException
Throws:
SQLException
getResult
Object
getResult
()