Class QueryType
- java.lang.Object
-
- com.github.jferrater.opa.ast.to.sql.query.core.elements.QueryType
-
public class QueryType extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description QueryType()
-
-
-
Field Detail
-
SELECT
public static final java.lang.String SELECT
- See Also:
- Constant Field Values
-
FROM
public static final java.lang.String FROM
- See Also:
- Constant Field Values
-
WHERE
public static final java.lang.String WHERE
- See Also:
- Constant Field Values
-
-