NamedQuery class

A query, where QueryString is the list of SQL query statements that comprise the query.

Constructors

NamedQuery({required String database, required String name, required String queryString, String? description, String? namedQueryId, String? workGroup})
NamedQuery.fromJson(Map<String, dynamic> json)
factory

Properties

database String
The database to which the query belongs.
final
description String?
The query description.
final
hashCode int
The hash code for this object.
no setterinherited
name String
The query name.
final
namedQueryId String?
The unique identifier of the query.
final
queryString String
The SQL query statements that comprise the query.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
workGroup String?
The name of the workgroup that contains the named query.
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