.. 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 Disjunction =========== .. java:package:: org.caosdb.server.query :noindex: .. java:type:: public class Disjunction extends EntityFilterContainer implements QueryInterface, EntityFilterInterface Methods ------- addBenchmark ^^^^^^^^^^^^ .. java:method:: @Override public void addBenchmark(String str, long time) :outertype: Disjunction apply ^^^^^ .. java:method:: @Override public void apply(QueryInterface query) throws QueryException :outertype: Disjunction getAccess ^^^^^^^^^ .. java:method:: @Override public Access getAccess() :outertype: Disjunction getCacheKey ^^^^^^^^^^^ .. java:method:: @Override public String getCacheKey() :outertype: Disjunction getConnection ^^^^^^^^^^^^^ .. java:method:: @Override public Connection getConnection() :outertype: Disjunction getQuery ^^^^^^^^ .. java:method:: @Override public Query getQuery() :outertype: Disjunction getSourceSet ^^^^^^^^^^^^ .. java:method:: @Override public String getSourceSet() :outertype: Disjunction getTargetSet ^^^^^^^^^^^^ .. java:method:: @Override public String getTargetSet() :outertype: Disjunction getTargetSetCount ^^^^^^^^^^^^^^^^^ .. java:method:: @Override public int getTargetSetCount() :outertype: Disjunction getUser ^^^^^^^ .. java:method:: @Override public Subject getUser() :outertype: Disjunction isVersioned ^^^^^^^^^^^ .. java:method:: @Override public boolean isVersioned() :outertype: Disjunction setTargetSetCount ^^^^^^^^^^^^^^^^^ .. java:method:: public void setTargetSetCount(int resultSetCount) :outertype: Disjunction toElement ^^^^^^^^^ .. java:method:: @Override public Element toElement() :outertype: Disjunction