MCPcopy
hub / github.com/dropbox/godropbox / String

Method String

database/sqlbuilder/statement.go:13–13  ·  view source on GitHub ↗

String returns generated SQL as string.

(database string)

Source from the content-addressed store, hash-verified

11type Statement interface {
12 // String returns generated SQL as string.
13 String(database string) (sql string, err error)
14}
15
16type SelectStatement interface {

Callers 15

TestInternMethod · 0.65
TestBasicStreamHexMethod · 0.65
AfterMethod · 0.65
TestGetMethod · 0.65
TestGetNotFoundMethod · 0.65
TestGetDupKeysMethod · 0.65
TestGetBadKeyMethod · 0.65
TestGetErrorMidStreamMethod · 0.65
TestSetMethod · 0.65
TestSetBadKeyMethod · 0.65
TestSetBadValueMethod · 0.65
TestStoreNotFoundMethod · 0.65

Implementers 15

unionStatementImpldatabase/sqlbuilder/statement.go
selectStatementImpldatabase/sqlbuilder/statement.go
insertStatementImpldatabase/sqlbuilder/statement.go
updateStatementImpldatabase/sqlbuilder/statement.go
deleteStatementImpldatabase/sqlbuilder/statement.go
lockStatementImpldatabase/sqlbuilder/statement.go
unlockStatementImpldatabase/sqlbuilder/statement.go
gtidNextStatementImpldatabase/sqlbuilder/statement.go
Valuedatabase/sqltypes/sqltypes.go
ErrorCodeproto/mysql/error_code.pb.go
LogEventTypeproto/mysql/binlog.pb.go
RowsEventVersionproto/mysql/binlog.pb.go

Calls

no outgoing calls

Tested by 15

TestInternMethod · 0.52
TestBasicStreamHexMethod · 0.52
TestGetMethod · 0.52
TestGetNotFoundMethod · 0.52
TestGetDupKeysMethod · 0.52
TestGetBadKeyMethod · 0.52
TestGetErrorMidStreamMethod · 0.52
TestSetMethod · 0.52
TestSetBadKeyMethod · 0.52
TestSetBadValueMethod · 0.52
TestStoreNotFoundMethod · 0.52
TestStoreItemNotStoreMethod · 0.52