Uses of Class
com.j_spaces.jdbc.UpdateColumn
Packages that use UpdateColumn
-
Uses of UpdateColumn in com.j_spaces.jdbc
Methods in com.j_spaces.jdbc that return types with arguments of type UpdateColumnModifier and TypeMethodDescriptionUpdateQuery.getUpdatedColumns()Gets the update columns list of the update query.Methods in com.j_spaces.jdbc with parameters of type UpdateColumnModifier and TypeMethodDescriptionvoidUpdateQuery.addUpdateColumn(UpdateColumn updateColumn) Adds a column name to the update columns list of the update query.