public class JSONFunctionMethods extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
JSONFunctionMethods.JSONBuilder |
| Constructor and Description |
|---|
JSONFunctionMethods() |
| Modifier and Type | Method and Description |
|---|---|
static JsonType |
jsonArray(CommandContext context,
Object... vals) |
static JsonType |
jsonParse(BlobType val,
boolean wellformed) |
static JsonType |
jsonParse(ClobType val,
boolean wellformed) |
@TeiidFunction(category="JSON") public static JsonType jsonParse(ClobType val, boolean wellformed) throws SQLException, IOException, ParseException
SQLExceptionIOExceptionParseException@TeiidFunction(category="JSON") public static JsonType jsonParse(BlobType val, boolean wellformed) throws SQLException, IOException, ParseException
SQLExceptionIOExceptionParseException@TeiidFunction(category="JSON") public static JsonType jsonArray(CommandContext context, Object... vals) throws TeiidProcessingException, BlockedException, TeiidComponentException
Copyright © 2019. All rights reserved.