Documentation ¶ Index ¶ type Validator Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Validator ¶ type Validator interface { // SupportsDatatype takes a datatype and returns true if the underlying DBMS supports the datatype SupportsDatatype(datatype datatype.Datatype) bool } Validator provides an interface for DBMS-specific validations Source Files ¶ View all Source files dialect.go Click to show internal directories. Click to hide internal directories.