Uses of Class
de.aristaflow.adept2.base.dbaccess.ParentToChildConnection
Packages that use ParentToChildConnection
-
Uses of ParentToChildConnection in de.aristaflow.adept2.base.dbaccess
Methods in de.aristaflow.adept2.base.dbaccess with parameters of type ParentToChildConnectionModifier and TypeMethodDescriptionDBAccessProvider.createRecursionTable(ExtendedConnection connection, String[] selectAttributes, String[] rootAttributes, String tableName, String startCondition, ParentToChildConnection[] parentToChildConnections) LikeDBAccessProvider.createRecursionTable(ExtendedConnection, String[], String, String, ParentToChildConnection[], int)but without a maximum depth.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.ExtendedConnection.createRecursionTable(String[] selectAttributes, String[] rootAttributes, String tableName, String startCondition, ParentToChildConnection[] parentToChildConnections) LikeExtendedConnection.createRecursionTable(String[], String, String, ParentToChildConnection[], int)but without a maximum depth.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.