Uses of Record Class
com.loomcache.server.query.SqlView
Packages that use SqlView
-
Uses of SqlView in com.loomcache.server.datastructures
Methods in com.loomcache.server.datastructures that return types with arguments of type SqlViewModifier and TypeMethodDescriptionDataStructureRegistry.getSqlView(String name) DataStructureRegistry.sqlViews()Methods in com.loomcache.server.datastructures with parameters of type SqlViewModifier and TypeMethodDescriptionbooleanDataStructureRegistry.putSqlView(SqlView view, boolean replaceExisting) -
Uses of SqlView in com.loomcache.server.query
Methods in com.loomcache.server.query that return SqlViewModifier and TypeMethodDescriptionSqlParser.CreateViewStatement.view()Returns the value of theviewrecord component.Constructors in com.loomcache.server.query with parameters of type SqlViewModifierConstructorDescriptionCreateViewStatement(SqlView view, boolean replaceExisting) Creates an instance of aCreateViewStatementrecord class.