Package com.glyart.asql.common.database
Contains classes that handle a data source connection.
They also manage data access operations.
- See Also:
DataSourceCredentials
,DataTemplate
-
Interface Summary Interface Description DataSourceHandler Represents the interaction logic for a data source. -
Class Summary Class Description DataSourceCredentials Represents the credentials for a connection to a data source.DataSourceCredentials.DataSourceCredentialsBuilder Represents a builder for creating an instance of DataSourceCredential.DataTemplate<T extends ASQLContext<?>> Represents the final interaction to a data source. -
Enum Summary Enum Description Strategy Describes the behavior of aDataSourceHandler
implementation.