Uses of Interface
overit.geocall.sql.DBStatement
Packages that use DBStatement
Package
Description
-
Uses of DBStatement in overit.geocall.basic.bl.auth.da
Methods in overit.geocall.basic.bl.auth.da with parameters of type DBStatementModifier and TypeMethodDescriptionprotected voidDAOApiKey.feedback(CommandContext cc, PoolKit pk, DBStatement dbs) -
Uses of DBStatement in overit.geocall.basic.bl.message.da
Methods in overit.geocall.basic.bl.message.da with parameters of type DBStatementModifier and TypeMethodDescriptionprotected intDAMessages.giveCommands(int i, PooledConnection conn, DBStatement stmt, HashGetter oKeys, HashGetter oParams) protected DBViewDAMessages.giveQueries(int i, PooledConnection conn, DBStatement dbs, HashGetter oParams, int maxrows, int skiprows) -
Uses of DBStatement in overit.geocall.basic.bl.user.da
Methods in overit.geocall.basic.bl.user.da with parameters of type DBStatementModifier and TypeMethodDescriptionprotected intDAOUserPassword.giveCommands(int i, PooledConnection conn, DBStatement stmt, HashGetter oKeys, HashGetter oParams) protected intDAUsers.giveCommands(int i, PooledConnection conn, DBStatement stmt, HashGetter oKeys, HashGetter oParams) protected DBViewDAOUserPassword.giveQueries(int i, PooledConnection conn, DBStatement dbs, HashGetter oParams, int maxrows, int skiprows) protected DBViewDAUsers.giveQueries(int i, PooledConnection conn, DBStatement stmt, HashGetter oParams, int maxrows, int skiprows) -
Uses of DBStatement in overit.geocall.basic.ui.xlsx
Fields in overit.geocall.basic.ui.xlsx declared as DBStatementMethods in overit.geocall.basic.ui.xlsx that return DBStatement -
Uses of DBStatement in overit.geocall.da
Methods in overit.geocall.da with parameters of type DBStatementModifier and TypeMethodDescriptionprotected voidDAO.defineStatement(CommandContext cc, PoolKit pk, DBStatement dbs) The method defines theDBStatement, sets the SQL and the parameters for the execution of the commandsprotected voidDAO0.defineStatement(CommandContext cc, PooledConnection pc, DBStatement dbs) Deprecated.The method defines theDBStatement, sets the SQL and the parameters for the execution of the commandsprotected voidDAO.feedback(CommandContext cc, PoolKit pk, DBStatement dbs) Method to be extended to carry out operations exploiting the result of the executed command; for example it can be used to implement CASE WHEN logics that can therefore be deleted from the SQL.protected voidDAO0.feedback(CommandContext cc, PooledConnection pc, DBStatement dbs) Deprecated.Method to be extended to carry out operations exploiting the result of the executed command; for example it can be used to implement CASE WHEN logics that can therefore be deleted from the SQL.voidFeedbackService.feedback(@NotNull CommandContext cc, @NotNull PoolKit pk, @NotNull DBStatement dbs) Updates the providedCommandContextwith the query results.protected static LongDAUtils.getAutoIncrementedVal(DBStatement insertDbs, PoolKit pk) protected static LongDAUtils.getAutoIncrementedVal(DBStatement insertDbs, PooledConnection conn) Retrieves the new id according to the specific DB.protected LongDABase.getAutoIncrementVal(DBStatement insertDbs, PooledConnection conn) Retrieves the new id according to the specific DB.protected abstract intDABase.giveCommands(int i, PooledConnection conn, DBStatement stmt, HashGetter filter, HashGetter values) Implements new specific commands that are different from the standard ones.protected abstract DBViewDABase.giveQueries(int i, PooledConnection conn, DBStatement stmt, HashGetter filter, int maxrows, int skiprows) Implements new specific queries that are different from the standard ones.protected voidDABase.postInsert(HashGetter values, PooledConnection conn, DBStatement insertDbs) Called after every insert command.static voidDAUtils.setDBMaps(DBStatement dbs, DBFieldMap fm, DBObjectMap om) -
Uses of DBStatement in overit.geocall.sql
Classes in overit.geocall.sql that implement DBStatementModifier and TypeClassDescriptionclassThe class is the standard implementation of theDBStatementinterfaceFields in overit.geocall.sql declared as DBStatementFields in overit.geocall.sql with type parameters of type DBStatementModifier and TypeFieldDescriptionprotected ArrayList<DBStatement> PooledConnection._dbstatementsContains the list ofDBStatementopened by the connection through thePooledConnection.getDBStatement()method.Methods in overit.geocall.sql that return DBStatementModifier and TypeMethodDescriptionPooledConnection.getDBStatement()Asks to the connection to instanciate aDBStatementMethods in overit.geocall.sql with parameters of type DBStatementModifier and TypeMethodDescriptionvoidDBStatementObserver.onStatementCreated(DBStatement dbs) Notifies the instantiation of a newDBStatementvoidDBStatementObserver.onStatementReleased(DBStatement dbs) Notifies the release of theDBStatementvoidPooledConnection.releaseDBStatement(DBStatement dbs) Returns, for closing, a statement previously requested to the connectionConstructors in overit.geocall.sql with parameters of type DBStatementModifierConstructorDescriptionDBCursor(DBStatement dbs) contruct a cursor over the statement parameterParsing(int type, String sql, Map<String, Object> pairs, DBStatement dbStatement, StandardDBStatement.LocalLogger ll) -
Uses of DBStatement in overit.geocallapp.wfm.ai.bl.duration.prediction.data
Methods in overit.geocallapp.wfm.ai.bl.duration.prediction.data with parameters of type DBStatementModifier and TypeMethodDescriptionprotected voidDAOAIDataExtraction.defineStatement(CommandContext cc, PoolKit pk, DBStatement dbs) -
Uses of DBStatement in overit.geocallapp.wfm.ai.replicator.meterreading.data
Methods in overit.geocallapp.wfm.ai.replicator.meterreading.data with parameters of type DBStatementModifier and TypeMethodDescriptionprotected intDAArtificialIntelligence.giveCommands(int i, PooledConnection conn, DBStatement stmt, HashGetter oKeys, HashGetter oParams) protected DBViewDAArtificialIntelligence.giveQueries(int i, PooledConnection conn, DBStatement stmt, HashGetter filter, int maxrows, int skiprows) -
Uses of DBStatement in overit.geocallapp.wfm.cee.replicator.datasource
Methods in overit.geocallapp.wfm.cee.replicator.datasource with parameters of type DBStatementModifier and TypeMethodDescriptionprotected intDACeeInterventions.giveCommands(int i, PooledConnection conn, DBStatement stmt, HashGetter oKeys, HashGetter oParams) protected DBViewDACeeInterventions.giveQueries(int i, PooledConnection conn, DBStatement stmt, HashGetter filter, int maxrows, int skiprows) -
Uses of DBStatement in overit.geocallapp.wfm.core.bl.location.microcluster.data
Methods in overit.geocallapp.wfm.core.bl.location.microcluster.data with parameters of type DBStatementModifier and TypeMethodDescriptionprotected voidDAOSearchMicroclusterBoundingBox.defineStatement(CommandContext cc, PoolKit pk, DBStatement dbs) -
Uses of DBStatement in overit.geocallapp.wfm.core.bl.workshift.type.data
Methods in overit.geocallapp.wfm.core.bl.workshift.type.data with parameters of type DBStatementModifier and TypeMethodDescriptionprotected voidDAOSearchWorkShiftType.defineStatement(CommandContext cc, PoolKit pk, DBStatement dbs) -
Uses of DBStatement in overit.geocallapp.wfm.inventory.bl.warehouse.materialstock.data
Methods in overit.geocallapp.wfm.inventory.bl.warehouse.materialstock.data with parameters of type DBStatementModifier and TypeMethodDescriptionprotected voidDAOWarehouseMaterialStockSearch.defineStatement(CommandContext cc, PoolKit pk, DBStatement dbs) -
Uses of DBStatement in overit.geocallapp.wfm.inventory.replicator.data
Methods in overit.geocallapp.wfm.inventory.replicator.data with parameters of type DBStatementModifier and TypeMethodDescriptionprotected intDAInventoryWarehouse.giveCommands(int i, PooledConnection conn, DBStatement stmt, HashGetter oKeys, HashGetter oParams) protected DBViewDAInventoryWarehouse.giveQueries(int i, PooledConnection conn, DBStatement stmt, HashGetter filter, int maxrows, int skiprows) -
Uses of DBStatement in overit.geocallapp.wfm.mobile.core.bl.workorder.data
Methods in overit.geocallapp.wfm.mobile.core.bl.workorder.data with parameters of type DBStatementModifier and TypeMethodDescriptionprotected voidDAOMobileWorkOrderSearch.feedback(CommandContext cc, PoolKit pk, DBStatement dbs) -
Uses of DBStatement in overit.geocallapp.wfm.mobile.core.replicator.bundler.data
Methods in overit.geocallapp.wfm.mobile.core.replicator.bundler.data with parameters of type DBStatementModifier and TypeMethodDescriptionprotected intDAMobileBundler.giveCommands(int i, PooledConnection conn, DBStatement stmt, HashGetter oKeys, HashGetter oParams) protected DBViewDAMobileBundler.giveQueries(int i, PooledConnection conn, DBStatement stmt, HashGetter filter, int maxrows, int skiprows) -
Uses of DBStatement in overit.geocallapp.wfm.mobile.core.replicator.measuringelement.attachment.data
Methods in overit.geocallapp.wfm.mobile.core.replicator.measuringelement.attachment.data with parameters of type DBStatementModifier and TypeMethodDescriptionprotected intDARMeasureMediaFile.giveCommands(int i, PooledConnection conn, DBStatement stmt, HashGetter oKeys, HashGetter oParams) protected DBViewDARMeasureMediaFile.giveQueries(int i, PooledConnection conn, DBStatement stmt, HashGetter filter, int maxrows, int skiprows) -
Uses of DBStatement in overit.geocallapp.wfm.mobile.core.replicator.technicalobject.attachment.data
Methods in overit.geocallapp.wfm.mobile.core.replicator.technicalobject.attachment.data with parameters of type DBStatementModifier and TypeMethodDescriptionprotected intDARTechnicalObjectMediaFile.giveCommands(int i, PooledConnection conn, DBStatement stmt, HashGetter oKeys, HashGetter oParams) protected DBViewDARTechnicalObjectMediaFile.giveQueries(int i, PooledConnection conn, DBStatement stmt, HashGetter filter, int maxrows, int skiprows) -
Uses of DBStatement in overit.geocallapp.wfm.mobile.core.replicator.workorder.data
Methods in overit.geocallapp.wfm.mobile.core.replicator.workorder.data with parameters of type DBStatementModifier and TypeMethodDescriptionprotected DBViewDAAgendaResource.giveQueries(int i, PooledConnection conn, DBStatement stmt, HashGetter filter, int maxrows, int skiprows) protected DBViewDAWOOperationResources.giveQueries(int i, PooledConnection conn, DBStatement stmt, HashGetter filter, int maxrows, int skiprows) -
Uses of DBStatement in overit.geocallapp.wfm.notifications.dashboard
Methods in overit.geocallapp.wfm.notifications.dashboard with parameters of type DBStatementModifier and TypeMethodDescriptionprotected voidDADashboard.addBranchFilter(int i, DBStatement stmt, HashGetter filter, PooledConnection conn) protected voidDADashboard.addCustomJoin(int i, DBStatement stmt, HashGetter filter) protected voidDADashboard.addNotificationFilters(int i, DBStatement stmt, HashGetter filter, PooledConnection conn) protected voidDADashboard.addRightJoinGrouping(int i, PooledConnection conn, DBStatement stmt, HashGetter filter, String field) protected voidDADashboard.addWOFilters(int i, DBStatement stmt, HashGetter filter, PooledConnection conn) protected intDADashboard.giveCommands(int i, PooledConnection conn, DBStatement stmt, HashGetter filter, HashGetter values) protected DBViewDADashboard.giveQueries(int i, PooledConnection conn, DBStatement stmt, HashGetter filter, int maxrows, int skiprows) -
Uses of DBStatement in overit.geocallapp.wfm.notifications.notification.da
Methods in overit.geocallapp.wfm.notifications.notification.da with parameters of type DBStatementModifier and TypeMethodDescriptionprotected voidDAXWFMRNotifTypeOrderType.addCommonFilters(DBStatement stmt, HashGetter oParams) protected intDAXWFMAAvvisi.giveCommands(int i, PooledConnection conn, DBStatement stmt, HashGetter filter, HashGetter values) protected intDAXWFMAAvvisiAttivita.giveCommands(int i, PooledConnection conn, DBStatement stmt, HashGetter filter, HashGetter values) protected intDAXWFMAAvvisiCataloghi.giveCommands(int i, PooledConnection conn, DBStatement stmt, HashGetter filter, HashGetter values) protected intDAXWFMAAvvisiRighe.giveCommands(int i, PooledConnection conn, DBStatement stmt, HashGetter filter, HashGetter values) protected intDAXWFMAAvvisiTesto.giveCommands(int i, PooledConnection conn, DBStatement stmt, HashGetter filter, HashGetter values) protected intDAXWFMAProgressiviAvvisi.giveCommands(int i, PooledConnection conn, DBStatement stmt, HashGetter filter, HashGetter values) protected intDAXWFMRNotifTypeOrderType.giveCommands(int i, PooledConnection conn, DBStatement stmt, HashGetter oKeys, HashGetter oParams) protected intDAXWFMTAutomiRighe.giveCommands(int i, PooledConnection conn, DBStatement stmt, HashGetter filter, HashGetter values) protected intDAXWFMTGruppoCatalogo.giveCommands(int i, PooledConnection conn, DBStatement stmt, HashGetter filter, HashGetter values) protected intDAXWFMTParametriAutomiAvvisi.giveCommands(int i, PooledConnection conn, DBStatement stmt, HashGetter filter, HashGetter values) protected intDAXWFMTStatoAvvisoSAP.giveCommands(int i, PooledConnection conn, DBStatement stmt, HashGetter oKeys, HashGetter oParams) protected intDAXWFMTTipoCatalogo.giveCommands(int i, PooledConnection conn, DBStatement stmt, HashGetter filter, HashGetter values) protected DBViewDAXWFMAAvvisi.giveQueries(int i, PooledConnection conn, DBStatement stmt, HashGetter oParams, int maxrows, int skiprows) protected DBViewDAXWFMAAvvisiAttivita.giveQueries(int i, PooledConnection conn, DBStatement stmt, HashGetter oParams, int maxrows, int skiprows) protected DBViewDAXWFMAAvvisiCataloghi.giveQueries(int i, PooledConnection conn, DBStatement stmt, HashGetter oParams, int maxrows, int skiprows) protected DBViewDAXWFMAAvvisiRighe.giveQueries(int i, PooledConnection conn, DBStatement stmt, HashGetter oParams, int maxrows, int skiprows) protected DBViewDAXWFMAAvvisiTesto.giveQueries(int i, PooledConnection conn, DBStatement stmt, HashGetter oParams, int maxrows, int skiprows) protected DBViewDAXWFMAProgressiviAvvisi.giveQueries(int i, PooledConnection conn, DBStatement stmt, HashGetter oParams, int maxrows, int skiprows) protected DBViewDAXWFMRNotifTypeOrderType.giveQueries(int i, PooledConnection conn, DBStatement stmt, HashGetter oParams, int maxrows, int skiprows) protected DBViewDAXWFMTAutomiRighe.giveQueries(int i, PooledConnection conn, DBStatement stmt, HashGetter filter, int maxrows, int skiprows) protected DBViewDAXWFMTGruppoCatalogo.giveQueries(int i, PooledConnection conn, DBStatement stmt, HashGetter oParams, int maxrows, int skiprows) protected DBViewDAXWFMTParametriAutomiAvvisi.giveQueries(int i, PooledConnection conn, DBStatement stmt, HashGetter filter, int maxrows, int skiprows) protected DBViewDAXWFMTStatoAvvisoSAP.giveQueries(int i, PooledConnection conn, DBStatement stmt, HashGetter oParams, int maxrows, int skiprows) protected DBViewDAXWFMTTipoCatalogo.giveQueries(int i, PooledConnection conn, DBStatement stmt, HashGetter oParams, int maxrows, int skiprows) -
Uses of DBStatement in overit.geocallapp.wfm.scheduling.timeslot.bl.data
Methods in overit.geocallapp.wfm.scheduling.timeslot.bl.data with parameters of type DBStatementModifier and TypeMethodDescriptionprotected voidDAOSchedulingTimeslot.defineStatement(CommandContext cc, PoolKit pk, DBStatement dbs)