DEVFYI - Developer Resource - FYI

What scalar functions can I expect to be supported by JDBC?

JDBC Interview Questions and Answers


(Continued from previous question...)

What scalar functions can I expect to be supported by JDBC?

JDBC supports numeric, string, time, date, system, and conversion functions on scalar values. For a list of those supported and additional information, see section A.1.4 Support Scalar Functions in the JDBC Data Access API For Driver Writers. Note that drivers are only expected to support those scalar functions that are supported by the underlying DB engine.

(Continued on next question...)

Other Interview Questions