Uses of Class
edu.uiuc.ncsa.security.storage.sql.internals.ColumnMap
-
Packages that use ColumnMap Package Description edu.uiuc.ncsa.security.storage edu.uiuc.ncsa.security.storage.sql Classes that setup a specific type of correspondence between java objects and rows of an SQL table.edu.uiuc.ncsa.security.storage.sql.internals Low-level functions for table operations. -
-
Uses of ColumnMap in edu.uiuc.ncsa.security.storage
Subclasses of ColumnMap in edu.uiuc.ncsa.security.storage Modifier and Type Class Description class
XMLMap
Specialized extension to convert to and from XML. -
Uses of ColumnMap in edu.uiuc.ncsa.security.storage.sql
Methods in edu.uiuc.ncsa.security.storage.sql that return ColumnMap Modifier and Type Method Description ColumnMap
SQLStore. depopulate(V t)
Takes the object, V and returns a map of column name, value.static ColumnMap
SQLDatabase. rsToMap(ResultSet rs)
Take the values in the current row and stash them in a map, keyed by column name.Methods in edu.uiuc.ncsa.security.storage.sql with parameters of type ColumnMap Modifier and Type Method Description void
SQLStore. populate(ColumnMap map, V t)
Take a *new* value and populate it from the given mapping of column names and values. -
Uses of ColumnMap in edu.uiuc.ncsa.security.storage.sql.internals
Methods in edu.uiuc.ncsa.security.storage.sql.internals that return ColumnMap Modifier and Type Method Description ColumnMap
ColumnMap. removeKeys(List<String> attr)
-