 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
- Variables
- type Error
- func ColumnExists(rel, col string) *Error
- func ColumnNotFound(rel, col string) *Error
- func FunctionNotFound(fun string) *Error
- func FunctionNotUnique(fn string) *Error
- func RelationExists(rel string) *Error
- func RelationNotFound(rel string) *Error
- func SchemaExists(name string) *Error
- func SchemaNotFound(sch string) *Error
- func TypeExists(typ string) *Error
- func TypeNotFound(typ string) *Error
 
Constants ¶
This section is empty.
Variables ¶
      View Source
      
  
    var Exists = errors.New("already exists")
    
      View Source
      
  
    var NotFound = errors.New("does not exist")
    
      View Source
      
  
var NotUnique = errors.New("is not unique")
    Functions ¶
This section is empty.
Types ¶
type Error ¶
func ColumnExists ¶
func ColumnNotFound ¶
func FunctionNotFound ¶
func FunctionNotUnique ¶
func RelationExists ¶
func RelationNotFound ¶
func SchemaExists ¶
func SchemaNotFound ¶
func TypeExists ¶
func TypeNotFound ¶
 Click to show internal directories. 
   Click to hide internal directories.