Uses of Package
com.invirgance.convirgance.jdbc.sql
Packages that use com.invirgance.convirgance.jdbc.sql
Package
Description
Provides classes that represent different database schema objects.
SQL statement builder framework for constructing SQL queries.
-
Classes in com.invirgance.convirgance.jdbc.sql used by com.invirgance.convirgance.jdbc.schema
-
Classes in com.invirgance.convirgance.jdbc.sql used by com.invirgance.convirgance.jdbc.sqlClassDescriptionA named parameter that can be used when creating SQL queries.Creates a logical AND grouping in SQL, combining multiple conditions that all must be true.Creates a logical NOT operator in SQL, negating the conditions it contains.Creates a logical OR grouping in SQL.Different comparison operators.Represents the SQL "IS NULL" comparison operator in conditions.Enumerations for SQL keywords.Represents the order key words for the SQL ORDER BY clauses.Creates an OrderByStatement, this is used to add an order by clause.Represents a SQL SELECT statement builder.Core SQL generation engine that renders SQL statements into properly formatted SQL strings.Core interface for all SQL statement components.