Protocol
DatabaseOutput
protocol DatabaseOutput : CustomStringConvertible, Sendable
Topics
Instance Methods
func cascading(to: any DatabaseOutput) -> any DatabaseOutputfunc contains(FieldKey) -> Boolfunc decode<T>(FieldKey) throws -> Tfunc decode<T>(FieldKey, as: T.Type) throws -> Tfunc decodeNil(FieldKey) throws -> Boolfunc prefixed(by: FieldKey) -> any DatabaseOutputfunc prefixed(by: FieldKey, using: KeyPrefixingStrategy) -> any DatabaseOutputfunc qualifiedSchema(space: String?, String) -> any DatabaseOutputfunc schema(String) -> any DatabaseOutput
Relationships
Inherits From
Swift.CustomStringConvertibleSwift.SendableSwift.SendableMetatype