Uses of Class
org.h2.value.ValueJson
Packages that use ValueJson
-
Uses of ValueJson in org.h2.value
Fields in org.h2.value declared as ValueJsonModifier and TypeFieldDescriptionstatic final ValueJsonValueJson.FALSEfalseJSON value.static final ValueJsonValueJson.NULLnullJSON value.static final ValueJsonValueJson.TRUEtrueJSON value.static final ValueJsonValueJson.ZERO0JSON value.Methods in org.h2.value that return ValueJsonModifier and TypeMethodDescriptionprivate ValueJsonValue.convertToJson(TypeInfo targetType, int conversionMode, Object column) static ValueJsonValueJson.fromJson(byte[] bytes) Returns JSON value with the specified content.static ValueJsonReturns JSON value with the specified content.static ValueJsonValueJson.get(boolean bool) Returns JSON value with the specified boolean content.static ValueJsonValueJson.get(int number) Returns JSON value with the specified numeric content.static ValueJsonValueJson.get(long number) Returns JSON value with the specified numeric content.static ValueJsonReturns JSON value with the specified string content.static ValueJsonValueJson.get(BigDecimal number) Returns JSON value with the specified numeric content.static ValueJsonValueJson.getInternal(byte[] bytes) Returns JSON value with the specified content.private static ValueJson