.. java:import:: java.sql Connection .. java:import:: org.apache.shiro.subject Subject .. java:import:: org.caosdb.server.database.access Access QueryInterface ============== .. java:package:: org.caosdb.server.query :noindex: .. java:type:: public interface QueryInterface Methods ------- addBenchmark ^^^^^^^^^^^^ .. java:method:: public void addBenchmark(String str, long time) :outertype: QueryInterface getAccess ^^^^^^^^^ .. java:method:: public Access getAccess() :outertype: QueryInterface getConnection ^^^^^^^^^^^^^ .. java:method:: public Connection getConnection() :outertype: QueryInterface getQuery ^^^^^^^^ .. java:method:: public Query getQuery() :outertype: QueryInterface getSourceSet ^^^^^^^^^^^^ .. java:method:: public String getSourceSet() :outertype: QueryInterface getTargetSet ^^^^^^^^^^^^ .. java:method:: public String getTargetSet() :outertype: QueryInterface getTargetSetCount ^^^^^^^^^^^^^^^^^ .. java:method:: public int getTargetSetCount() :outertype: QueryInterface getUser ^^^^^^^ .. java:method:: public Subject getUser() :outertype: QueryInterface isVersioned ^^^^^^^^^^^ .. java:method:: public boolean isVersioned() :outertype: QueryInterface