MCPcopy Create free account
hub / github.com/corestoreio/pkg / GetEavValueTables

Function GetEavValueTables

_codegen/database.go:119–164  ·  view source on GitHub ↗

GetTables returns all tables from a database. AndWhere can be optionally applied. Only first index (0) will be added. func GetTables(dbrSess dbr.SessionRunner, sql ...string) ([]string, error) { qry := "SHOW TABLES" if len(sql) > 0 && sql[0] != "" { if false == dbr.Stmt.IsSelect(sql[0]) { qr

(dbrConn *dbr.ConnPool, entityTypeCodes []string)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

TestGetEavValueTablesFunction · 0.85

Calls 4

FromMethod · 0.80
containsMethod · 0.80
WhereMethod · 0.45
SelectMethod · 0.45

Tested by 1

TestGetEavValueTablesFunction · 0.68