String |
DBAccessProvider.createRecursionTable(ExtendedConnection connection,
String[] selectAttributes,
String[] rootAttributes,
String tableName,
String startCondition,
ParentToChildConnection[] parentToChildConnections) |
|
String |
DBAccessProvider.createRecursionTable(ExtendedConnection connection,
String[] selectAttributes,
String tableName,
String startCondition,
ParentToChildConnection[] parentToChildConnections,
int maxDepth) |
Creates a (temporary) table or view containing tuples that match a
recursive/hierarchical SQL-query which is based on the specified
parameters.
|
String |
ExtendedConnection.createRecursionTable(String[] selectAttributes,
String[] rootAttributes,
String tableName,
String startCondition,
ParentToChildConnection[] parentToChildConnections) |
|
String |
ExtendedConnection.createRecursionTable(String[] selectAttributes,
String tableName,
String startCondition,
ParentToChildConnection[] parentToChildConnections,
int maxDepth) |
Creates a (temporary) table or view containing tuples that match a
recursive/hierarchical SQL-query which is based on the specified
parameters.
|