Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.
99
type
Session
interface
{
100
SQL() db.SQL
101
102
// PrimaryKeys returns all primary keys on the table.
103
PrimaryKeys(tableName string) ([]string, error)
Callers
15
SQL
Method · 0.65
SQL
Method · 0.65
SQL
Method · 0.65
builder.go
File · 0.65
SQL
Method · 0.65
Iterator
Method · 0.65
IteratorContext
Method · 0.65
buildWithCursor
Method · 0.65
SQL
Method · 0.65
TestBatchInsert
Method · 0.65
TestBatchInsertNoColumns
Method · 0.65
TestBatchInsertReturningKeys
Method · 0.65
Implementers
1
sessionWithContext
internal/sqladapter/session.go
Calls
no outgoing calls
Tested by
15
Test_Issue469_BadConnection
Method · 0.52
testPostgreSQLTypes
Function · 0.52
Test_Issue340_MaxOpenConns
Method · 0.52
TestEscapeQuestionMark
Method · 0.52
Test_Issue210
Method · 0.52
TestPreparedStatements
Method · 0.52
TestNonTrivialSubqueries
Method · 0.52
Test_Issue601_ErrorCarrying
Method · 0.52
TestIssue469_BadConnection
Method · 0.52
TestMySQLTypes
Method · 0.52
getStats
Function · 0.52
SkipTest_Issue469_BadConnection
Method · 0.52