| Interface | Description |
|---|---|
| RdbmsOperation |
RDBMS operation main goal is to execute SQL code using provided query executor.
|
| Class | Description |
|---|---|
| RdbmsMetadata |
Implementation of
Metadata interface. |
| RdbmsModify<T> |
Implementation of
Modify interface based on AbstractModify parent class. |
| RdbmsOperation.Delete |
Executes delete operation steps for the given table.
|
| RdbmsOperation.Overwrite |
Executes overwrite operation steps for the given table.
|
| RdbmsRead<T> |
Implementation of
Read interface based on AbstractRead parent class. |
Copyright © 2021 The Apache Software Foundation. All rights reserved.