Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/box/Anemometer
/ types & classes
Types & classes
14 in github.com/box/Anemometer
⨍
Functions
765
◇
Types & classes
14
↓ 3 callers
Class
DatabaseException
Exception class for database errors
docker/docker-entrypoint.py:8
Class
Anemometer
* class Anemometer * * This is the controller class for the Box Anemometer web application. * * It is designed to closely resemble Codeigniter, so
lib/Anemometer.php:21
Class
AnemometerModel
* class AnemometerModel * * handle getting values from the conf file such as datasources * and selecting and updating queries from the query_review
lib/AnemometerModel.php:16
Class
Loader
* class to mimic codigniter's syntax for loading views from the controller * * @author Gavin Towey <gavin@box.com> * @created 2012-01-01 * @licens
lib/Loader.php:9
Class
MySQLTableReport
* class MySQLTableReport * Generic reporting class. Given a configuration file, that describes the tables * and fields to be searched, and informat
lib/MySQLTableReport.php:96
Class
QueryExplain
lib/QueryExplain.php:48
Class
QueryRewrite
lib/QueryRewrite.php:3
Class
QueryTableParser
* class QueryTableParser * * Very rough class to extract table names from a SQL query. * * This class simply looks for specific tokens like FROM,
lib/QueryTableParser.php:22
Class
TestHelpers
test/HelpersTest.php:6
Class
TestQueryExplain
test/QueryExplainTest.php:90
Class
TestQueryRewrite
test/QueryRewriteTest.php:4
Class
TestQueryTableParser
test/QueryTableParserTest.php:5
Class
queryResult
test/QueryExplainTest.php:12
Class
testMysqli
test/QueryExplainTest.php:29