MCPcopy Index your code
hub / github.com/upper/db / SQL

Method SQL

internal/sqladapter/session.go:100–100  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

98// Session satisfies db.Session.
99type Session interface {
100 SQL() db.SQL
101
102 // PrimaryKeys returns all primary keys on the table.
103 PrimaryKeys(tableName string) ([]string, error)

Callers 15

SQLMethod · 0.65
SQLMethod · 0.65
SQLMethod · 0.65
builder.goFile · 0.65
SQLMethod · 0.65
IteratorMethod · 0.65
IteratorContextMethod · 0.65
buildWithCursorMethod · 0.65
SQLMethod · 0.65
TestBatchInsertMethod · 0.65

Implementers 1

sessionWithContextinternal/sqladapter/session.go

Calls

no outgoing calls

Tested by 15

testPostgreSQLTypesFunction · 0.52
Test_Issue210Method · 0.52
TestMySQLTypesMethod · 0.52
getStatsFunction · 0.52