Interface DBExpressionFunctionProvider
- All Known Implementing Classes:
DefaultDBExpressionFunctionProvider
public interface DBExpressionFunctionProvider
The designer must check the DB function signatures, but the gateway is where the functions are really executed. So,
this interface provides the contract for the db functions.
-
Method Summary
Modifier and TypeMethodDescriptionexecuteQuery
(String query, String dsName) executeScalarQuery
(String query, String dsName) int
executeUpdateQuery
(String query, String dsName) int
getCachedDataCount
(String dsName, boolean quarantined) boolean
isConnectionAvailable
(String dsName)
-
Method Details
-
isConnectionAvailable
-
getCachedDataCount
-
executeQuery
- Throws:
SQLException
-
executeScalarQuery
- Throws:
SQLException
-
executeUpdateQuery
- Throws:
SQLException
-