java.sql
E355646
java.sql is a core Java SE package that provides the standard APIs for accessing and manipulating relational databases using SQL.
All labels observed (8)
| Label | Occurrences |
|---|---|
| java.sql canonical | 2 |
| java.sql.DataTruncation | 1 |
| java.sql.ResultSetMetaData | 1 |
| java.sql.RowIdLifetime | 1 |
| java.sql.SQLInput | 1 |
| java.sql.SQLOutput | 1 |
| java.sql.Struct | 1 |
| java.sql.Timestamp | 1 |
How this entity was disambiguated
This entity first appeared as the object of triple T3414955 — resolving that mention is where its identity was fixed. The disambiguator weighed these candidate entities and picked the highlighted one (or “None”, minting a new entity). This is how homonymy is resolved: the same surface form can point to different entities.
NED1
Entity disambiguation (via context triple)
gpt-5-mini-2025-08-07
Target entity: java.sql Context triple: [Java Platform, Standard Edition, includesLibrary, java.sql]
-
A.
javax.sql
javax.sql is a Java package that provides extended JDBC support for database access, including connection pooling, distributed transactions, and rowset implementations.
-
B.
JDBC
JDBC (Java Database Connectivity) is a Java-based API that enables applications to connect to and interact with relational databases in a standardized way.
-
C.
DriverManager
DriverManager is a core JDBC utility class in Java that manages a list of database drivers and establishes connections to databases based on provided URLs and credentials.
-
D.
SQL
SQL (Structured Query Language) is a standardized programming language used to manage, query, and manipulate data in relational database management systems.
-
E.
ODBC
ODBC (Open Database Connectivity) is a standard API that enables applications to access and query data from a wide variety of relational and non-relational database management systems using a common interface.
- F. None of above. chosen
- G. Unsure - the case is ambiguous/there is not enough information to decide.
NED2
Entity disambiguation (via description)
gpt-5-mini-2025-08-07
Target entity: java.sql Target entity description: java.sql is a core Java SE package that provides the standard APIs for accessing and manipulating relational databases using SQL.
-
A.
javax.sql
javax.sql is a Java package that provides extended JDBC support for database access, including connection pooling, distributed transactions, and rowset implementations.
-
B.
JDBC
JDBC (Java Database Connectivity) is a Java-based API that enables applications to connect to and interact with relational databases in a standardized way.
-
C.
DriverManager
DriverManager is a core JDBC utility class in Java that manages a list of database drivers and establishes connections to databases based on provided URLs and credentials.
-
D.
SQL
SQL (Structured Query Language) is a standardized programming language used to manage, query, and manipulate data in relational database management systems.
-
E.
ODBC
ODBC (Open Database Connectivity) is a standard API that enables applications to access and query data from a wide variety of relational and non-relational database management systems using a common interface.
- F. None of above. chosen
Statements (59)
| Predicate | Object |
|---|---|
| instanceOf |
Java SE API package
ⓘ
Java package ⓘ |
| belongsTo |
Java Class Library
ⓘ
surface form:
Java standard library
|
| containsClass |
java.sql.BatchUpdateException
ⓘ
java.sql.ClientInfoStatus ⓘ java.sql self-linksurface differs ⓘ
surface form:
java.sql.DataTruncation
java.sql.Date ⓘ java.sql.DriverManager ⓘ java.sql.DriverPropertyInfo ⓘ java.sql self-linksurface differs ⓘ
surface form:
java.sql.RowIdLifetime
java.sql.SQLPermission ⓘ java.sql.SQLWarning ⓘ java.sql.Time ⓘ java.sql self-linksurface differs ⓘ
surface form:
java.sql.Timestamp
java.sql.Types ⓘ |
| containsInterface |
java.sql.Array
ⓘ
java.sql.Blob ⓘ java.sql.CallableStatement ⓘ java.sql.Clob ⓘ java.sql.Connection ⓘ java.sql.DatabaseMetaData ⓘ java.sql.Driver ⓘ java.sql.NClob ⓘ java.sql.PreparedStatement ⓘ java.sql.Ref ⓘ java.sql.ResultSet ⓘ java.sql self-linksurface differs ⓘ
surface form:
java.sql.ResultSetMetaData
java.sql.RowId ⓘ java.sql.SQLData ⓘ java.sql self-linksurface differs ⓘ
surface form:
java.sql.SQLInput
java.sql self-linksurface differs ⓘ
surface form:
java.sql.SQLOutput
java.sql.SQLXML ⓘ java.sql.Savepoint ⓘ java.sql.Statement ⓘ java.sql self-linksurface differs ⓘ
surface form:
java.sql.Struct
java.sql.Wrapper ⓘ |
| definedIn | Java SE specification ⓘ |
| introducedFor | JDBC ⓘ |
| language | Java ⓘ |
| partOf | Java Platform, Standard Edition ⓘ |
| primaryPurpose |
SQL data access
ⓘ
database access ⓘ relational database connectivity ⓘ |
| provides |
APIs for SQL type mapping
ⓘ
APIs for executing SQL statements ⓘ APIs for managing database connections ⓘ APIs for metadata access ⓘ APIs for processing SQL query results ⓘ APIs for transaction management ⓘ standard APIs for accessing relational databases ⓘ |
| relatedTo | javax.sql ⓘ |
| supports | SQL ⓘ |
| supportsConcept |
batch updates
ⓘ
prepared statements ⓘ scrollable result sets ⓘ stored procedures ⓘ transactions ⓘ |
| usedFor | connecting Java applications to relational databases ⓘ |
| usedWith | JDBC drivers ⓘ |
How these facts were elicited
The pipeline generated the facts above by prompting gpt-5.1 with this entity's name + description and the instruction below.
Instruction
You are a knowledge base construction expert. Given a subject entity and a description of it, return factual statements that you know for the subject as a JSON list of dictionaries(triples), where keys must be "subject", "predicate" and "object". The number of facts may be very high, between 25 to 50 or more, for very popular subjects. For less popular subjects, the number of facts can be very low, like 5 or 10. # Requirements - If you don't know the subject at all, return an empty list. - If the subject is not a named entity, return an empty list. - Include at least one triple where predicate is "instanceOf". - Do not get too wordy. - Separate several objects into multiple triples with one object.
Input
Subject: java.sql Description of subject: java.sql is a core Java SE package that provides the standard APIs for accessing and manipulating relational databases using SQL.
Referenced by (9)
Full triples — surface form annotated when it differs from this entity's canonical label.
this entity surface form:
java.sql.ResultSetMetaData
this entity surface form:
java.sql.Struct
this entity surface form:
java.sql.SQLInput
this entity surface form:
java.sql.SQLOutput
this entity surface form:
java.sql.Timestamp
this entity surface form:
java.sql.DataTruncation
this entity surface form:
java.sql.RowIdLifetime