Statement class abstract
Represents a GQL statement.
- Implementers
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
execute(
{required String gql}) → Future< bool> - Executes the given GQL statement, which may return multiple results.
-
executeQuery(
{required String gql}) → Future< ResultSet> - Executes the given GQL statement, which returns a single ResultSet object.
-
executeUpdate(
{required String gql}) → Future< int> - Executes the given GQL statement, which may be an INSERT, UPDATE, or DELETE statement or an SQL statement that returns nothing, such as an GQL DDL statement.
-
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