.. java:import:: java.sql CallableStatement .. java:import:: java.sql Connection .. java:import:: java.sql PreparedStatement .. java:import:: java.sql ResultSet .. java:import:: java.sql SQLException .. java:import:: org.apache.shiro.subject Subject .. java:import:: org.caosdb.server.database.access Access .. java:import:: org.caosdb.server.query Query.QueryException .. java:import:: org.jdom2 Element Conjunction =========== .. java:package:: org.caosdb.server.query :noindex: .. java:type:: public class Conjunction extends EntityFilterContainer implements QueryInterface, EntityFilterInterface Methods ------- addBenchmark ^^^^^^^^^^^^ .. java:method:: @Override public void addBenchmark(String str, long time) :outertype: Conjunction apply ^^^^^ .. java:method:: @Override public void apply(QueryInterface query) throws QueryException :outertype: Conjunction getAccess ^^^^^^^^^ .. java:method:: @Override public Access getAccess() :outertype: Conjunction getCacheKey ^^^^^^^^^^^ .. java:method:: @Override public String getCacheKey() :outertype: Conjunction getConnection ^^^^^^^^^^^^^ .. java:method:: @Override public Connection getConnection() :outertype: Conjunction getQuery ^^^^^^^^ .. java:method:: @Override public Query getQuery() :outertype: Conjunction getSourceSet ^^^^^^^^^^^^ .. java:method:: @Override public String getSourceSet() :outertype: Conjunction getTargetSet ^^^^^^^^^^^^ .. java:method:: @Override public String getTargetSet() :outertype: Conjunction getTargetSetCount ^^^^^^^^^^^^^^^^^ .. java:method:: @Override public int getTargetSetCount() :outertype: Conjunction getUser ^^^^^^^ .. java:method:: @Override public Subject getUser() :outertype: Conjunction isVersioned ^^^^^^^^^^^ .. java:method:: @Override public boolean isVersioned() :outertype: Conjunction toElement ^^^^^^^^^ .. java:method:: @Override public Element toElement() :outertype: Conjunction