Uses of Class
org.litebridgedb.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.litebridgedb.db.spi
Methods in org.litebridgedb.db.spi that return types with arguments of type Row.RowColumnModifier and TypeMethodDescriptionRetrieve a column from the row by its name if it exists.Row.columnForAlias(String alias) Retrieve a column from the row by its name if it exists.Row.columnStream()Return a stream ofRow.RowColumnobjects, each representing a column in the current row along with its associated value.