Uses of Class
com.hades.model.type.Selection
Packages that use Selection
Package
Description
-
Uses of Selection in com.hades.builder.sqlCommand
Methods in com.hades.builder.sqlCommand with parameters of type Selection -
Uses of Selection in com.hades.builder.sqlCommand.clauseBuilder.filter
Methods in com.hades.builder.sqlCommand.clauseBuilder.filter with parameters of type SelectionModifier and TypeMethodDescriptionequal operand in standard query language main purpose is to set equality operand between given field and filterPhraseequal operand in standard query language main purpose is to set equality operand between given field and filterPhrase -
Uses of Selection in com.hades.builder.sqlCommand.clauseBuilder.order
Methods in com.hades.builder.sqlCommand.clauseBuilder.order with parameters of type SelectionModifier and TypeMethodDescriptionOrderClause.order(Selection fieldName, OrderArrange orderArrange) SQLOrderClause.order(Selection fieldName, OrderArrange orderArrange) create and order clause for given field name with with givenOrderArrange. -
Uses of Selection in com.hades.builder.sqlCommand.impl
Methods in com.hades.builder.sqlCommand.impl with parameters of type Selection -
Uses of Selection in com.hades.builder.sqlCommand.rules
Methods in com.hades.builder.sqlCommand.rules with parameters of type Selection -
Uses of Selection in com.hades.services
Methods in com.hades.services with parameters of type Selection