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

Method HandleFieldList

IceFireDB-SQLProxy/internal/mysql/handle.go:45–47  ·  view source on GitHub ↗
(c *server.Conn, table string, fieldWildcard string)

Source from the content-addressed store, hash-verified

43}
44
45func (h *Handle) HandleFieldList(c *server.Conn, table string, fieldWildcard string) ([]*mysql.Field, error) {
46 return h.conn.FieldList(table, fieldWildcard)
47}
48
49func (h *Handle) HandleStmtPrepare(c *server.Conn, query string) (int, int, any, error) {
50 stmt, err := h.conn.Prepare(query)

Callers

nothing calls this directly

Calls 1

FieldListMethod · 0.45

Tested by

no test coverage detected