Skip to content

Commit 44bef0f

Browse files
committed
update functions
1 parent fb109d6 commit 44bef0f

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@ the Matlab Native SQLITE interface.
99

1010
It provides functionality for the following functions:
1111

12-
* sqlite
13-
* fetch
14-
* execute
15-
* sqlread
16-
* sqlwrite
17-
* commit
18-
* rollback
19-
* isopen
12+
* sqlite - create a sqlite database connection
13+
* close - close a sqlite database connection
14+
* fetch - fetch data from a connection using sql
15+
* execute - execute a non selecting sql statement
16+
* sqlread - read a sqlite table
17+
* sqlwrite - write to a sqlite table
18+
* commit - commit transaction when not in autocommit mode
19+
* rollback - rollback a transaction when not in autocommit mode
20+
* isopen - verify the database is open
2021

2122
## Installing the Toolkit
2223

0 commit comments

Comments
 (0)