Uses of Class
org.springframework.data.relational.core.sql.Column
Packages that use Column
Package
Description
Statement Builder implementation.
SQL rendering utilities to render SQL from the Statement Builder API.
-
Uses of Column in org.springframework.data.relational.core.sql
Methods in org.springframework.data.relational.core.sql that return ColumnModifier and TypeMethodDescriptionstatic ColumnCreates a new aliasedColumn.Column.as(SqlIdentifier alias) Creates a new aliasedColumn.static Columndefault Columndefault ColumnTableLike.column(SqlIdentifier name) static Columnstatic ColumnColumn.create(SqlIdentifier name, Table table) AssignValue.getColumn()Methods in org.springframework.data.relational.core.sql that return types with arguments of type ColumnModifier and TypeMethodDescriptionTableLike.columns(Collection<String> names) TableLike.columns(SqlIdentifier... names) Methods in org.springframework.data.relational.core.sql with parameters of type ColumnModifier and TypeMethodDescriptionAdd aColumnto theINTOcolumn list.Add a one or moreColumnto theINTOcolumn list.static AssignValueAssignValue.create(Column target, Expression value) static Instatic Instatic AssignValueAssignments.value(Column target, Expression value) Method parameters in org.springframework.data.relational.core.sql with type arguments of type ColumnModifier and TypeMethodDescriptionInsertBuilder.InsertIntoColumnsAndValues.columns(Collection<Column> columns) Add a one or moreColumnto theINTOcolumn list. -
Uses of Column in org.springframework.data.relational.core.sql.render
Methods in org.springframework.data.relational.core.sql.render with parameters of type ColumnModifier and TypeMethodDescriptiondefault SqlIdentifierReturn thecolumn name.default SqlIdentifierRenderNamingStrategy.getReferenceName(Column column) Return thecolumn reference name.