Uses of Class
semorg.sql.util.DBConstraint

Packages that use DBConstraint
semorg.gui.util This package provides utilities for the several window classes (graphics user interface layer). 
semorg.sql.tables This package implements the object relational mapping between the relational data model (the tables) and the object oriented data model (the objects within this package). 
 

Uses of DBConstraint in semorg.gui.util
 

Methods in semorg.gui.util that return types with arguments of type DBConstraint
 Vector<DBConstraint> ExtensibleSearchControl.getConstraints()
          Returns the constraints which are entered into the filter control by the user.
 

Uses of DBConstraint in semorg.sql.tables
 

Method parameters in semorg.sql.tables with type arguments of type DBConstraint
protected static PreparedStatement AbstractTable.createExtendedQueryString(String queryString, Vector<DBConstraint> additionalConstraints, String sortString)
          Extends a SQL statement string with additional db constraints and / or an ORDER-BY statement and returns the appropriate PreparedStatement object.
static DistinctVector<Presentation> Presentation.getPresentationVectorFromDB(Vector<DBConstraint> additionalConstraints, String sortString)
          Creates a PreparedStatement instance with the given parameters, executes the query and returns a vector of Presentation instances corresponding to the ResultSet of the query.
static DistinctVector<SeminarType> SeminarType.getVectorFromDB(Vector<DBConstraint> additionalConstraints, String sortString)
          Creates a PreparedStatement instance with the given parameters, executes the query and returns a vector of instances of this class corresponding to the ResultSet of the query.
static DistinctVector<PublicPresentation> PublicPresentation.getVectorFromDB(Vector<DBConstraint> additionalConstraints, String sortString)
          Creates a PreparedStatement instance with the given parameters, executes the query and returns a vector of PublicPresentation instances corresponding to the ResultSet of the query.
static DistinctVector<Lecturer> Lecturer.getVectorFromDB(Vector<DBConstraint> additionalConstraints, String sortString)
          Creates a PreparedStatement instance with the given parameters, executes the query and returns a vector of Lecturer instances corresponding to the ResultSet of the query.
static DistinctVector<CompanyInternalPresentation> CompanyInternalPresentation.getVectorFromDB(Vector<DBConstraint> additionalConstraints, String sortString)
          Creates a PreparedStatement instance with the given parameters, executes the query and returns a vector of CompanyInternalPresentation instances corresponding to the ResultSet of the query.
static DistinctVector<CompanyBooking> CompanyBooking.getVectorFromDB(Vector<DBConstraint> additionalConstraints, String sortString)
          Creates a PreparedStatement instance with the given parameters, executes the query and returns a vector of CompanyBooking instances corresponding to the ResultSet of the query.
static DistinctVector<Company> Company.getVectorFromDB(Vector<DBConstraint> additionalConstraints, String sortString)
          Creates a PreparedStatement instance with the given parameters, executes the query and returns a vector of Company instances corresponding to the ResultSet of the query.
static DistinctVector<ClientBooking> ClientBooking.getVectorFromDB(Vector<DBConstraint> additionalConstraints, String sortString)
          Creates a PreparedStatement instance with the given parameters, executes the query and returns a vector of ClientBooking instances corresponding to the ResultSet of the query.
static DistinctVector<Client> Client.getVectorFromDB(Vector<DBConstraint> additionalConstraints, String sortString)
          Creates a PreparedStatement instance with the given parameters, executes the query and returns a vector of Client instances corresponding to the ResultSet of the query.
static DistinctVector<Associate> Associate.getVectorFromDB(Vector<DBConstraint> additionalConstraints, String sortString)
          Creates a PreparedStatement instance with the given parameters, executes the query and returns a vector of Associate instances corresponding to the ResultSet of the query.