Protocols
The following protocols are available globally.
-
Undocumented
See moreDeclaration
Swift
public protocol Connection : AnyObject -
Undocumented
See moreDeclaration
Swift
public protocol Entity : AnyObject, Decodable, Encodable, Hashable -
Undocumented
Declaration
Swift
public protocol SoftDeletableEntity : Entity, SoftDeletable -
Undocumented
Declaration
Swift
public protocol TimestampableEntity : Entity, Timestampable -
Undocumented
Declaration
Swift
public protocol SoftDeletableTimestampableEntity : SoftDeletableEntity, TimestampableEntity -
Undocumented
See moreDeclaration
Swift
public protocol SoftDeletable -
Undocumented
See moreDeclaration
Swift
public protocol Timestampable -
Undocumented
See moreDeclaration
Swift
public protocol EntityManager : AnyObject -
Undocumented
See moreDeclaration
Swift
public protocol Expression : CustomStringConvertible, Equatable -
Undocumented
See moreDeclaration
Swift
public protocol AnyFieldMapping : Hashable -
Undocumented
See moreDeclaration
Swift
public protocol AssociationMapping : AnyFieldMapping -
Undocumented
See moreDeclaration
Swift
public protocol EntityMapping -
Undocumented
See moreDeclaration
Swift
public protocol NamingStrategy -
Undocumented
Declaration
Swift
public protocol Query : Expression -
Undocumented
See moreDeclaration
Swift
public protocol QueryBuilder : AnyObject -
Undocumented
See moreDeclaration
Swift
public protocol SQLQueryBuilder : QueryBuilder -
Undocumented
See moreDeclaration
Swift
public protocol EntityRepository -
Undocumented
See moreDeclaration
Swift
public protocol SQLConstraint
View on GitHub
Install in Dash
Protocols Reference