MCPcopy Create free account
hub / github.com/apecloud/myduckserver / FullTableName

Function FullTableName

catalog/identifier.go:22–24  ·  view source on GitHub ↗
(catalog, schema, table string)

Source from the content-addressed store, hash-verified

20}
21
22func FullTableName(catalog, schema, table string) string {
23 return FullSchemaName(catalog, schema) + `."` + table + `"`
24}
25
26func FullIndexName(catalog, schema, index string) string {
27 return FullTableName(catalog, schema, index)

Callers 13

createAllTableMethod · 0.85
DropTableMethod · 0.85
RenameTableMethod · 0.85
CopyTableDataMethod · 0.85
AddColumnMethod · 0.85
DropColumnMethod · 0.85
ModifyColumnMethod · 0.85
TruncateMethod · 0.85
CreateIndexMethod · 0.85
setAutoIncrementValueMethod · 0.85
updateExtraTableInfoMethod · 0.85
FullIndexNameFunction · 0.85

Calls 1

FullSchemaNameFunction · 0.85

Tested by

no test coverage detected