| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore.txn.jdbc | |
| org.apache.hadoop.hive.metastore.txn.jdbc.commands | |
| org.apache.hadoop.hive.metastore.txn.jdbc.queries |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ParameterizedCommand
Represents a parameterized command (for exmaple an UPDATE statement) as a Spring
NamedParameterJdbcTemplate
style parameterized query string (for example: UPDATE TBL SET COL1 = :value WHERE ID = :id), its parameters, and a result
policy. |
interface |
QueryHandler<Result>
A simple combination of the
ParameterizedQuery and a ResultSetExtractor. |
| Modifier and Type | Class and Description |
|---|---|
class |
InClauseBatchCommand<T>
Represents a query with an IN() clause.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DeleteInvalidOpenTxnsCommand |
class |
DeleteReplTxnMapEntryCommand |
class |
InsertCompactionInfoCommand |
class |
InsertCompactionRequestCommand |
class |
RemoveCompactionMetricsDataCommand |
class |
RemoveDuplicateCompleteTxnComponentsCommand |
class |
RemoveTxnsFromMinHistoryLevelCommand |
class |
RemoveWriteIdsFromMinHistoryCommand |
Copyright © 2024 The Apache Software Foundation. All rights reserved.