|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ConnectorConfigException in com.dhtmlx.connector |
---|
Methods in com.dhtmlx.connector that throw ConnectorConfigException | |
---|---|
void |
DataConfig.add_field(java.lang.String name)
add new field to the configuration |
void |
DataConfig.add_field(java.lang.String name,
java.lang.String alias)
add new field to the configuration |
void |
DataWrapper.begin_transaction()
Begin transaction. |
private void |
DataProcessor.check_exts(DataAction action,
OperationType mode)
Checks if there an external event or SQL code was defined for current action |
void |
DataWrapper.commit_transaction()
Commit transaction. |
protected void |
GridConnector.fill_collections(java.lang.String[] columns)
Fill collections of options with data from DB |
java.lang.String |
DBDataWrapper.get_sql(OperationType name,
java.util.HashMap<java.lang.String,java.lang.String> data)
|
java.lang.String |
DataWrapper.get_sql(OperationType name,
java.util.HashMap<java.lang.String,java.lang.String> data)
Gets the sql string for named operation |
private void |
DataProcessor.inner_process(DataAction action)
Inner processing routine, called for each record in incoming request |
void |
DataConfig.minimize(java.lang.String name)
Minimize configuration, by removing unused fields. |
void |
DataRequest.parse_sql(java.lang.String sql)
Parse SQL string, extract table name, list of fields, list of rules |
java.lang.String |
DataProcessor.process()
Process incoming request Detects the list of the operation in incoming request Process operations one by one |
void |
DataConfig.remove_field(java.lang.String name)
remove field from configuration |
void |
DataWrapper.rollback_transaction()
Rollback transaction. |
void |
DataRequest.set_source(java.lang.String name)
Sets the name of source table |
void |
DataAction.sync_config(DataConfig config)
Sync config between data action and data config object |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |