public class SystemFunctionMethods extends Object
Constructor and Description |
---|
SystemFunctionMethods() |
Modifier and Type | Method and Description |
---|---|
static Long |
generated_key(CommandContext context) |
static Object |
generated_key(CommandContext context,
String column) |
static Object |
teiid_session_get(CommandContext context,
String key) |
static Object |
teiid_session_set(CommandContext context,
String key,
Object value) |
@TeiidFunction(category="System", nullOnNull=true, determinism=COMMAND_DETERMINISTIC, pushdown=CANNOT_PUSHDOWN) public static Object teiid_session_get(CommandContext context, String key)
@TeiidFunction(category="System", determinism=COMMAND_DETERMINISTIC, pushdown=CANNOT_PUSHDOWN) public static Object teiid_session_set(CommandContext context, String key, Object value) throws FunctionExecutionException
FunctionExecutionException
@TeiidFunction(category="System", pushdown=CANNOT_PUSHDOWN, nullOnNull=true, determinism=COMMAND_DETERMINISTIC) public static Object generated_key(CommandContext context, String column)
@TeiidFunction(category="System", pushdown=CANNOT_PUSHDOWN, nullOnNull=true, determinism=COMMAND_DETERMINISTIC) public static Long generated_key(CommandContext context) throws TransformationException
TransformationException
Copyright © 2020. All rights reserved.