IMetaDataTables class com
Provides methods for the storage and retrieval of metadata information in tables.
- Inheritance
- Implementers
Constructors
-
IMetaDataTables.new(Pointer<
COMObject> ptr) - IMetaDataTables.from(IUnknown interface)
-
factory
Properties
Methods
-
addRef(
) → int -
Increments the reference count for an interface pointer to a COM object.
inherited
-
detach(
) → void -
Detaches the object from the
Finalizer
.inherited -
getBlob(
int ixBlob, Pointer< Uint32> pcbData, Pointer<Pointer< ppData) → intNativeType> > -
getBlobHeapSize(
Pointer< Uint32> pcbBlobs) → int -
getCodedTokenInfo(
int ixCdTkn, Pointer< Uint32> pcTokens, Pointer<Pointer< ppTokens, Pointer<Uint32> >Pointer< ppName) → intInt8> > -
getColumn(
int ixTbl, int ixCol, int rid, Pointer< Uint32> pVal) → int -
getColumnInfo(
int ixTbl, int ixCol, Pointer< Uint32> poCol, Pointer<Uint32> pcbCol, Pointer<Uint32> pType, Pointer<Pointer< ppName) → intInt8> > -
getGuid(
int ixGuid, Pointer< Pointer< ppGUID) → intGUID> > -
getGuidHeapSize(
Pointer< Uint32> pcbGuids) → int -
getNextBlob(
int ixBlob, Pointer< Uint32> pNext) → int -
getNextGuid(
int ixGuid, Pointer< Uint32> pNext) → int -
getNextString(
int ixString, Pointer< Uint32> pNext) → int -
getNextUserString(
int ixUserString, Pointer< Uint32> pNext) → int -
getNumTables(
Pointer< Uint32> pcTables) → int -
getRow(
int ixTbl, int rid, Pointer< Pointer< ppRow) → intNativeType> > -
getString(
int ixString, Pointer< Pointer< ppString) → intInt8> > -
getStringHeapSize(
Pointer< Uint32> pcbStrings) → int -
getTableIndex(
int token, Pointer< Uint32> pixTbl) → int -
getTableInfo(
int ixTbl, Pointer< Uint32> pcbRow, Pointer<Uint32> pcRows, Pointer<Uint32> pcCols, Pointer<Uint32> piKey, Pointer<Pointer< ppName) → intInt8> > -
getUserString(
int ixUserString, Pointer< Uint32> pcbData, Pointer<Pointer< ppData) → intNativeType> > -
getUserStringHeapSize(
Pointer< Uint32> pcbBlobs) → int -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
queryInterface(
Pointer< GUID> riid, Pointer<Pointer< ppvObject) → intNativeType> > -
Queries a COM object for a pointer to one of its interface; identifying
the interface by a reference to its interface identifier (IID).
inherited
-
release(
) → int -
Decrements the reference count for an interface on a COM object.
inherited
-
toInterface(
String iid) → Pointer< COMObject> -
Cast an existing COM object to a specified interface.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited