Title / Description
Code public abstract class DB { private static final Set<String> _obedientCommands = new HashSet<String>(); static { _obedientCommands.add("group"); _obedientCommands.add("aggregate"); _obedientCommands.add("collstats"); _obedientCommands.add("dbstats"); _obedientCommands.add("count"); _obedientCommands.add("distinct"); _obedientCommands.add("geonear"); _obedientCommands.add("geosearch"); _obedientCommands.add("geowalk"); } }
Author
Highlight as C C++ CSS Clojure Delphi ERb Groovy (beta) HAML HTML JSON Java JavaScript PHP Plain text Python Ruby SQL XML YAML diff code