MCPcopy Create free account
hub / github.com/Shopify/ghostferry / SQLValue

Method SQLValue

pagination_key.go:19–19  ·  view source on GitHub ↗

SQLValue returns the value to use in SQL WHERE clauses (e.g., WHERE id > ?).

()

Source from the content-addressed store, hash-verified

17type PaginationKey interface {
18 // SQLValue returns the value to use in SQL WHERE clauses (e.g., WHERE id > ?).
19 SQLValue() interface{}
20 // ColumnName returns the column name this key belongs to, if known.
21 ColumnName() string
22 // Compare returns -1, 0, or 1 if this key is less than, equal to, or greater than other.

Implementers 2

Uint64Keypagination_key.go
BinaryKeypagination_key.go

Calls

no outgoing calls