Uses of Class
overit.geocall.sql.code.Sql
Packages that use Sql
Package
Description
-
Uses of Sql in overit.geocall.da
Fields in overit.geocall.da declared as SqlMethods in overit.geocall.da that return SqlMethods in overit.geocall.da with parameters of type Sql -
Uses of Sql in overit.geocall.sql.code
Subclasses of Sql in overit.geocall.sql.codeModifier and TypeClassDescriptionclassThe class extendsSqland aims to create a string of sql code in which there are two select statements divided by a specific operation like UNION,UNION_ALL,EXCEPT ecc.
The entire statement will be enclosed between '(' and ')'.classThe class extendsSqlad aims to represnt and define an instance of sql statement "DELETE FROM WHERE".classThe class extendsSqlad aims to represnt and define an instance of sql statement "INSERTO INTO VALUES".classThe class extendsSqland aims to represnt and define an instance of sql code "SELECT FROM WHERE" plus other common clauses like "GROUP BY", "HAVING" and "ORDER BY".classThe class extendsSqlad aims to represnt and define an instance of sql statement "UPDATE SET WHERE". -
Uses of Sql in overit.geocallapp.wfm.mobile.core.bl.workorder.data
Methods in overit.geocallapp.wfm.mobile.core.bl.workorder.data that return SqlModifier and TypeMethodDescriptionDAOMobileSchedulableActivities.buildSelect(CommandContext cc) DAOMobileWorkOrders.buildSelect(CommandContext cc, PoolKit pk)