OdbcAuditEvent class
Typed audit event mapped from native JSON payloads.
Constructors
-
OdbcAuditEvent({required int timestampMs, required String eventType, required int? connectionId, required String? query, required Map<
String, String> metadata}) - Creates an OdbcAuditEvent.
-
OdbcAuditEvent.fromJson(Map<
String, Object?> json) -
Builds an OdbcAuditEvent from a decoded JSON map.
factory
Properties
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