JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Enum
com.querydsl.sql.SQLOps
Packages that use
SQLOps
Package
Description
com.querydsl.sql
SQL/JDBC support
Uses of
SQLOps
in
com.querydsl.sql
Methods in
com.querydsl.sql
that return
SQLOps
Modifier and Type
Method
Description
static
SQLOps
SQLOps.
valueOf
(
String
name)
Returns the enum constant of this type with the specified name.
static
SQLOps
[]
SQLOps.
values
()
Returns an array containing the constants of this enum type, in the order they are declared.