Uses of Record Class
org.litebridgedb.db.spi.update.ColumnValue
Packages that use ColumnValue
Package
Description
Update-related models
-
Uses of ColumnValue in org.litebridgedb.db.spi.update
Methods in org.litebridgedb.db.spi.update that return types with arguments of type ColumnValueModifier and TypeMethodDescriptionRowValue.columns()Returns the value of thecolumnsrecord component.Update.columnValues()Returns the value of thecolumnValuesrecord component.Constructor parameters in org.litebridgedb.db.spi.update with type arguments of type ColumnValueModifierConstructorDescriptionRowValue(List<ColumnValue> columns) Creates an instance of aRowValuerecord class.Creates an instance of aUpdaterecord class. -
Uses of ColumnValue in org.litebridgedb.orm.api.update.model
Fields in org.litebridgedb.orm.api.update.model with type parameters of type ColumnValueMethods in org.litebridgedb.orm.api.update.model with parameters of type ColumnValue