DEVFYI - Developer Resource - FYI

What is an SQL Locator?

JDBC Interview Questions and Answers


(Continued from previous question...)

What is an SQL Locator?

A Locator is an SQL3 data type that acts as a logical pointer to data that resides on a database server. Read "logical pointer" here as an identifier the DBMS can use to locate and manipulate the data. A Locator allows some manipulation of the data on the server. While the JDBC specification does not directly address Locators, JDBC drivers typically use Locators under the covers to handle Array, Blob, and Clob data types.

(Continued on next question...)

Other Interview Questions