Home
last modified time | relevance | path

Searched refs:connectOptions (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dsqlite3.cpp112 QString connectOptions = db.connectOptions(); in tryOpen() local
114 if (!connectOptions.isEmpty()) connectOptions.append(';'); in tryOpen()
115 connectOptions.append("QSQLITE_OPEN_READONLY"); in tryOpen()
118 db.setConnectOptions(connectOptions); in tryOpen()
168 QString connectOptions = db.connectOptions(); in setBusyTimeout() local
169 if (connectOptions.isEmpty()) { in setBusyTimeout()
170 if (!connectOptions.isEmpty()) connectOptions.append(';'); in setBusyTimeout()
171 connectOptions.append("QSQLITE_BUSY_TIMEOUT=").append(QString::fromStdString(timeoutStr)); in setBusyTimeout()
176 db.setConnectOptions(connectOptions); in setBusyTimeout()