Class | Description | |
---|---|---|
![]() | AbstractDataSourceMetaDataHelper | This represents a node in the datasource. Every time a forEach loop is entered one of these nodes must be created and is pushed on to the stack of forEach nodes.When a forEach is exited, the node is pop'ed off the stack. The base node is the DataSourceProvider.getRootNode(). |
Interface | Description | |
---|---|---|
![]() | IDataSourceDotNetQueryHelper | |
![]() | IDataSourceDotNetResultSet | A result set from a query. This extends the Java interface with calls needed for AutoTag. |