Modifier and Type | Method and Description |
---|---|
Argument |
LanguageFactory.createArgument(Argument.Direction direction,
Expression value,
Class<?> type,
ProcedureParameter metadataReference) |
Modifier and Type | Method and Description |
---|---|
List<Argument> |
Call.getArguments() |
Modifier and Type | Method and Description |
---|---|
Call |
LanguageFactory.createCall(String name,
List<Argument> parameters,
Procedure metadataReference) |
void |
Call.setArguments(List<Argument> parameters) |
Constructor and Description |
---|
Call(String name,
List<Argument> parameters,
Procedure metadataObject) |
Modifier and Type | Method and Description |
---|---|
void |
SQLStringVisitor.Substitutor.substitute(Argument arg,
StringBuilder builder,
int index) |
void |
AbstractLanguageVisitor.visit(Argument obj) |
void |
SQLStringVisitor.visit(Argument obj) |
void |
LanguageObjectVisitor.visit(Argument obj) |
Modifier and Type | Method and Description |
---|---|
static void |
SQLStringVisitor.parseNativeQueryParts(String nativeQuery,
List<Argument> list,
StringBuilder stringBuilder,
SQLStringVisitor.Substitutor substitutor) |
Modifier and Type | Method and Description |
---|---|
ProcedureExecution |
RecordLoggingExecutionFactory.createDirectExecution(List<Argument> arguments,
Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
C connection) |
ProcedureExecution |
BaseDelegatingExecutionFactory.createDirectExecution(List<Argument> arguments,
Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
C connection) |
ProcedureExecution |
ExecutionFactory.createDirectExecution(List<Argument> arguments,
Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
C connection) |
Modifier and Type | Method and Description |
---|---|
ProcedureExecution |
CassandraExecutionFactory.createDirectExecution(List<Argument> arguments,
Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
CassandraConnection connection) |
Constructor and Description |
---|
CassandraDirectQueryExecution(String cql,
List<Argument> arguments,
Command command,
CassandraConnection connection,
ExecutionContext context,
boolean returnsArray) |
Modifier and Type | Method and Description |
---|---|
ProcedureExecution |
SpreadsheetExecutionFactory.createDirectExecution(List<Argument> arguments,
Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
GoogleSpreadsheetConnection connection) |
Constructor and Description |
---|
DirectSpreadsheetQueryExecution(String query,
List<Argument> arguments,
ExecutionContext executionContext,
GoogleSpreadsheetConnection connection,
boolean returnsArray) |
Modifier and Type | Method and Description |
---|---|
ProcedureExecution |
InfinispanHotRodExecutionFactory.createDirectExecution(List<Argument> arguments,
Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
ObjectConnection connection) |
Modifier and Type | Method and Description |
---|---|
void |
SQLConversionVisitor.substitute(Argument arg,
StringBuilder builder,
int index) |
Modifier and Type | Method and Description |
---|---|
ProcedureExecution |
JDBCExecutionFactory.createDirectExecution(List<Argument> arguments,
Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
Connection conn) |
ResultSet |
JDBCExecutionFactory.executeStoredProcedure(CallableStatement statement,
List<Argument> preparedValues,
Class<?> returnType)
This is a generic implementation.
|
Constructor and Description |
---|
JDBCDirectQueryExecution(List<Argument> arguments,
Command command,
Connection connection,
ExecutionContext context,
JDBCExecutionFactory env) |
Modifier and Type | Method and Description |
---|---|
ResultSet |
OracleExecutionFactory.executeStoredProcedure(CallableStatement statement,
List<Argument> preparedValues,
Class<?> returnType) |
Modifier and Type | Method and Description |
---|---|
ProcedureExecution |
JPA2ExecutionFactory.createDirectExecution(List<Argument> arguments,
Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
javax.persistence.EntityManager connection) |
Constructor and Description |
---|
JPQLDirectQueryExecution(List<Argument> arguments,
Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
javax.persistence.EntityManager em,
String query,
boolean returnsArray) |
Modifier and Type | Method and Description |
---|---|
ProcedureExecution |
LDAPExecutionFactory.createDirectExecution(List<Argument> arguments,
Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
LdapContext context) |
Constructor and Description |
---|
LDAPDirectCreateUpdateDeleteQueryExecution(List<Argument> arguments,
LDAPExecutionFactory factory,
ExecutionContext executionContext,
LdapContext connection,
String query,
boolean returnsArray) |
LDAPDirectSearchQueryExecution(List<Argument> arguments,
LDAPExecutionFactory factory,
ExecutionContext executionContext,
LdapContext connection,
String query,
boolean returnsArray) |
Modifier and Type | Method and Description |
---|---|
ProcedureExecution |
MongoDBExecutionFactory.createDirectExecution(List<Argument> arguments,
Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
MongoDBConnection connection) |
Constructor and Description |
---|
MongoDBDirectQueryExecution(List<Argument> arguments,
Command cmd,
ExecutionContext executionContext,
RuntimeMetadata metadata,
MongoDBConnection connection,
String nativeQuery,
boolean returnsArray,
MongoDBExecutionFactory ef) |
Modifier and Type | Method and Description |
---|---|
ProcedureExecution |
ObjectExecutionFactory.createDirectExecution(List<Argument> arguments,
Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
ObjectConnection connection) |
Constructor and Description |
---|
ObjectDirectExecution(List<Argument> arguments,
Command command,
ObjectConnection connection,
ExecutionContext context,
ObjectExecutionFactory env) |
Modifier and Type | Method and Description |
---|---|
ProcedureExecution |
OlapExecutionFactory.createDirectExecution(List<Argument> arguments,
Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
Connection connection) |
Constructor and Description |
---|
OlapQueryExecution(List<Argument> arguments,
Command command,
org.olap4j.OlapConnection connection,
ExecutionContext context,
OlapExecutionFactory executionFactory,
String mdxQuery,
boolean returnsArray) |
Modifier and Type | Method and Description |
---|---|
ProcedureExecution |
PrestoDBExecutionFactory.createDirectExecution(List<Argument> arguments,
Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
Connection conn) |
Modifier and Type | Method and Description |
---|---|
ProcedureExecution |
SalesForceExecutionFactory.createDirectExecution(List<Argument> arguments,
Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
SalesforceConnection connection) |
Modifier and Type | Field and Description |
---|---|
protected List<Argument> |
DirectQueryExecution.arguments |
Constructor and Description |
---|
DirectQueryExecution(List<Argument> arguments,
Command command,
SalesforceConnection connection,
RuntimeMetadata metadata,
ExecutionContext context,
String query,
boolean returnsArray) |
Modifier and Type | Method and Description |
---|---|
ProcedureExecution |
SimpleDBExecutionFactory.createDirectExecution(List<Argument> arguments,
Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
SimpleDBConnection connection) |
Constructor and Description |
---|
SimpleDBDirectQueryExecution(List<Argument> arguments,
Command command,
RuntimeMetadata metadata,
SimpleDBConnection connection,
ExecutionContext context) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.