MCPcopy Index your code
hub / github.com/bytebase/bytebase / execCompletionDDL

Function execCompletionDDL

backend/plugin/parser/redshift/completion.go:155–158  ·  view source on GitHub ↗
(cat *redshiftcatalog.Catalog, sql string)

Source from the content-addressed store, hash-verified

153}
154
155func execCompletionDDL(cat *redshiftcatalog.Catalog, sql string) bool {
156 _, err := cat.Exec(sql, nil)
157 return err == nil
158}
159
160func createTableDDL(schemaName, tableName string, columns []*storepb.ColumnMetadata) string {
161 return fmt.Sprintf(

Callers 1

buildCompletionCatalogFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected