Readonly
numOptional
aInstancePtr: objectA run time mechanism for interface discovery.
NS_OK if the interface is supported by the associated instance, NS_NOINTERFACE if it is not.
aInstancePtr must not be null.
[in] A requested interface IID
[out] A pointer to an interface pointer to receive the result.
Obtain a value for the given entry (column) index. Due to SQLite's type conversion rules, any of these are valid for any column regardless of the column's data type. However, if the specific type matters, getTypeOfIndex should be used first to identify the column type, and then the appropriate get method should be called.
If you ask for a string value for a NULL column, you will get an empty string with IsVoid set to distinguish it from an explicitly set empty string.
Obtains the result of a given column specified by aName.
the result of the specified column.
The name of a result column is the value of the "AS" clause for that column. If there is no AS clause then the name of the column is unspecified and may change from one release to the next.
Name of the result to get from the tuple.
Returns a shared string pointer.
0-based colummn index.
The number of bytes in the string or blob. This is the same as the number of characters for UTF-8 strings, and twice the number of characters for UTF-16 strings.
A pointer to the string or blob.
Generated using TypeDoc
numEntries
number of entries in the array (each corresponding to a column in the database row)