Uses of Class
blazing.sql.Query.QueryStmt
Packages that use Query.QueryStmt
-
Uses of Query.QueryStmt in blazing.sql
Fields in blazing.sql declared as Query.QueryStmtModifier and TypeFieldDescriptionstatic final Query.QueryStmt
Query.All
Used to perform a * query in SQL.Methods in blazing.sql that return Query.QueryStmtModifier and TypeMethodDescriptionstatic Query.QueryStmt
Used to Specify a binary condition in SQLstatic Query.QueryStmt
Used to hold a list of Columns or tables in SQL statement.Methods in blazing.sql with parameters of type Query.QueryStmtModifier and TypeMethodDescriptionBlazingConnection.QueryFirstPart.from
(Query.QueryStmt stmt) Adds a FROM statement to a SQL statementBlazingConnection.select
(Query.QueryStmt stmt) Preforms a SQL SELECT statementBlazingConnection.QueryFirstPart.set
(Query.QueryStmt stmt) Adds a SET statement to a SQL statementBlazingConnection.QuerySecondPart.where
(Query.QueryStmt stmt) Adds a WHERE to a SQL statement