Uses of Class
com.glyart.asql.common.database.Strategy
-
Packages that use Strategy Package Description 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. -
-
Uses of Strategy in com.glyart.asql.common.database
Methods in com.glyart.asql.common.database that return Strategy Modifier and Type Method Description Strategy
DataSourceHandler. getStrategy()
Gets the implementation's adopted strategy.static Strategy
Strategy. valueOf(String name)
Returns the enum constant of this type with the specified name.static Strategy[]
Strategy. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Strategy in com.glyart.asql.common.defaults
Methods in com.glyart.asql.common.defaults that return Strategy Modifier and Type Method Description Strategy
DefaultDataSourceHandler. getStrategy()
-