Uses of Record Class
com.loomcache.server.query.SqlIndex
Packages that use SqlIndex
-
Uses of SqlIndex in com.loomcache.server.datastructures
Methods in com.loomcache.server.datastructures that return types with arguments of type SqlIndexModifier and TypeMethodDescriptionDataStructureRegistry.getSqlIndex(String name) DataStructureRegistry.sqlIndexes()Methods in com.loomcache.server.datastructures with parameters of type SqlIndexModifier and TypeMethodDescriptionbooleanDataStructureRegistry.putSqlIndex(SqlIndex index, boolean replaceExisting) -
Uses of SqlIndex in com.loomcache.server.query
Methods in com.loomcache.server.query that return SqlIndexModifier and TypeMethodDescriptionSqlParser.CreateIndexStatement.index()Returns the value of theindexrecord component.Constructors in com.loomcache.server.query with parameters of type SqlIndexModifierConstructorDescriptionCreateIndexStatement(SqlIndex index, boolean replaceExisting) Creates an instance of aCreateIndexStatementrecord class.