Package org.teiid.query.function
Class JSONFunctionMethods
- java.lang.Object
-
- org.teiid.query.function.JSONFunctionMethods
-
public class JSONFunctionMethods extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
JSONFunctionMethods.JSONBuilder
-
Constructor Summary
Constructors Constructor Description JSONFunctionMethods()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static JsonType
jsonArray(CommandContext context, Object... vals)
static JsonType
jsonParse(BlobType val, boolean wellformed)
static JsonType
jsonParse(ClobType val, boolean wellformed)
-
-
-
Method Detail
-
jsonParse
@TeiidFunction(category="JSON") public static JsonType jsonParse(ClobType val, boolean wellformed) throws SQLException, IOException, ParseException
- Throws:
SQLException
IOException
ParseException
-
jsonParse
@TeiidFunction(category="JSON") public static JsonType jsonParse(BlobType val, boolean wellformed) throws SQLException, IOException, ParseException
- Throws:
SQLException
IOException
ParseException
-
jsonArray
@TeiidFunction(category="JSON") public static JsonType jsonArray(CommandContext context, Object... vals) throws TeiidProcessingException, BlockedException, TeiidComponentException
-
-