Home | History | Annotate | Download | only in history

Lines Matching full:database

22 // Encapsulation of a full-text indexed database file.
37 // The title is returned because the title in the text database and the URL
38 // database may differ. This happens because we capture the title when the
58 // This function will attach the new database to the given database
65 // ID is the identifier for the database. It should uniquely identify it among
76 // Initializes the database connection and creates the file if the class
88 // For testing, returns the file name of the database so it can be deleted
93 // which is the part before the database identifier. For example
94 // "History Index *". This is for finding existing database files.
97 // Converts a filename on disk (optionally including a path) to a database
113 // Optimizes the tree inside the database. This will, in addition to making
114 // access faster, remove any deleted data from the database (normally it is
117 // page from history but it still exists in the full text database in some
141 // Converts the given database identifier to a filename. This does not include
149 // The sql database. Not valid until Init is called.