Uses of Record Class
com.loomcache.server.query.SqlType
Packages that use SqlType
-
Uses of SqlType in com.loomcache.server.datastructures
Methods in com.loomcache.server.datastructures that return types with arguments of type SqlTypeModifier and TypeMethodDescriptionDataStructureRegistry.getSqlType(String name) DataStructureRegistry.sqlTypes()Methods in com.loomcache.server.datastructures with parameters of type SqlTypeModifier and TypeMethodDescriptionbooleanDataStructureRegistry.putSqlType(SqlType type, boolean replaceExisting) -
Uses of SqlType in com.loomcache.server.query
Methods in com.loomcache.server.query that return SqlTypeModifier and TypeMethodDescriptionSqlParser.CreateTypeStatement.type()Returns the value of thetyperecord component.Constructors in com.loomcache.server.query with parameters of type SqlTypeModifierConstructorDescriptionCreateTypeStatement(SqlType type, boolean replaceExisting, boolean ifNotExists) Creates an instance of aCreateTypeStatementrecord class.