Uses of Class
org.teiid.language.Argument
-
Packages that use Argument Package Description org.teiid.language org.teiid.language.visitor org.teiid.translator -
-
Uses of Argument in org.teiid.language
Methods in org.teiid.language that return Argument Modifier and Type Method Description ArgumentLanguageFactory. createArgument(Argument.Direction direction, Expression value, Class<?> type, ProcedureParameter metadataReference)Methods in org.teiid.language that return types with arguments of type Argument Modifier and Type Method Description List<Argument>Call. getArguments()Method parameters in org.teiid.language with type arguments of type Argument Modifier and Type Method Description CallLanguageFactory. createCall(String name, List<Argument> parameters, Procedure metadataReference)voidCall. setArguments(List<Argument> parameters)Constructor parameters in org.teiid.language with type arguments of type Argument Constructor Description Call(String name, List<Argument> parameters, Procedure metadataObject) -
Uses of Argument in org.teiid.language.visitor
Methods in org.teiid.language.visitor with parameters of type Argument Modifier and Type Method Description voidSQLStringVisitor.Substitutor. substitute(Argument arg, StringBuilder builder, int index)voidAbstractLanguageVisitor. visit(Argument obj)voidLanguageObjectVisitor. visit(Argument obj)voidSQLStringVisitor. visit(Argument obj)Method parameters in org.teiid.language.visitor with type arguments of type Argument Modifier and Type Method Description static voidSQLStringVisitor. parseNativeQueryParts(String nativeQuery, List<Argument> list, StringBuilder stringBuilder, SQLStringVisitor.Substitutor substitutor) -
Uses of Argument in org.teiid.translator
Method parameters in org.teiid.translator with type arguments of type Argument Modifier and Type Method Description ProcedureExecutionBaseDelegatingExecutionFactory. createDirectExecution(List<Argument> arguments, Command command, ExecutionContext executionContext, RuntimeMetadata metadata, C connection)ProcedureExecutionExecutionFactory. createDirectExecution(List<Argument> arguments, Command command, ExecutionContext executionContext, RuntimeMetadata metadata, C connection)
-