OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:autoCommit
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
vacuum.c
109
if( !db->
autoCommit
){
326
** by manually setting the
autoCommit
flag to true and detaching the
330
db->
autoCommit
= 1;
attach.c
95
if( !db->
autoCommit
){
264
if( !db->
autoCommit
){
pragma.c
111
if( !db->
autoCommit
|| sqlite3BtreeIsInReadTrans(db->aDb[1].pBt) ){
216
if( db->
autoCommit
==0 ){
833
if( !db->
autoCommit
){
[
all
...]
vdbe.c
[
all
...]
vdbeaux.c
[
all
...]
main.c
832
if( db->xRollbackCallback && (inTrans || !db->
autoCommit
) ){
[
all
...]
vdbeapi.c
395
assert( db->writeVdbeCnt>0 || db->
autoCommit
==0 || db->nDeferredCons==0 );
[
all
...]
sqliteInt.h
808
u8
autoCommit
; /* The auto-commit flag. */
[
all
...]
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
TestHelper_Connection1.java
161
public void setAutoCommit(boolean
autoCommit
) throws SQLException {
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
[
all
...]
Completed in 499 milliseconds