[uuid(f7e7b341-2d5c-4d04-9f51-496cb2ce178c)]
interface nsIAutoCompleteMdbResult : nsIAutoCompleteBaseResult

Constants


          
const short kUnicharType = 0

          
const short kCharType = 1

          
const short kIntType = 2

Methods


          
void addRow(in nsIMdbRow row)

          
long getIntRowValue(in nsIMdbRow row, in mdb_column col)

          
nsIMdbRow getRowAt(in unsigned long rowIndex)

          
AString getRowValue(in nsIMdbRow row, in mdb_column col)

          
AUTF8String getUTF8RowValue(in nsIMdbRow row, in mdb_column col)

          
void init(in nsIMdbEnv env, in nsIMdbTable table)

          
void setTokens(in mdb_scope valueToken, in short valueType, in mdb_scope commentToken, in short commentType)