JavaTest
Java
code posted
created at 27 Mar 10:49
Edit
|
Back
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17  | 
  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"); } }  | 
531 Bytes in 1 ms with coderay


