Uses of Package
com.glyart.asql.common.database
-
Packages that use com.glyart.asql.common.database Package Description com.glyart.asql.common.context Contains an abstract level about the context of aSQL.com.glyart.asql.common.database Contains classes that handle a data source connection.com.glyart.asql.common.defaults Contains default implementations of some interfaces used by aSQL. -
Classes in com.glyart.asql.common.database used by com.glyart.asql.common.context Class Description DataSourceHandler Represents the interaction logic for a data source.DataTemplate Represents the final interaction to a data source. -
Classes in com.glyart.asql.common.database used by com.glyart.asql.common.database Class Description DataSourceCredentials Represents the credentials for a connection to a data source.DataSourceCredentials.DataSourceCredentialsBuilder Represents a builder for creating an instance of DataSourceCredential.Strategy Describes the behavior of aDataSourceHandler
implementation. -
Classes in com.glyart.asql.common.database used by com.glyart.asql.common.defaults Class Description DataSourceCredentials Represents the credentials for a connection to a data source.DataSourceHandler Represents the interaction logic for a data source.Strategy Describes the behavior of aDataSourceHandler
implementation.