ConnectionInfo class

Connection information for a database.

Constructors

ConnectionInfo({String? schemaName, int? maxBindValues, bool supportsRelationJoins = true})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
maxBindValues int?
Maximum number of bind values supported in a single query (used for chunking large IN clauses)
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schemaName String?
Schema name (PostgreSQL/MySQL schema, SQLite database name)
final
supportsRelationJoins bool
Whether the database supports relation joins (if false, relations are fetched separately and joined in-memory)
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited