Uses of Class
com.j_spaces.jdbc.UpdateQuery
Packages that use UpdateQuery
Package
Description
Provides GigaSpaces JDBC interfaces
-
Uses of UpdateQuery in com.j_spaces.jdbc
Methods in com.j_spaces.jdbc that return UpdateQueryMethods in com.j_spaces.jdbc with parameters of type UpdateQueryModifier and TypeMethodDescriptionvoidUpdateColumn.validateSelfIncrementedColumnName(UpdateQuery updateQuery) Validates that the self incremented column name is the same as the column name. -
Uses of UpdateQuery in com.j_spaces.jdbc.parser.grammar
Methods in com.j_spaces.jdbc.parser.grammar with parameters of type UpdateQueryModifier and TypeMethodDescriptionfinal voidSqlParser.columnListWithValues(UpdateQuery query) final voidSqlParser.setColumnValue(UpdateQuery updateQuery, ArrayList<LiteralNode> newValues)