- All Known Implementing Classes:
AppendedQueryImpl
public interface AppendedQuery
-
Method Summary
Modifier and TypeMethodDescriptionExecute another query with the same chain.
-
Method Details
-
query
Execute another query with the same chain.- Parameters:
sql
- the query you want to executeformat
- will work like callingString.formatted(Object...)
. DO NOT USE THAT FOR PARAMETER OR WITH USER INPUT- Returns:
- a parsed query
-