IStorage2.StorageGetIndexId (METH)ΒΆ
METHOD StorageGetIndexId : ERROR
Determines the id of an index of a table.
- InOut:
Scope
Name
Type
Comment
Return
StorageGetIndexIdERRORThe error code. Can return ERROR.NOT_IMPLEMENTED for non- sqlite implementations
Inout
sIndexSTRINGThe name of the index
sTableSTRINGThe name of the table the index belongs to
Output
idIndexCAA.IDENTReturns id of the index.