MCPcopy
hub / github.com/mathaou/termdbms / GetPlaceholderForDatabaseType

Method GetPlaceholderForDatabaseType

database/sqlite.go:68–70  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

66}
67
68func (db SQLite) GetPlaceholderForDatabaseType() string {
69 return "?"
70}
71
72func (db SQLite) GetTableNamesQuery() string {
73 val := "SELECT name FROM "

Callers 1

GenerateQueryMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected