IStatement class

Inheritance

Constructors

IStatement(FbInterface self)

Properties

hashCode int
The hash code for this object.
no setterinherited
methodCount int
The number of entries in the VTable the interface occupies.
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
self FbInterface
The raw pointer to the native interface.
getter/setter pairinherited
startIndex int
The first entry in the VTable the interface uses.
getter/setter pairinherited
version int
The interface version. Copied from the VTable for convenience.
getter/setter pairinherited
vtable FbInterface
The pointer to the interface's VTable.
getter/setter pairinherited

Methods

addRef() → void
Increase the reference count of the interface.
inherited
createBatch(IStatus status, [IMessageMetadata? inMetadata, int parLength = 0, Pointer<Uint8>? par]) IBatch
deprecatedFree(IStatus status) → void
execute(IStatus status, ITransaction transaction, [IMessageMetadata? inMetadata, Pointer<Uint8>? inBuffer, IMessageMetadata? outMetadata, Pointer<Uint8>? outBuffer]) ITransaction
free(IStatus status) → void
getAffectedRecords(IStatus status) int
getFlags(IStatus status) int
getInfo(IStatus status, int itemsLength, Pointer<Uint8> items, int bufferLength, Pointer<Uint8> buffer) → void
getInputMetadata(IStatus status) IMessageMetadata
getOutputMetadata(IStatus status) IMessageMetadata
getPlan(IStatus status, bool detailed) String
getTimeout(IStatus status) int
getType(IStatus status) int
minSupportedVersion() int
Defines the minimum native interface version supported by this class in fbclient.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openCursor(IStatus status, ITransaction transaction, [IMessageMetadata? inMetadata, Pointer<Uint8>? inBuffer, IMessageMetadata? outMetadata, int flags = 0]) IResultSet
release() int
Decrease the reference count of the interface, possibly causing the destruction of the interface (if its refcount reaches 0). After calling release, the calling code must not use the interface in any fashion.
inherited
setCursorName(IStatus status, String name) → void
setTimeout(IStatus status, int timeout) → void
toString() String
A string representation of this object.
inherited

Operators

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