IXpbBuilder class
- Inheritance
-
- Object
- IVersioned
- IDisposable
- IXpbBuilder
Constructors
- IXpbBuilder(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
-
clear(
IStatus status) → void -
dispose(
) → void -
inherited
-
findFirst(
IStatus status, int tag) → bool -
findNext(
IStatus status) → bool -
getBigInt(
IStatus status) → int -
getBuffer(
IStatus status) → Pointer< Uint8> -
getBufferLength(
IStatus status) → int -
getBytes(
IStatus status) → Pointer< Uint8> -
getInt(
IStatus status) → int -
getLength(
IStatus status) → int -
getString(
IStatus status) → String -
getTag(
IStatus status) → int -
insertBigInt(
IStatus status, int tag, int value) → void -
insertBytes(
IStatus status, int tag, Pointer< Uint8> bytes, int length) → void -
insertInt(
IStatus status, int tag, int value) → void -
insertString(
IStatus status, int tag, String str) → void -
insertTag(
IStatus status, int tag) → void -
isEof(
IStatus status) → bool -
minSupportedVersion(
) → int -
Defines the minimum native interface version supported by
this class in fbclient.
override
-
moveNext(
IStatus status) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeCurrent(
IStatus status) → void -
rewind(
IStatus status) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited