DbConnection
E827336
DbConnection is an abstract base class in ADO.NET that represents a connection to a data source, providing a common interface for database-specific connection implementations.
All labels observed (2)
| Label | Occurrences |
|---|---|
| DbConnection canonical | 1 |
| SqlConnection | 1 |
How this entity was disambiguated
This entity first appeared as the object of triple T9898116 — 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.
Target entity: DbConnection Context triple: [ADO.NET, coreClass, DbConnection]
-
A.
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.
-
B.
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.
-
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.
JDBC Channel
JDBC Channel is a Flume channel implementation that reliably stores event data in a relational database using JDBC for durability and recovery.
-
E.
DB
DB is the commonly used abbreviation for Deutsche Bahn, Germany’s national railway company and one of the largest rail operators in Europe.
- F. None of above. chosen
- G. Unsure - the case is ambiguous/there is not enough information to decide.
Target entity: DbConnection Target entity description: DbConnection is an abstract base class in ADO.NET that represents a connection to a data source, providing a common interface for database-specific connection implementations.
-
A.
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.
-
B.
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.
-
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.
JDBC Channel
JDBC Channel is a Flume channel implementation that reliably stores event data in a relational database using JDBC for durability and recovery.
-
E.
DB
DB is the standard abbreviation for "Deutsche Biographie," a major German biographical reference work documenting notable figures from German history and culture.
- F. None of above. chosen
Statements (51)
| Predicate | Object |
|---|---|
| instanceOf |
ADO.NET class
ⓘ
abstract base class ⓘ |
| belongsToFramework |
.NET (5+) runtime
NERFINISHED
ⓘ
.NET Core NERFINISHED ⓘ .NET Framework NERFINISHED ⓘ |
| cannotBeInstantiatedDirectly | true ⓘ |
| category | data access API ⓘ |
| definedIn |
System.Data.Common namespace (for base type)
ⓘ
System.Data.dll NERFINISHED ⓘ |
| extendedBy |
MySqlConnection
NERFINISHED
ⓘ
NpgsqlConnection ⓘ OdbcConnection ⓘ OleDbConnection NERFINISHED ⓘ OracleConnection NERFINISHED ⓘ SqlConnection ⓘ |
| hasMethod |
BeginTransaction()
ⓘ
BeginTransaction(IsolationLevel) ⓘ ChangeDatabase(string databaseName) ⓘ Close() ⓘ CreateCommand() ⓘ EnlistTransaction(Transaction) ⓘ GetSchema() ⓘ GetSchema(string collectionName) ⓘ GetSchema(string collectionName, string[] restrictionValues) ⓘ Open() ⓘ OpenAsync() ⓘ |
| hasProperty |
ConnectionString
ⓘ
ConnectionTimeout ⓘ Container ⓘ DataSource ⓘ Database ⓘ ServerVersion ⓘ Site ⓘ State ⓘ |
| implements |
IAsyncDisposable (in newer .NET versions via derived types)
ⓘ
IDbConnection ⓘ IDisposable ⓘ |
| inheritsFrom | Component ⓘ |
| introducedIn | .NET Framework 1.0 NERFINISHED ⓘ |
| isAbstract | true ⓘ |
| isSubclassOf | MarshalByRefObject ⓘ |
| partOf |
ADO.NET data provider model
NERFINISHED
ⓘ
System.Data namespace NERFINISHED ⓘ |
| provides | common interface for database connections ⓘ |
| threadSafety | not guaranteed to be thread-safe for instance members ⓘ |
| usedFor |
closing database connections
ⓘ
creating database commands ⓘ managing database connection state ⓘ opening database connections ⓘ participating in database transactions ⓘ representing a connection to a data source ⓘ |
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.
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.
Subject: DbConnection Description of subject: DbConnection is an abstract base class in ADO.NET that represents a connection to a data source, providing a common interface for database-specific connection implementations.
Referenced by (2)
Full triples — surface form annotated when it differs from this entity's canonical label.