Uses of Interface
io.inverno.mod.sql.ColumnMetadata
-
Uses of ColumnMetadata in io.inverno.mod.sql
Methods in io.inverno.mod.sql that return ColumnMetadataModifier and TypeMethodDescriptionRowMetadata.getColumnMetadata(int index) Returns the column metadata of the column at the specified index in the row.RowMetadata.getColumnMetadata(String name) Returns the column metadata of the column identified by the specified name in the row.Methods in io.inverno.mod.sql that return types with arguments of type ColumnMetadataModifier and TypeMethodDescriptionRowMetadata.getColumnMetadatas()Returns the list of column metadata.