Uses of Class
org.silverpeas.components.jdbcconnector.service.JdbcConnectorException
-
Packages that use JdbcConnectorException Package Description org.silverpeas.components.jdbcconnector.model org.silverpeas.components.jdbcconnector.service -
-
Uses of JdbcConnectorException in org.silverpeas.components.jdbcconnector.model
Methods in org.silverpeas.components.jdbcconnector.model that throw JdbcConnectorException Modifier and Type Method Description ConnectionDataSourceConnectionInfo. openConnection()Opens a connection to the data source targeted by this connection information. -
Uses of JdbcConnectorException in org.silverpeas.components.jdbcconnector.service
Methods in org.silverpeas.components.jdbcconnector.service that throw JdbcConnectorException Modifier and Type Method Description voidJdbcRequester. checkConnection()Checks the connection with the remote data source referred by the underlyingDataSourceConnectionInfoinstance used by this requester.List<TableRow>JdbcRequester. request()Requests the data source by using the SQL query that was set with the current underlyingDataSourceConnectionInfoinstance.List<TableRow>JdbcRequester. request(String sqlQuery)Requests the data source with the specified SQL query.
-