Package | Description |
---|---|
org.teiid.language | |
org.teiid.language.visitor | |
org.teiid.translator |
Modifier and Type | Method and Description |
---|---|
Call |
LanguageFactory.createCall(String name,
List<Argument> parameters,
Procedure metadataReference) |
Call |
NamedProcedureCall.getCall() |
Modifier and Type | Method and Description |
---|---|
void |
NamedProcedureCall.setCall(Call call) |
Constructor and Description |
---|
NamedProcedureCall(Call call,
String name) |
Modifier and Type | Method and Description |
---|---|
protected void |
SQLStringVisitor.appendCallStart(Call call) |
void |
SQLStringVisitor.visit(Call obj) |
void |
LanguageObjectVisitor.visit(Call obj) |
void |
HierarchyVisitor.visit(Call obj) |
void |
AbstractLanguageVisitor.visit(Call obj) |
Modifier and Type | Method and Description |
---|---|
ProcedureExecution |
ExecutionFactory.createProcedureExecution(Call command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
C connection) |
ProcedureExecution |
BaseDelegatingExecutionFactory.createProcedureExecution(Call command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
C connection) |
Copyright © 2019. All rights reserved.