| Class | Description |
|---|---|
| AbstractStatementTypeDetector |
Abstract class for classes that identify particular statement types.
|
| DeleteStatementTypeDetector |
Utility class to detect a Delete Statement.
|
| InsertStatementTypeDetector |
Utility Class to detect an Insert Statement
|
| MergeStatementTypeDetector |
Utility class to detect Merge Statements.
|
| SelectStatementTypeDetector |
Utility class to detect Select statements.
|
| StatementTypeDetector |
Utility class useful for detecting the Statement Type (QueryType) of SQL String.
|
| StoredProcedureStatementTypeDetector |
Utility class to detect Stored Procedure statements.
|
| TruncateStatementTypeDetector |
Utility class to detect Truncate Statements.
|
| UpdateStatementTypeDetector |
Utility class to detect Update Statements.
|
| WithStatementTypeDetector |
Utility class to detect WITH statements.
|
| Exception | Description |
|---|---|
| UnknownStatementTypeException |
Represents the failure on the attempt of statement type detection
|
Copyright © 2025. All rights reserved.