Package com.isomorphic.sql
package com.isomorphic.sql
- ClassDescription
HikariConnectionManager
provides methods for initializing and getting connections to databases from the HikariCP connection pool.This servlet ensures a clean shutdown of all referenced HSQL databases used by SmartClient in a container reload scenario.Represents the different SQL clause types managed bySQLDataSource
.SQLConnectionManager
provides methods for initializing and getting connections to databases.A DataSource implementation for SQL database engines.SQLDSGenerator generates a SmartClient DataSource configuration from a SQL table.A class containing various static methods for managing transactional updates on SQL DataSources.SQLTransform
provides helper methods for converting java.sql.ResultSet objects to desired return data structures.