Uses of Package
de.calamanari.adl.sql
Packages that use de.calamanari.adl.sql
-
Classes in de.calamanari.adl.sql used by de.calamanari.adl.sqlClassDescriptionThis sub-type of
AdlTypeis especially made for SQL conversion.TheDefaultAdlSqlTypemaps a selection of the SQL-types defined inTypesand decorate them with the ability to act asAdlType.Default implementation of aQueryParameterto pass a value to be set on a prepared statementTheDefaultQueryParameterApplicatorexclusively supports theDefaultAdlSqlTypeas base types, means the types themselves or any type that returns aDefaultAdlSqlTypeas its base type.TheDefaultQueryParameterCreatortakes the base type (AdlType.getBaseType()) of an argument's type and tries to create aQueryParameterapplicable to the base type (AdlSqlType.getBaseType()) of the requested SQL-type.The formatters in this enumeration define the default behavior when formatting values for sql.AQueryParameterencapsulates the action to correctly set a parameter on a prepared statement.Instances encapsulate the knowledge how to apply a parameter to a statement.AQueryParameterCreatorcreates aQueryParameterfrom an argument value of an expression.When parsing a template a listener can replace the parameter references, typically with question marks and collect the parameters in correct order.AnQueryTemplateWithParameterscombines an SQL-script with positional parameters (question marks) with the parameters to be set once the relatedPreparedStatementhas been created.Identifies the kind of query -
Classes in de.calamanari.adl.sql used by de.calamanari.adl.sql.cnvClassDescriptionThis sub-type of
AdlTypeis especially made for SQL conversion.AQueryParameterencapsulates the action to correctly set a parameter on a prepared statement.AnQueryTemplateWithParameterscombines an SQL-script with positional parameters (question marks) with the parameters to be set once the relatedPreparedStatementhas been created.Identifies the kind of query -
Classes in de.calamanari.adl.sql used by de.calamanari.adl.sql.config