Uses of Class
org.litebridgedb.db.spi.Column
Packages that use Column
Package
Description
Oracle Database Provider
Service Provider Interface (SPI) for integrating database drivers with Litebridge
Abstract implementation classes for the Litebridge Database SPI.
Query-related models
Update-related models
Fluent API for constructing DTO-mapped SQL queries (SELECT statements)
Fluent API for constructing SQL queries (SELECT statements) without result object mapping
-
Uses of Column in org.litebridgedb.db.oracle
Methods in org.litebridgedb.db.oracle with parameters of type ColumnModifier and TypeMethodDescriptionprotected StringOracleDatabaseProvider.createColumnIdentifier(Column column, boolean includeColumnAlias, @Nullable Select select) -
Uses of Column in org.litebridgedb.db.spi
Methods in org.litebridgedb.db.spi that return ColumnModifier and TypeMethodDescriptionAssign an alias to the currentColumninstance and return the updated instance.static ColumnCreate a newColumninstance associated with the specified table and column name.static ColumnCreate a newColumninstance associated with the specified schema, table, and column name.static ColumnCreate a newColumninstance associated with the specified catalog, schema, table, and column name.static ColumnCreate a newColumninstance for the specified table and column name.Row.RowColumn.column()Retrieve theColumninstance associated with thisRowColumn.ColumnMetaData.toColumn()Methods in org.litebridgedb.db.spi with parameters of type ColumnModifier and TypeMethodDescriptionbooleanColumn.equalsColumnOnlyIgnoreAlias(Column column) Row.withColumn(Column column, @Nullable Object value) Add a new column-value pair to the row and return the updated instance.Constructors in org.litebridgedb.db.spi with parameters of type Column -
Uses of Column in org.litebridgedb.db.spi.impl
Methods in org.litebridgedb.db.spi.impl with parameters of type ColumnModifier and TypeMethodDescriptionprotected StringAbstractDatabaseProvider.createColumnIdentifier(Column column, boolean includeColumnAlias, @Nullable Select select) protected ColumnMetaDataAbstractDatabaseProvider.ensureColumnMetaData(Column column, ConnectionProvider connectionProvider) -
Uses of Column in org.litebridgedb.db.spi.query
Methods in org.litebridgedb.db.spi.query that return ColumnModifier and TypeMethodDescriptionCondition.column()Returns the value of thecolumnrecord component.OrderBy.column()Returns the value of thecolumnrecord component.Methods in org.litebridgedb.db.spi.query that return types with arguments of type ColumnModifier and TypeMethodDescriptionSelect.columns()Returns the value of thecolumnsrecord component.Constructors in org.litebridgedb.db.spi.query with parameters of type ColumnModifierConstructorDescriptionConvenience constructor forOperator.IS_NULLand @{code Operator.IS_NOT_NULL} operators.Creates an instance of aConditionrecord class.Creates an instance of aOrderByrecord class.Constructor parameters in org.litebridgedb.db.spi.query with type arguments of type Column -
Uses of Column in org.litebridgedb.db.spi.update
Methods in org.litebridgedb.db.spi.update that return ColumnModifier and TypeMethodDescriptionColumnValue.column()Returns the value of thecolumnrecord component.Methods in org.litebridgedb.db.spi.update that return types with arguments of type ColumnModifier and TypeMethodDescriptionInsert.columns()Returns the value of thecolumnsrecord component.Constructors in org.litebridgedb.db.spi.update with parameters of type ColumnModifierConstructorDescriptionColumnValue(Column column, @Nullable Object value) Creates an instance of aColumnValuerecord class.Constructor parameters in org.litebridgedb.db.spi.update with type arguments of type Column -
Uses of Column in org.litebridgedb.orm.api.dto
Methods in org.litebridgedb.orm.api.dto that return ColumnModifier and TypeMethodDescriptionDtoSelectSpec.FieldColumn.column()Returns the value of thecolumnrecord component.Methods in org.litebridgedb.orm.api.dto that return types with arguments of type ColumnMethods in org.litebridgedb.orm.api.dto with parameters of type ColumnModifier and TypeMethodDescriptionorg.litebridgedb.orm.api.select.model.ConditionSpecDtoJoinSpec.newCondition(Column column) Constructors in org.litebridgedb.orm.api.dto with parameters of type ColumnModifierConstructorDescriptionFieldColumn(FieldAccessor fieldAccessor, Column column) Creates an instance of aFieldColumnrecord class. -
Uses of Column in org.litebridgedb.orm.api.sql
Fields in org.litebridgedb.orm.api.sql with type parameters of type ColumnMethods in org.litebridgedb.orm.api.sql that return types with arguments of type ColumnMethods in org.litebridgedb.orm.api.sql with parameters of type ColumnModifier and TypeMethodDescriptionorg.litebridgedb.orm.api.select.model.ConditionSpecSqlJoinSpec.newCondition(Column column) Method parameters in org.litebridgedb.orm.api.sql with type arguments of type ColumnModifier and TypeMethodDescriptionvoidSqlSelectSpec.addColumns(List<Column> columns) voidSqlSelectSpec.setColumns(List<Column> columns) -
Uses of Column in org.litebridgedb.orm.api.sql.update
Constructors in org.litebridgedb.orm.api.sql.update with parameters of type Column -
Uses of Column in org.litebridgedb.orm.api.update
Constructors in org.litebridgedb.orm.api.update with parameters of type Column -
Uses of Column in org.litebridgedb.orm.api.update.model
Methods in org.litebridgedb.orm.api.update.model with parameters of type ColumnModifier and TypeMethodDescriptionorg.litebridgedb.orm.api.select.model.ConditionSpecUpdateSpec.newWhereCondition(Column column)