Uses of Record Class
com.loomcache.server.query.SqlMapping.Column
Packages that use SqlMapping.Column
-
Uses of SqlMapping.Column in com.loomcache.server.query
Methods in com.loomcache.server.query that return types with arguments of type SqlMapping.ColumnModifier and TypeMethodDescriptionSqlMapping.columns()Returns the value of thecolumnsrecord component.Constructor parameters in com.loomcache.server.query with type arguments of type SqlMapping.ColumnModifierConstructorDescriptionSqlMapping(String name, String connectorType, List<SqlMapping.Column> columns, Map<String, String> options) Creates an instance of aSqlMappingrecord class.