For the implementation of the JDBC drivers there is a base driver that provides the basic functionality common to all drivers.
Built on this base driver, there are further drivers that provide the concrete implementation for reading the data.
The parser driver handles SQL parsing and supports various operators and functions that can be applied to the queried data. The chapter SQL Parser describes the exact language scope as well as the offered operators and functions in detail.