| Class | Description |
|---|---|
| DataRow |
A row of data in the table results of a Select query.
|
| DbCleaner |
Class used to clean/reset the state of the current database
|
| DbInfoExtractor | |
| DbSpecification | |
| QueryResult |
The results of a SQL Select query, in a easy to parse/manipulate data structure
compared to java.sql.ResultSet.
|
| QueryResultSet |
Represents a collection of query results mapped to table names,
with support for only base (physical) tables.
|
| SchemasToSkip |
Based on the database, there are internal schemas that we don't need to analyze
|
| SqlScriptRunner |
Class used to execute SQL commands from a script file
|
| SqlScriptRunnerCached |
Created by arcuri82 on 25-Oct-19.
|
| VariableDescriptor |
A descriptor representing a column in a SQL table.
|
| Enum | Description |
|---|---|
| SqlDataType |
Enumeration representing various SQL data types.
|
| Exception | Description |
|---|---|
| DbUnsupportedException |
Copyright © 2016–2025. All rights reserved.