MCPcopy Create free account
hub / github.com/apache/devlake / Dialect

Method Dialect

backend/core/dal/dal.go:177–177  ·  view source on GitHub ↗

Dialect returns the dialect of current database

()

Source from the content-addressed store, hash-verified

175 DropIndex(table string, columnNames ...string) errors.Error
176 // Dialect returns the dialect of current database
177 Dialect() string
178 // Session creates a new manual session for special scenarios
179 Session(config SessionConfig) Dal
180 // Begin create a new transaction

Callers 7

ExecuteMethod · 0.65
batchRenameColumnsFunction · 0.65
UpMethod · 0.65
LockTablesMethod · 0.65
UnlockTablesMethod · 0.65

Implementers 1

Dalgormbackend/impls/dalgorm/dalgorm.go

Calls

no outgoing calls

Tested by

no test coverage detected