| Package | Description |
|---|---|
| org.teiid.core.types | |
| org.teiid.json | |
| org.teiid.query.eval | |
| org.teiid.query.function | |
| org.teiid.translator |
| Modifier and Type | Field and Description |
|---|---|
static Class<JsonType> |
DataTypeManager.DefaultDataClasses.JSON |
| Modifier and Type | Method and Description |
|---|---|
static JsonType |
JsonPathFunctionMethods.jsonQuery(Clob clob,
String jsonPath) |
static JsonType |
JsonPathFunctionMethods.jsonQuery(Clob clob,
String jsonPath,
boolean nullLeaf) |
| Modifier and Type | Method and Description |
|---|---|
static JsonType |
Evaluator.jsonArray(CommandContext context,
Function f,
Object[] vals,
JSONFunctionMethods.JSONBuilder builder,
Evaluator eval,
List<?> tuple) |
| Modifier and Type | Method and Description |
|---|---|
JsonType |
JSONFunctionMethods.JSONBuilder.close(CommandContext cc) |
static JsonType |
JSONFunctionMethods.jsonArray(CommandContext context,
Object... vals) |
static JsonType |
JSONFunctionMethods.jsonParse(BlobType val,
boolean wellformed) |
static JsonType |
JSONFunctionMethods.jsonParse(ClobType val,
boolean wellformed) |
| Modifier and Type | Field and Description |
|---|---|
static Class<JsonType> |
TypeFacility.RUNTIME_TYPES.JSON |
Copyright © 2019. All rights reserved.