Package io.github.jdbcx.driver
Class ParsedQuery
java.lang.Object
io.github.jdbcx.driver.ParsedQuery
-
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()booleanbooleanChecks whether this parsed query is static or not.
-
Method Details
-
getStaticParts
-
getExecutableBlocks
-
isDirectQuery
public boolean isDirectQuery() -
isStaticQuery
public boolean isStaticQuery()Checks whether this parsed query is static or not. A static query is composed of zero or more static parts, and zero or more executable blocks with no output.- Returns:
- true if the parsed query is static; false otherwise
-
hashCode
public int hashCode() -
equals
-