MCPcopy
hub / github.com/go-gorm/gorm / Raw

Method Raw

generics.go:39–39  ·  view source on GitHub ↗
(sql string, values ...interface{})

Source from the content-addressed store, hash-verified

37
38type Interface[T any] interface {
39 Raw(sql string, values ...interface{}) ExecInterface[T]
40 Exec(ctx context.Context, sql string, values ...interface{}) error
41 CreateInterface[T]
42}

Callers 15

ExecMethod · 0.65
RawMethod · 0.65
RegisterDefaultCallbacksFunction · 0.65
GetTablesMethod · 0.65
HasTableMethod · 0.65
HasColumnMethod · 0.65
HasConstraintMethod · 0.65
HasIndexMethod · 0.65
CurrentDatabaseMethod · 0.65
TestNamedArgFunction · 0.65
TestChainableAPIFunction · 0.65
TestScanFunction · 0.65

Calls

no outgoing calls

Tested by 15

TestNamedArgFunction · 0.52
TestChainableAPIFunction · 0.52
TestScanFunction · 0.52
TestScanToEmbeddedFunction · 0.52
TestGenericsRowFunction · 0.52
TestWithSingleConnectionFunction · 0.52
mysqlVersionAtLeastFunction · 0.52
TestSubQueryWithRawFunction · 0.52
TestRawFunction · 0.52
TestQueryRawFunction · 0.52
TestToSQLFunction · 0.52