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 not stored for this graph (policy: none)