ISO IEC 19075-3:2021 pdf download – Information technology — Guidance for the use of database language SQL — Part 3: SQL embedded in programs using the Java programming language. 4.5 Profile customization overview — SQLJ.runtime.profile.RTStatement to execute SQL-statements. — SQLJ.runtime.profile.RTResultSet to describe query results. — SQLJ.runtime.profile.ConnectedProfile to create RTStatement objects corresponding to particular SQL-statements. An SQL-implementation is able to control SQL execution by providing an implementation of the RTStatement, RTResultSet, and ConnectedProfile interfaces. An SQL-implementation is able to redirect control to its own code by registering customization hooks with the application profiles. For example, if the client connects to SQL-server...