Uses of Class
overit.geocall.sql.DBFields
Packages that use DBFields
Package
Description
-
Uses of DBFields in overit.geocall.da
Methods in overit.geocall.da that return DBFieldsModifier and TypeMethodDescriptionDABase.getDBFields()Makes a fetch on the table associated to the specific DA, to retrieve theDBFields, an ordered Field collection access by name -
Uses of DBFields in overit.geocall.model.format
Methods in overit.geocall.model.format with parameters of type DBFieldsModifier and TypeMethodDescriptionvoidDBViewSerializer.serializeMeta(DBFields dbf, Map<String, Object> row, com.fasterxml.jackson.core.JsonGenerator jg) -
Uses of DBFields in overit.geocall.sql
Fields in overit.geocall.sql declared as DBFieldsModifier and TypeFieldDescriptionstatic final DBFieldsDBFields.INVALIDEmpty (so invalid) DBFieldsFields in overit.geocall.sql with type parameters of type DBFieldsModifier and TypeFieldDescriptionprotected static ConcurrentHashMap<String, DBFields> DBFields._tablesMethods in overit.geocall.sql that return DBFieldsModifier and TypeMethodDescriptionAdds a field to the collectionAdds a field at the end of the collection.Adds a field at the end of the collection.DBFields.add(DBFields.Field field) Adds a field at the end of the collection, copying the attributes of the field passed as parameter.Adds to the DBFields passed as parameter the existing fields in this instance of DBFieldsstatic DBFieldsExtracts from the cache, or if necessary loads, the structure of the specified tables.static DBFieldsExtracts from the cache, or if necessary loads, the structure of the specified tables.static DBFieldsDBFields.fetch(@NotNull PooledConnection pooledConnection, @NotNull String tables) Extracts from the cache, or if necessary loads, the structure of the specified tables.static DBFieldsExtracts from the cache, or if necessary loads, the structure of the specified tables.static DBFieldsDBFields.fetchSelection(String pool, String table, String fieldList) Returns a new DBFields containing the desired fields, for the table passed as parameterDBFields.filterOutBinaries()Removes from the DBFields all the fields ofTypes.BINARY,Types.LONGVARBINARY,Types.VARBINARYandTypes.BLOBtypesDBFields.filterOutFields(int... types) Filters out (removes from the DBFields) the fields which type is in the varargs list of types passed as parameterDBFields.filterOutFields(String... prefixes) Filters out (removes from the DBFields) the fields which name starts with the varargs list of prefixes passed as parameterDBFields.filterOutLOB()Removes from the DBFields all the fields ofTypes.BINARY,Types.LONGVARBINARY,Types.VARBINARY,Types.BLOB,Types.CLOB,Types.NCLOBtypesDBFields.filterOutTable(String table) Filters out (removes from the DBFields) all the fields that belongs to a specific tableDBView.getDBFields()Returns a copy of theDBFieldsof the DBViewDBView.getDBFields(boolean dropMetadata) Returns a copy of theDBFieldsof the DBView in which the control fields can be removed or notDBFields.keepInFields(int... types) Keeps in (maintains in the DBFields) only the fields which type is in the varargs list of types passed as parameterDBFields.keepInFields(String... prefixes) Keeps is out (maintains in the DBFields) only the fields which name starts with the varargs list of prefixes passed as parameterDBFields.keepInTable(String table) Keeps in (maintains in the DBFields) only the fields that belongs to a specific tablestatic DBFieldsDBView.newBaseFields()Methods in overit.geocall.sql with parameters of type DBFieldsModifier and TypeMethodDescriptionAdds to the DBFields passed as parameter the existing fields in this instance of DBFieldsprotected static HashGetterstatic booleanDBView.matchesFilter(DBFields fields, Map filter, ArrayList row) Returnstrueif matches the filter,falseotherwiseConstructors in overit.geocall.sql with parameters of type DBFields -
Uses of DBFields in overit.geocallapp.utilities.core.bl.common.task
Methods in overit.geocallapp.utilities.core.bl.common.task with parameters of type DBFieldsModifier and TypeMethodDescriptionprotected StringBTHistory.getHistoryTableField(String tableField, DBFields historyTableFieldMap) Maps an entity table field name to its corresponding history table field name. -
Uses of DBFields in overit.geocallapp.utilities.ux.ui.data
Constructors in overit.geocallapp.utilities.ux.ui.data with parameters of type DBFields