Uses of Class
org.litebridge.db.spi.Row.RowColumn
Packages that use Row.RowColumn
Package
Description
Service Provider Interface (SPI) for integrating database drivers with Litebridge
-
Uses of Row.RowColumn in org.litebridge.db.spi
Methods in org.litebridge.db.spi that return Row.RowColumnModifier and TypeMethodDescriptionRow.column(int index) Retrieves a column from the row by its index.Methods in org.litebridge.db.spi that return types with arguments of type Row.RowColumnModifier and TypeMethodDescriptionRetrieve a column from the row by its name if it exists.Retrieves a column from the row by itsColumnmetadata.Row.columnForAlias(String alias) Retrieve a column from the row by its name if it exists.Row.columns()Returns a list of all columns in the current row.Row.columnStream()Return a stream ofRow.RowColumnobjects, each representing a column in the current row along with its associated value.