Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
105
type
DDL
interface
{
106
Statement() string
107
}
108
109
type
CreateTable
struct
{
Callers
4
Run
Function · 0.65
splitDDLs
Function · 0.65
generateDDLs
Method · 0.65
aggregateDDLsToSchema
Function · 0.65
Implementers
15
CreateTable
schema/ast.go
CreateIndex
schema/ast.go
AddIndex
schema/ast.go
AddPrimaryKey
schema/ast.go
AddForeignKey
schema/ast.go
AddExclusion
schema/ast.go
AddPolicy
schema/ast.go
SetRowLevelSecurity
schema/ast.go
GrantPrivilege
schema/ast.go
RevokePrivilege
schema/ast.go
CreatePartitionOf
schema/ast.go
View
schema/ast.go
Calls
no outgoing calls
Tested by
no test coverage detected