MCPcopy
hub / github.com/aarondl/sqlboiler / Close

Method Close

drivers/sqlboiler-sqlite3/driver/sqlite3.go:128–130  ·  view source on GitHub ↗

Close closes the database connection

()

Source from the content-addressed store, hash-verified

126
127// Close closes the database connection
128func (s SQLiteDriver) Close() {
129 s.dbConn.Close()
130}
131
132// TableNames connects to the sqlite database and
133// retrieves all table names from sqlite_master

Callers 15

AssembleMethod · 0.45
TableNamesMethod · 0.45
ViewNamesMethod · 0.45
ColumnsMethod · 0.45
PrimaryKeyInfoMethod · 0.45
AssembleMethod · 0.45
TableNamesMethod · 0.45
ViewNamesMethod · 0.45
loadUniqueColumnsMethod · 0.45
ColumnsMethod · 0.45
PrimaryKeyInfoMethod · 0.45
AssembleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected