Home
last modified time | relevance | path

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

/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dbuild.c828 static char *createTableStmt(Table *p){ in createTableStmt() function
943 char *z = createTableStmt(p); in sqliteEndTable()
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c78711 static char *createTableStmt(sqlite3 *db, Table *p){
78918 zStmt = createTableStmt(db, p);

Completed in 271 milliseconds