| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore | |
| org.apache.hadoop.hive.metastore.api |
| Modifier and Type | Method and Description |
|---|---|
List<SQLForeignKey> |
HiveMetaStoreClient.getForeignKeys(ForeignKeysRequest req) |
List<SQLForeignKey> |
IMetaStoreClient.getForeignKeys(ForeignKeysRequest request)
Get a foreign key for a table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HiveMetaStoreClient.addForeignKey(List<SQLForeignKey> foreignKeyCols) |
void |
IMetaStoreClient.addForeignKey(List<SQLForeignKey> foreignKeyCols)
Add a foreign key
|
void |
AbstractThriftHiveMetastore.create_table_with_constraints(Table tbl,
List<SQLPrimaryKey> primaryKeys,
List<SQLForeignKey> foreignKeys,
List<SQLUniqueConstraint> uniqueConstraints,
List<SQLNotNullConstraint> notNullConstraints,
List<SQLDefaultConstraint> defaultConstraints,
List<SQLCheckConstraint> checkConstraints) |
void |
HiveMetaStoreClient.createTableWithConstraints(Table tbl,
List<SQLPrimaryKey> primaryKeys,
List<SQLForeignKey> foreignKeys,
List<SQLUniqueConstraint> uniqueConstraints,
List<SQLNotNullConstraint> notNullConstraints,
List<SQLDefaultConstraint> defaultConstraints,
List<SQLCheckConstraint> checkConstraints) |
void |
IMetaStoreClient.createTableWithConstraints(Table tTbl,
List<SQLPrimaryKey> primaryKeys,
List<SQLForeignKey> foreignKeys,
List<SQLUniqueConstraint> uniqueConstraints,
List<SQLNotNullConstraint> notNullConstraints,
List<SQLDefaultConstraint> defaultConstraints,
List<SQLCheckConstraint> checkConstraints) |
| Modifier and Type | Method and Description |
|---|---|
SQLForeignKey |
SQLForeignKey.deepCopy() |
| Modifier and Type | Method and Description |
|---|---|
List<SQLForeignKey> |
AddForeignKeyRequest.getForeignKeyCols() |
Iterator<SQLForeignKey> |
AddForeignKeyRequest.getForeignKeyColsIterator() |
List<SQLForeignKey> |
CreateTableRequest.getForeignKeys() |
List<SQLForeignKey> |
ThriftHiveMetastore.create_table_with_constraints_args.getForeignKeys() |
List<SQLForeignKey> |
ForeignKeysResponse.getForeignKeys() |
List<SQLForeignKey> |
SQLAllTableConstraints.getForeignKeys() |
Iterator<SQLForeignKey> |
CreateTableRequest.getForeignKeysIterator() |
Iterator<SQLForeignKey> |
ThriftHiveMetastore.create_table_with_constraints_args.getForeignKeysIterator() |
Iterator<SQLForeignKey> |
ForeignKeysResponse.getForeignKeysIterator() |
Iterator<SQLForeignKey> |
SQLAllTableConstraints.getForeignKeysIterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
AddForeignKeyRequest.addToForeignKeyCols(SQLForeignKey elem) |
void |
CreateTableRequest.addToForeignKeys(SQLForeignKey elem) |
void |
ThriftHiveMetastore.create_table_with_constraints_args.addToForeignKeys(SQLForeignKey elem) |
void |
ForeignKeysResponse.addToForeignKeys(SQLForeignKey elem) |
void |
SQLAllTableConstraints.addToForeignKeys(SQLForeignKey elem) |
int |
SQLForeignKey.compareTo(SQLForeignKey other) |
boolean |
SQLForeignKey.equals(SQLForeignKey that) |
| Modifier and Type | Method and Description |
|---|---|
void |
ThriftHiveMetastore.Iface.create_table_with_constraints(Table tbl,
List<SQLPrimaryKey> primaryKeys,
List<SQLForeignKey> foreignKeys,
List<SQLUniqueConstraint> uniqueConstraints,
List<SQLNotNullConstraint> notNullConstraints,
List<SQLDefaultConstraint> defaultConstraints,
List<SQLCheckConstraint> checkConstraints) |
void |
ThriftHiveMetastore.Client.create_table_with_constraints(Table tbl,
List<SQLPrimaryKey> primaryKeys,
List<SQLForeignKey> foreignKeys,
List<SQLUniqueConstraint> uniqueConstraints,
List<SQLNotNullConstraint> notNullConstraints,
List<SQLDefaultConstraint> defaultConstraints,
List<SQLCheckConstraint> checkConstraints) |
void |
ThriftHiveMetastore.AsyncIface.create_table_with_constraints(Table tbl,
List<SQLPrimaryKey> primaryKeys,
List<SQLForeignKey> foreignKeys,
List<SQLUniqueConstraint> uniqueConstraints,
List<SQLNotNullConstraint> notNullConstraints,
List<SQLDefaultConstraint> defaultConstraints,
List<SQLCheckConstraint> checkConstraints,
org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.create_table_with_constraints(Table tbl,
List<SQLPrimaryKey> primaryKeys,
List<SQLForeignKey> foreignKeys,
List<SQLUniqueConstraint> uniqueConstraints,
List<SQLNotNullConstraint> notNullConstraints,
List<SQLDefaultConstraint> defaultConstraints,
List<SQLCheckConstraint> checkConstraints,
org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) |
void |
ThriftHiveMetastore.Client.send_create_table_with_constraints(Table tbl,
List<SQLPrimaryKey> primaryKeys,
List<SQLForeignKey> foreignKeys,
List<SQLUniqueConstraint> uniqueConstraints,
List<SQLNotNullConstraint> notNullConstraints,
List<SQLDefaultConstraint> defaultConstraints,
List<SQLCheckConstraint> checkConstraints) |
void |
AddForeignKeyRequest.setForeignKeyCols(List<SQLForeignKey> foreignKeyCols) |
void |
CreateTableRequest.setForeignKeys(List<SQLForeignKey> foreignKeys) |
void |
ThriftHiveMetastore.create_table_with_constraints_args.setForeignKeys(List<SQLForeignKey> foreignKeys) |
void |
ForeignKeysResponse.setForeignKeys(List<SQLForeignKey> foreignKeys) |
void |
SQLAllTableConstraints.setForeignKeys(List<SQLForeignKey> foreignKeys) |
| Constructor and Description |
|---|
SQLForeignKey(SQLForeignKey other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
AddForeignKeyRequest(List<SQLForeignKey> foreignKeyCols) |
create_table_with_constraints_args(Table tbl,
List<SQLPrimaryKey> primaryKeys,
List<SQLForeignKey> foreignKeys,
List<SQLUniqueConstraint> uniqueConstraints,
List<SQLNotNullConstraint> notNullConstraints,
List<SQLDefaultConstraint> defaultConstraints,
List<SQLCheckConstraint> checkConstraints) |
create_table_with_constraints_call(Table tbl,
List<SQLPrimaryKey> primaryKeys,
List<SQLForeignKey> foreignKeys,
List<SQLUniqueConstraint> uniqueConstraints,
List<SQLNotNullConstraint> notNullConstraints,
List<SQLDefaultConstraint> defaultConstraints,
List<SQLCheckConstraint> checkConstraints,
org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
ForeignKeysResponse(List<SQLForeignKey> foreignKeys) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.