Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/writefreely/writefreely
/ ToSQL
Method
ToSQL
db/create.go:31–31 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
29
30
type
SQLBuilder
interface
{
31
ToSQL() (string, error)
32
}
33
34
type
Column
struct
{
Callers
6
oauthInvites
Function · 0.65
oauthAttach
Function · 0.65
oauth
Function · 0.65
oauthSlack
Function · 0.65
TestCreateTableSqlBuilder_ToSQL
Function · 0.65
TestAlterTableSqlBuilder_ToSQL
Function · 0.65
Implementers
5
CreateIndexSqlBuilder
db/index.go
DropIndexSqlBuilder
db/index.go
AlterTableSqlBuilder
db/alter.go
RawSqlBuilder
db/raw.go
CreateTableSqlBuilder
db/create.go
Calls
no outgoing calls
Tested by
2
TestCreateTableSqlBuilder_ToSQL
Function · 0.52
TestAlterTableSqlBuilder_ToSQL
Function · 0.52