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

Method String

catalog/table.go:182–184  ·  view source on GitHub ↗

String implements sql.Table.

()

Source from the content-addressed store, hash-verified

180
181// String implements sql.Table.
182func (t *Table) String() string {
183 return t.name
184}
185
186// PrimaryKeySchema implements sql.PrimaryKeyTable.
187func (t *Table) PrimaryKeySchema() sql.PrimaryKeySchema {

Callers 15

translateMethod · 0.45
NormalizeStringsFunction · 0.45
DenormalizeStringsFunction · 0.45
AppendMethod · 0.45
buildInsertTemplateFunction · 0.45
buildDeleteTemplateFunction · 0.45
buildUpdateTemplateFunction · 0.45
UploadFileMethod · 0.45
DownloadFileMethod · 0.45
prepareQueryForGetTablesFunction · 0.45
DoGetPrimaryKeysMethod · 0.45
NextMethod · 0.45

Calls

no outgoing calls