MCPcopy
hub / github.com/sqldef/sqldef / DDL

Interface DDL

schema/ast.go:105–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105type DDL interface {
106 Statement() string
107}
108
109type CreateTable struct {
110 statement string

Callers 1

SortTablesByDependenciesFunction · 0.70

Implementers 15

CreateTableschema/ast.go
CreateIndexschema/ast.go
AddIndexschema/ast.go
AddPrimaryKeyschema/ast.go
AddForeignKeyschema/ast.go
AddExclusionschema/ast.go
AddPolicyschema/ast.go
SetRowLevelSecurityschema/ast.go
GrantPrivilegeschema/ast.go
RevokePrivilegeschema/ast.go
CreatePartitionOfschema/ast.go
Viewschema/ast.go

Calls

no outgoing calls

Tested by

no test coverage detected