Uses of Class
org.dvb.tvanytime.metadata.DatabaseQuery

Packages that use DatabaseQuery
org.dvb.tvanytime.metadata Provides access to TV-Anytime metadata services. 
 

Uses of DatabaseQuery in org.dvb.tvanytime.metadata
 

Methods in org.dvb.tvanytime.metadata that return DatabaseQuery
abstract  DatabaseQuery DatabaseQuery.and(DatabaseQuery query)
          Create a new DatabaseQuery based upon the logical AND of the predicates represented by this query and the argument query.
abstract  DatabaseQuery DatabaseQuery.and(DatabaseQuery query, java.lang.String contextNode)
          Create a new DatabaseQuery object based upon the logical AND of the predicates represented by this query and the argument query.
abstract  DatabaseQuery DatabaseQuery.negate()
          Create a new DatabaseQuery, which is the logical NOT of this query.
static DatabaseQuery DatabaseQuery.newInstance(java.lang.String fieldID, int comparison, java.lang.String value)
          Make a new DatabaseQuery for a specific value in a specific field.
abstract  DatabaseQuery DatabaseQuery.or(DatabaseQuery query)
          Create a new DatabaseQuery based upon the logical OR of the predicates represented by this query and the argument query.
 

Methods in org.dvb.tvanytime.metadata with parameters of type DatabaseQuery
abstract  DatabaseQuery DatabaseQuery.and(DatabaseQuery query)
          Create a new DatabaseQuery based upon the logical AND of the predicates represented by this query and the argument query.
abstract  DatabaseQuery DatabaseQuery.and(DatabaseQuery query, java.lang.String contextNode)
          Create a new DatabaseQuery object based upon the logical AND of the predicates represented by this query and the argument query.
abstract  DatabaseQuery DatabaseQuery.or(DatabaseQuery query)
          Create a new DatabaseQuery based upon the logical OR of the predicates represented by this query and the argument query.
 DatabaseQueryResult Database.query(DatabaseQuery query, ResultListener listener)
          Make a metadata query to the database.
 DatabaseQueryResult MonitoredDatabase.query(DatabaseQuery query, ResultListener resultListener, MetadataChangedListener changeListener)
          Make a metadata query to the database.
 DatabaseQueryResult MonitoredDatabase.query(DatabaseQuery query, ResultListener resultListener, MetadataChangedListener changeListener, QueryConstraints constraints)
          Make a metadata query to the database.
 DatabaseQueryResult Database.query(DatabaseQuery query, ResultListener listener, QueryConstraints constraints)
          Make a metadata query to the database.