@Internal public interface UseOperation extends Operation, ExecutableOperation
Operation
that describes the catalog/database switch statements, e.g. USE CATALOG or
USE [catalogName.]dataBaseName.
Different sub operations can represent their special meanings. For example, a use catalog operation means switching current catalog to another, while use database operation means switching current database.
ExecutableOperation.Context
execute
asSummaryString
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.