MCPcopy Create free account
hub / github.com/IceFireDB/IceFireDB / HandleFieldList

Method HandleFieldList

IceFireDB-SQLite/pkg/mysql/server/command.go:22–22  ·  view source on GitHub ↗

handle COM_FILED_LIST command

(conn *Conn, table string, fieldWildcard string)

Source from the content-addressed store, hash-verified

20 HandleQuery(conn *Conn, query string) (*Result, error)
21 // handle COM_FILED_LIST command
22 HandleFieldList(conn *Conn, table string, fieldWildcard string) ([]*Field, error)
23 // handle COM_STMT_PREPARE, params is the param number for this statement, columns is the column number
24 // context will be used later for statement execute
25 HandleStmtPrepare(conn *Conn, query string) (params int, columns int, context any, err error)

Callers 2

dispatchMethod · 0.65
dispatchMethod · 0.65

Implementers 2

HandleIceFireDB-SQLProxy/internal/mysql/hand
mysqlProxyIceFireDB-SQLite/internal/mysql/proxy.

Calls

no outgoing calls

Tested by

no test coverage detected