Uses of Class
com.invirgance.convirgance.jdbc.sql.SelectStatement
Packages that use SelectStatement
Package
Description
Provides classes that represent different database schema objects.
-
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 clauseAdds a column to the select clause with the specified result set nameSelectStatement.from
(TabularStructure table) SelectStatement.from
(TabularStructure table, String name) SelectStatement.order
(ExpressionStatement column) SelectStatement.order
(ExpressionStatement column, OrderBy order) Methods in com.invirgance.convirgance.jdbc.sql that return types with arguments of type SelectStatement