Interface SelectionColumns
- All Known Implementing Classes:
SelectionColumnMapping
public interface SelectionColumns
Represents a mapping between the actual columns used to satisfy a Selection
and the column definitions included in the resultset metadata for the query.
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.common.collect.Multimap<ColumnSpecification,ColumnMetadata>
-
Method Details
-
getColumnSpecifications
List<ColumnSpecification> getColumnSpecifications() -
getMappings
com.google.common.collect.Multimap<ColumnSpecification,ColumnMetadata> getMappings()
-