Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
68
func
(db SQLite) GetPlaceholderForDatabaseType() string {
69
return
"?"
70
}
71
72
func
(db SQLite) GetTableNamesQuery() string {
73
val :=
"SELECT name FROM "
Callers
1
GenerateQuery
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected