MCPcopy
hub / github.com/sqldef/sqldef / Statement

Method Statement

schema/ast.go:106–106  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 4

RunFunction · 0.65
splitDDLsFunction · 0.65
generateDDLsMethod · 0.65
aggregateDDLsToSchemaFunction · 0.65

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