Package | Description |
---|---|
er.extensions.eof |
Modifier and Type | Class and Description |
---|---|
class |
ERXKeyValueBinding
This class models an SQL binding based on a model keypath/value pair.
|
class |
ERXObjectBinding
This class models an SQL binding based on a Java object.
|
Modifier and Type | Method and Description |
---|---|
static ERXFetchSpecificationBatchIterator |
ERXSQLQueryWithBindingsUtilities.batchIteratorForObjectsWithSqlWithBindings(EOEditingContext ec,
String entityName,
String query,
boolean refreshesCache,
int batchSize,
NSArray sortOrderings,
ERXSQLBinding... bindings)
Obtains a batch iterator for the objects resulting from the passed in SQL query with binded variables.
|
protected static String |
ERXSQLQueryWithBindingsUtilities.processedQueryString(String query,
EOSQLExpression expression,
ERXSQLBinding... bindings)
Replaces the binding placeholder characters by the appropriate token for the used database.
|
static NSArray |
ERXSQLQueryWithBindingsUtilities.rawRowsForSqlWithBindings(EOEditingContext ec,
String entityName,
String query,
ERXSQLBinding... bindings)
Runs a select query against the database, obtaining the resulting raw rows.
|
static void |
ERXSQLQueryWithBindingsUtilities.runSqlQueryWithBindings(EOEditingContext ec,
String modelName,
String query,
ERXSQLBinding... bindings)
Runs an SQL query against the database with binded variables.
|
static NSArray |
ERXSQLQueryWithBindingsUtilities.selectObjectsOfEntityForSqlWithBindings(EOEditingContext ec,
String entityName,
String query,
boolean refreshesCache,
ERXSQLBinding... bindings)
Runs a select query against the database, obtaining the resulting EOs.
|
static NSArray |
ERXSQLQueryWithBindingsUtilities.selectObjectsOfEntityForSqlWithBindings(EOEditingContext ec,
String entityName,
String query,
boolean refreshesCache,
Integer fetchLimit,
ERXSQLBinding... bindings)
Runs a select query against the database, obtaining the resulting EOs.
|
static NSArray |
ERXSQLQueryWithBindingsUtilities.selectObjectsOfEntityForSqlWithBindings(EOEditingContext ec,
String entityName,
String query,
ERXSQLBinding... bindings)
Runs a select query against the database, obtaining the resulting EOs.
|
Copyright © 2002 – 2024 Project Wonder.