DBConnectionWrapper<C extends Object> class abstract

Base class for a DBAdapter connection.

Implemented types
Implementers

Constructors

DBConnectionWrapper(C nativeConnection)

Properties

connectionURL String
no setter
creationTime DateTime
final
hashCode int
The hash code for this object.
no setterinherited
id int
latefinal
info String
no setter
isClosed bool
no setter
lastAccessTime DateTime
no setter
nativeConnection → C
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
runtimeTypeNameSafe String
Returns the runtimeType as String in safe way.
no setterinherited

Methods

close() → void
closeImpl() → void
isClosedImpl() bool
isInactive(Duration inactivityLimit, {DateTime? now}) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
timeSinceAccess({DateTime? now}) Duration
toString() String
A string representation of this object.
override
updateLastAccessTime({DateTime? now}) → void

Operators

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