Uses of Class
com.invirgance.convirgance.jdbc.sql.SelectStatement
Packages that use SelectStatement
Package
Description
Provides classes that represent different database schema objects.
SQL statement builder framework for constructing SQL queries.
-
Uses of SelectStatement in com.invirgance.convirgance.jdbc.schema
Methods in com.invirgance.convirgance.jdbc.schema that return SelectStatement -
Uses of SelectStatement in com.invirgance.convirgance.jdbc.sql
Methods in com.invirgance.convirgance.jdbc.sql that return SelectStatementModifier and TypeMethodDescriptionAdds a column to the select query.Adds a column to the select clause with the specified result set nameSelectStatement.from(TabularStructure table) Creates a SelectStatement from the providedTable.SelectStatement.from(TabularStructure table, String name) Creates a SelectStatement from the provided table, with optional aliasing.Sets a columns ordering to ascending.Sets a columns ordering.SelectStatement.order(ExpressionStatement column) Sets a column's ordering to ascending.SelectStatement.order(ExpressionStatement column, OrderBy order) Sets a columns ordering.Methods in com.invirgance.convirgance.jdbc.sql that return types with arguments of type SelectStatementModifier and TypeMethodDescriptionSelectStatement.where()Creates a WHERE clause for this SELECT statement to filter results.