nsIAutoCompleteMdbResult
| IID: | f7e7b341-2d5c-4d04-9f51-496cb2ce178c |
| Inherits From: | nsIAutoCompleteBaseResult |
Constants
| PRInt16 | kUnicharType | = 0 |
| PRInt16 | kCharType | = 1 |
| PRInt16 | kIntType | = 2 |
Methods
void addRow ( nsIMdbRow row )
PRInt32 getIntRowValue ( nsIMdbRow row , mdb_column col )
nsIMdbRow getRowAt ( PRUint32 rowIndex )
AString getRowValue ( nsIMdbRow row , mdb_column col )
AUTF8String getUTF8RowValue ( nsIMdbRow row , mdb_column col )
void init ( nsIMdbEnv env , nsIMdbTable table )
void setTokens ( mdb_scope valueToken , PRInt16 valueType , mdb_scope commentToken , PRInt16 commentType )
void addRow ( nsIMdbRow row )
- Arguments:
- row
PRInt32 getIntRowValue ( nsIMdbRow row , mdb_column col )
- Arguments:
- row
- col
nsIMdbRow getRowAt ( PRUint32 rowIndex )
- Arguments:
- rowIndex
AString getRowValue ( nsIMdbRow row , mdb_column col )
- Arguments:
- row
- col
AUTF8String getUTF8RowValue ( nsIMdbRow row , mdb_column col )
- Arguments:
- row
- col
void init ( nsIMdbEnv env , nsIMdbTable table )
- Arguments:
- env
- table
void setTokens ( mdb_scope valueToken , PRInt16 valueType , mdb_scope commentToken , PRInt16 commentType )
- Arguments:
- valueToken
- valueType
- commentToken
- commentType
Reference documentation is generated from Mozilla's source.
