| Package | Description |
|---|---|
| gudusoft.gsqlparser.nodes |
Provides the classes represents various SQL query parse tree node.
|
| Class and Description |
|---|
| TAlterOutlineSqlStatement
OceanBase
ALTER OUTLINE statement (Phase 4 Batch 8). |
| TAlterResourcePoolSqlStatement
OceanBase
ALTER RESOURCE POOL statement (Phase 4 Batch 2). |
| TAlterResourceUnitSqlStatement
OceanBase
ALTER RESOURCE UNIT statement (Phase 4 Batch 2). |
| TAlterSystemSqlStatement
OceanBase
ALTER SYSTEM statement (Phase 4 Batch 3 + 10). |
| TAlterTablegroupSqlStatement
OceanBase
ALTER TABLEGROUP statement (Phase 4 Batch 6). |
| TAlterTenantSqlStatement
OceanBase
ALTER TENANT statement (Phase 4 Batch 1). |
| TCreateDblinkSqlStatement
OceanBase
CREATE DBLINK statement (US-005 Round 3). |
| TCreateOutlineSqlStatement
OceanBase
CREATE OUTLINE statement (Phase 4 Batch 8). |
| TCreateResourcePoolSqlStatement
OceanBase
CREATE RESOURCE POOL statement (Phase 4 Batch 2). |
| TCreateResourceUnitSqlStatement
OceanBase
CREATE RESOURCE UNIT statement (Phase 4 Batch 2). |
| TCreateRestorePointSqlStatement |
| TCreateTablegroupSqlStatement
OceanBase
CREATE TABLEGROUP statement (Phase 4 Batch 6). |
| TCreateTenantSqlStatement
OceanBase
CREATE TENANT statement (Phase 4 Batch 1). |
| TDropDblinkSqlStatement
OceanBase
DROP DBLINK statement (US-005 Round 3). |
| TDropOutlineSqlStatement
OceanBase
DROP OUTLINE statement (Phase 4 Batch 8). |
| TDropResourcePoolSqlStatement
OceanBase
DROP RESOURCE POOL statement (Phase 4 Batch 2). |
| TDropResourceUnitSqlStatement
OceanBase
DROP RESOURCE UNIT statement (Phase 4 Batch 2). |
| TDropRestorePointSqlStatement |
| TDropTablegroupSqlStatement
OceanBase
DROP TABLEGROUP statement (Phase 4 Batch 6). |
| TDropTenantSqlStatement
OceanBase
DROP TENANT statement (Phase 4 Batch 1). |
| TFlashbackSqlStatement
OceanBase
FLASHBACK TABLE/DATABASE statement. |
| TPurgeSqlStatement
OceanBase
PURGE statement. |
| TShowTenantSqlStatement
OceanBase system-tenant
SHOW statement covering the OB-only
variants that are not understood by the inherited MySQL grammar:
SHOW TENANT [LIKE 'pattern'], SHOW CREATE TENANT name,
and SHOW RESOURCE POOL. |
| TXaSqlStatement
OceanBase MySQL-mode
XA transaction statement
(XA START/END/PREPARE/COMMIT/ROLLBACK/RECOVER). |