Uses of Class
ece.ing3.java.projet.database.sql.queries.SQLSelect
Packages that use SQLSelect
Package
Description
-
Uses of SQLSelect in ece.ing3.java.projet.controleur.panels
Methods in ece.ing3.java.projet.controleur.panels that return SQLSelectModifier and TypeMethodDescriptionChambrePanelController.queryCreateSelector()
DocteurPanelController.queryCreateSelector()
Créer un nouveau sélecteur SQL de Docteur.HospitalisationPanelController.queryCreateSelector()
InfirmierPanelController.queryCreateSelector()
Créer un nouveau sélecteur SQL d'Infirmier.ModelPanelController.queryCreateSelector()
Créer un nouveau sélecteur SQL associé au modèle.ServicePanelController.queryCreateSelector()
SoignePanelController.queryCreateSelector()
-
Uses of SQLSelect in ece.ing3.java.projet.database.sql.queries
Methods in ece.ing3.java.projet.database.sql.queries that return SQLSelectModifier and TypeMethodDescriptionSQLSelect.andOrderBy
(OrderBy condition) Chain another Order By condition using the provided values.SQLSelect.andOrderBy
(String column, Order order) Chain another Order By condition using the provided values.Init a new Order By clause.Init a new Order By clause using the provided values.SQLSelect.setSelectedFields
(String... selectedFields) Sets new selected columns. -
Uses of SQLSelect in ece.ing3.java.projet.interfaces
Methods in ece.ing3.java.projet.interfaces that return SQLSelectModifier and TypeMethodDescriptionModelQueryWorkerProvider.queryCreateSelector()
Créer le sélecteur SQL à utiliser pour la requête.