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) intexecuteUpdateQuery(String query, String dsName) intgetCachedDataCount(String dsName, boolean quarantined) booleanisConnectionAvailable(String dsName)
-
Method Details
-
isConnectionAvailable
-
getCachedDataCount
-
executeQuery
- Throws:
SQLException
-
executeScalarQuery
- Throws:
SQLException
-
executeUpdateQuery
- Throws:
SQLException
-