QueryExecutionContext
public struct QueryExecutionContext : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the data catalog used in the query execution.
Declaration
Swift
public let catalog: String?
-
The name of the database used in the query execution.
Declaration
Swift
public let database: String?
-
Undocumented
Declaration
Swift
public init(catalog: String? = nil, database: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws