Uses of Enum Class
com.loomcache.server.query.SqlColumnType
Packages that use SqlColumnType
-
Uses of SqlColumnType in com.loomcache.server.query
Subclasses with type arguments of type SqlColumnType in com.loomcache.server.queryModifier and TypeClassDescriptionenumEnumeration of SQL column types supported by the query engine.Methods in com.loomcache.server.query that return SqlColumnTypeModifier and TypeMethodDescriptionstatic SqlColumnTypeInfer the SQL column type from a Java object.SqlMapping.Column.type()Returns the value of thetyperecord component.static SqlColumnTypeReturns the enum constant of this class with the specified name.static SqlColumnType[]SqlColumnType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.loomcache.server.query that return types with arguments of type SqlColumnTypeModifier and TypeMethodDescriptionstatic List<SqlColumnType> QueryEngine.getColumnTypes(List<SqlRow> rows) SqlResult.getColumnTypes()Gets the list of column types in order.Constructors in com.loomcache.server.query with parameters of type SqlColumnTypeModifierConstructorDescriptionColumn(String name, SqlColumnType type) Creates an instance of aColumnrecord class.