Uses of Class
io.trino.hive.thrift.metastore.ThriftHiveMetastore.create_table_with_constraints_result
-
Uses of ThriftHiveMetastore.create_table_with_constraints_result in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return ThriftHiveMetastore.create_table_with_constraints_resultModifier and TypeMethodDescriptionThriftHiveMetastore.create_table_with_constraints_result.deepCopy()ThriftHiveMetastore.Processor.create_table_with_constraints.getResult(I iface, ThriftHiveMetastore.create_table_with_constraints_args args) ThriftHiveMetastore.create_table_with_constraints_result.setO1(AlreadyExistsException o1) ThriftHiveMetastore.create_table_with_constraints_result.setO2(InvalidObjectException o2) ThriftHiveMetastore.create_table_with_constraints_result.setO3(MetaException o3) ThriftHiveMetastore.create_table_with_constraints_result.setO4(NoSuchObjectException o4) Methods in io.trino.hive.thrift.metastore with parameters of type ThriftHiveMetastore.create_table_with_constraints_resultModifier and TypeMethodDescriptionintThriftHiveMetastore.create_table_with_constraints_result.compareTo(ThriftHiveMetastore.create_table_with_constraints_result other) booleanThriftHiveMetastore.create_table_with_constraints_result.equals(ThriftHiveMetastore.create_table_with_constraints_result that) Constructors in io.trino.hive.thrift.metastore with parameters of type ThriftHiveMetastore.create_table_with_constraints_resultModifierConstructorDescriptioncreate_table_with_constraints_result(ThriftHiveMetastore.create_table_with_constraints_result other) Performs a deep copy on other.