| Package | Description |
|---|---|
| de.aristaflow.adept2.base.dbaccess |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
DBAccessProvider.createRecursionTable(ExtendedConnection connection,
java.lang.String[] selectAttributes,
java.lang.String[] rootAttributes,
java.lang.String tableName,
java.lang.String startCondition,
ParentToChildConnection[] parentToChildConnections)
Like
DBAccessProvider.createRecursionTable(ExtendedConnection, String[], String, String, ParentToChildConnection[], int)
but without a maximum depth. |
java.lang.String |
DBAccessProvider.createRecursionTable(ExtendedConnection connection,
java.lang.String[] selectAttributes,
java.lang.String tableName,
java.lang.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.
|
java.lang.String |
ExtendedConnection.createRecursionTable(java.lang.String[] selectAttributes,
java.lang.String[] rootAttributes,
java.lang.String tableName,
java.lang.String startCondition,
ParentToChildConnection[] parentToChildConnections)
Like
ExtendedConnection.createRecursionTable(String[], String, String, ParentToChildConnection[], int)
but without a maximum depth. |
java.lang.String |
ExtendedConnection.createRecursionTable(java.lang.String[] selectAttributes,
java.lang.String tableName,
java.lang.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.
|