Home | History | Annotate | Download | only in SQLite

Lines Matching refs:Method

167      * It the method fails, an SQLite.Exception is thrown and
169 * the last_error() method.
198 * It the method fails, an SQLite.Exception is thrown and
200 * the last_error() method.
255 * Establish a busy callback method which gets called when
258 * @param bh the object implementing the busy callback method
285 * Convenience method to retrieve an entire result
325 * Convenience method to retrieve an entire result
337 * Convenience method to retrieve an entire result
378 * Convenience method to retrieve an entire result
392 * Convenience method to retrieve an entire result
446 * into the native part. Use the class method in this case.
748 * Internal compile method.
757 * Internal compile method, SQLite 3.0 only.
767 * Internal SQLite3 prepare method.
776 * Internal SQLite open blob method.
790 * Establish a progress callback method which gets called after
794 * @param p the object implementing the progress callback method
949 java.lang.reflect.Method mapLibraryName;