MCPcopy Index your code
hub / github.com/foxcpp/maddy / SQLTable

Struct SQLTable

internal/table/sql_table.go:32–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30)
31
32type SQLTable struct {
33 modName string
34 instName string
35
36 wrapped *SQL
37}
38
39func NewSQLTable(_ *container.C, modName, instName string) (module.Module, error) {
40 return &SQLTable{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected