Uses of Interface
com.glyart.asql.common.context.ASQLContext
-
Packages that use ASQLContext 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. -
-
Uses of ASQLContext in com.glyart.asql.common.context
Methods in com.glyart.asql.common.context that return types with arguments of type ASQLContext Modifier and Type Method Description DataTemplate<? extends ASQLContext<T>>
ASQLContext. getDataTemplate()
Gets theDataTemplate
instance linked to this ASQLContext. -
Uses of ASQLContext in com.glyart.asql.common.database
Classes in com.glyart.asql.common.database with type parameters of type ASQLContext Modifier and Type Class Description class
DataTemplate<T extends ASQLContext<?>>
Represents the final interaction to a data source.
-