Home
last modified time | relevance | path

Searched refs:SQLiteConnection (Results 1 – 25 of 65) sorted by relevance

123

/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/fbreader/src/database/sqldb/implsqlite/
H A DSQLiteConnection.h31 class SQLiteConnection : public DBConnection {
34 SQLiteConnection(const std::string &name);
35 ~SQLiteConnection();
61 SQLiteConnection(const SQLiteConnection &);
62 const SQLiteConnection &operator = (const SQLiteConnection &);
66 inline const std::string &SQLiteConnection::name() const { return myName; } in name()
67 inline sqlite3 *SQLiteConnection::database() { return myDatabase; } in database()
69 inline void SQLiteConnection::addStatement(sqlite3_stmt *statement) { myStatements.push_back(statem… in addStatement()
71 inline void SQLiteConnection::removeStatement(sqlite3_stmt *statement) { in removeStatement()
78 inline bool SQLiteConnection::isOpened() const { return myDatabase != 0; } in isOpened()
H A DSQLiteConnection.cpp24 SQLiteConnection::SQLiteConnection(const std::string &name) in SQLiteConnection() function in SQLiteConnection
30 SQLiteConnection::~SQLiteConnection() { in ~SQLiteConnection()
37 bool SQLiteConnection::open() { in open()
53 void SQLiteConnection::finalizeOpenedStatements() { in finalizeOpenedStatements()
64 bool SQLiteConnection::close() { in close()
80 void SQLiteConnection::dumpError() const { in dumpError()
H A DSQLiteCommand.cpp54 SQLiteConnection &con = (SQLiteConnection &) connection(); in ~SQLiteCommand()
64 SQLiteConnection &con = (SQLiteConnection &) connection(); in execute()
97 SQLiteConnection &con = (SQLiteConnection &) connection(); in executeScalar()
134 SQLiteConnection &con = (SQLiteConnection &) connection(); in executeReader()
147 bool SQLiteCommand::prepareStatements(SQLiteConnection &conn) { in prepareStatements()
314 SQLiteConnection &con = (SQLiteConnection &) connection(); in finalizeStatements()
330 ((SQLiteConnection &) connection()).dumpError(); in dumpError()
/dports/databases/R-cran-RSQLite/RSQLite/man/
H A Dquery.Rd4 \alias{dbClearResult,SQLiteConnection-method}
7 \alias{dbGetPreparedQuery,SQLiteConnection,character,data.frame-method}
8 \alias{dbGetQuery,SQLiteConnection,character-method}
9 \alias{dbListResults,SQLiteConnection-method}
10 \alias{dbSendPreparedQuery,SQLiteConnection,character,data.frame-method}
11 \alias{dbSendQuery,SQLiteConnection,character-method}
16 \S4method{dbSendQuery}{SQLiteConnection,character}(conn, statement)
27 \S4method{dbClearResult}{SQLiteConnection}(res, ...)
29 \S4method{dbListResults}{SQLiteConnection}(conn, ...)
31 \S4method{dbGetQuery}{SQLiteConnection,character}(conn, statement)
[all …]
H A Dtransactions.Rd4 \alias{dbBegin,SQLiteConnection-method}
5 \alias{dbCommit,SQLiteConnection-method}
6 \alias{dbRollback,SQLiteConnection-method}
10 \S4method{dbBegin}{SQLiteConnection}(conn, name = NULL)
12 \S4method{dbCommit}{SQLiteConnection}(conn, name = NULL)
14 \S4method{dbRollback}{SQLiteConnection}(conn, name = NULL)
17 \item{conn}{a \code{\linkS4class{SQLiteConnection}} object, produced by
H A DSQLiteConnection-class.Rd3 \name{SQLiteConnection-class}
4 \alias{SQLiteConnection-class}
5 \title{Class SQLiteConnection.}
7 \code{SQLiteConnection} objects are usually created by
H A DdbListTables-SQLiteConnection-method.Rd3 \name{dbListTables,SQLiteConnection-method}
4 \alias{dbListTables,SQLiteConnection-method}
7 \S4method{dbListTables}{SQLiteConnection}(conn)
10 \item{conn}{An existing \code{\linkS4class{SQLiteConnection}}}
H A DdbGetException-SQLiteConnection-method.Rd3 \name{dbGetException,SQLiteConnection-method}
4 \alias{dbGetException,SQLiteConnection-method}
7 \S4method{dbGetException}{SQLiteConnection}(conn)
10 \item{conn}{an object of class \code{\linkS4class{SQLiteConnection}}}
H A DdbExistsTable-SQLiteConnection-character-method.Rd3 \name{dbExistsTable,SQLiteConnection,character-method}
4 \alias{dbExistsTable,SQLiteConnection,character-method}
7 \S4method{dbExistsTable}{SQLiteConnection,character}(conn, name)
10 \item{conn}{An existing \code{\linkS4class{SQLiteConnection}}}
H A Dmake.db.names-SQLiteConnection-character-method.Rd3 \name{make.db.names,SQLiteConnection,character-method}
4 \alias{SQLKeywords,SQLiteConnection-method}
5 \alias{isSQLKeyword,SQLiteConnection,character-method}
6 \alias{make.db.names,SQLiteConnection,character-method}
9 \S4method{make.db.names}{SQLiteConnection,character}(dbObj, snames,
12 \S4method{SQLKeywords}{SQLiteConnection}(dbObj, ...)
14 \S4method{isSQLKeyword}{SQLiteConnection,character}(dbObj, name,
H A DdbRemoveTable-SQLiteConnection-character-method.Rd3 \name{dbRemoveTable,SQLiteConnection,character-method}
4 \alias{dbRemoveTable,SQLiteConnection,character-method}
7 \S4method{dbRemoveTable}{SQLiteConnection,character}(conn, name)
10 \item{conn}{An existing \code{\linkS4class{SQLiteConnection}}}
H A DdbListFields-SQLiteConnection-character-method.Rd3 \name{dbListFields,SQLiteConnection,character-method}
4 \alias{dbListFields,SQLiteConnection,character-method}
7 \S4method{dbListFields}{SQLiteConnection,character}(conn, name)
10 \item{conn}{An existing \code{\linkS4class{SQLiteConnection}}}
H A DdbGetInfo.Rd5 \alias{dbGetInfo,SQLiteConnection-method}
12 \S4method{dbGetInfo}{SQLiteConnection}(dbObj)
18 \code{\linkS4class{SQLiteConnection}} or
H A DdbDataType-SQLiteConnection-method.Rd3 \name{dbDataType,SQLiteConnection-method}
4 \alias{dbDataType,SQLiteConnection-method}
8 \S4method{dbDataType}{SQLiteConnection}(dbObj, obj, ...)
H A DdbWriteTable.Rd3 \name{dbWriteTable,SQLiteConnection,character,data.frame-method}
4 \alias{dbWriteTable,SQLiteConnection,character,character-method}
5 \alias{dbWriteTable,SQLiteConnection,character,data.frame-method}
8 \S4method{dbWriteTable}{SQLiteConnection,character,data.frame}(conn, name,
12 \S4method{dbWriteTable}{SQLiteConnection,character,character}(conn, name, value,
18 \item{conn}{a \code{\linkS4class{SQLiteConnection}} object, produced by
H A DdbConnect-SQLiteDriver-method.Rd7 \alias{dbConnect,SQLiteConnection-method}
9 \alias{dbDisconnect,SQLiteConnection-method}
16 \S4method{dbConnect}{SQLiteConnection}(drv)
18 \S4method{dbDisconnect}{SQLiteConnection}(conn)
22 \code{\linkS4class{SQLiteConnection}}. If an connection, the connection
H A DdbReadTable-SQLiteConnection-character-method.Rd3 \name{dbReadTable,SQLiteConnection,character-method}
4 \alias{dbReadTable,SQLiteConnection,character-method}
7 \S4method{dbReadTable}{SQLiteConnection,character}(conn, name, row.names,
11 \item{conn}{a \code{\linkS4class{SQLiteConnection}} object, produced by
/dports/databases/R-cran-RSQLite/RSQLite/src/
H A Dconnection.c27 SQLiteConnection* rsqlite_connection_from_handle(SEXP handle) { in rsqlite_connection_from_handle()
28 SQLiteConnection* con = (SQLiteConnection*) R_ExternalPtrAddr(handle); in rsqlite_connection_from_handle()
58 SQLiteConnection* con = malloc(sizeof(SQLiteConnection)); in rsqlite_connection_create()
91 SQLiteConnection* con = rsqlite_connection_from_handle(handle); in rsqlite_connection_destroy()
122 SQLiteConnection* con = R_ExternalPtrAddr(dbObj); in rsqlite_connection_valid()
133 SQLiteConnection* con = rsqlite_connection_from_handle(conHandle); in rsqlite_connection_info()
H A Drsqlite.h85 typedef struct SQLiteConnection { struct
89 } SQLiteConnection; argument
108 void rsqlite_result_alloc(SQLiteConnection* con);
109 void rsqlite_result_free(SQLiteConnection* con);
129 void rsqlite_exception_set(SQLiteConnection *con, int err_no, const char *err_msg);
130 void rsqlite_exception_free(SQLiteConnection *con);
135 SQLiteConnection* rsqlite_connection_from_handle(SEXP handle);
H A Dresult.c21 void rsqlite_result_alloc(SQLiteConnection* con) { in rsqlite_result_alloc()
38 void rsqlite_result_free(SQLiteConnection* con) { in rsqlite_result_free()
63 SQLiteConnection* con = rsqlite_connection_from_handle(handle); in rsqlite_result_free_handle()
71 SQLiteConnection* con = rsqlite_connection_from_handle(handle); in rsqlite_result_from_handle()
81 SQLiteConnection* con = rsqlite_connection_from_handle(handle); in rsqlite_result_valid()
H A Dexceptions.c21 void rsqlite_exception_set(SQLiteConnection* con, int err_no, const char* err_msg) { in rsqlite_exception_set()
46 void rsqlite_exception_free(SQLiteConnection* con) { in rsqlite_exception_free()
60 SQLiteConnection* con = rsqlite_connection_from_handle(handle); in rsqlite_exception_info()
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKMap/GKMap.Core/CacheProviders/
H A DSQLitePureImageCache.cs28 using SQLiteConnection = Mono.Data.Sqlite.SqliteConnection;
119 …teLine("SQLiteVersion: " + SQLiteConnection.SQLiteVersion + " | " + SQLiteConnection.SQLiteSourceI… in Ping()
145 SQLiteConnection.ClearAllPools();
236 using (SQLiteConnection cn = new SQLiteConnection()) { in CreateEmptyDB()
284 using (SQLiteConnection cn = new SQLiteConnection()) { in PreAllocateDB()
329 using (SQLiteConnection cn = new SQLiteConnection()) { in AlterDBAddTimeColumn()
400 using (SQLiteConnection cn = new SQLiteConnection()) { in VacuumDb()
463 using (SQLiteConnection cn = new SQLiteConnection()) { in IPureImageCache.PutImageToCache()
523 using (SQLiteConnection cn = new SQLiteConnection()) { in IPureImageCache.GetImageFromCache()
578 using (SQLiteConnection cn = new SQLiteConnection()) { in IPureImageCache.DeleteOlderThan()
/dports/databases/R-cran-RSQLite/RSQLite/
H A DMD526 9203f172c266b4a9111f38ad1a331a68 *man/SQLiteConnection-class.Rd
32 6e8c3dcbfe7c06298429993be00f4a8b *man/dbDataType-SQLiteConnection-method.Rd
33 52eddfefb1ebf636d4003eabab76c9e0 *man/dbExistsTable-SQLiteConnection-character-method.Rd
34 9f881f02a8c77ca70bfc66af204785fe *man/dbGetException-SQLiteConnection-method.Rd
37 c76832f37417b05f08f2ff95e7eb7cfb *man/dbListFields-SQLiteConnection-character-method.Rd
38 0b3e1d10ceff75a09d473dbf188498ab *man/dbListTables-SQLiteConnection-method.Rd
39 d55aa826adce5f64f4def1a8471b3dbe *man/dbReadTable-SQLiteConnection-character-method.Rd
40 b9408362e377238eb551c904148f1cab *man/dbRemoveTable-SQLiteConnection-character-method.Rd
45 2127e1399315f4c84166b0de306fbcfb *man/make.db.names-SQLiteConnection-character-method.Rd
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKCommunicator/GKNetCore/Database/
H A DSQLDatabase.cs31 private SQLiteConnection fConnection;
57 fConnection = (SQLiteConnection)SQLiteFactory.Instance.CreateConnection(); in Connect()
103 SQLiteConnection.CreateFile(baseName); in CreateDatabase()
105 …using (SQLiteConnection connection = (SQLiteConnection)SQLiteFactory.Instance.CreateConnection()) { in CreateDatabase()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data.Linq/src/DbLinq.Sqlite/Test/
H A DTestBase.cs50 return new SQLiteCommand(sql, (SQLiteConnection) conn); in CreateCommand()
55 return new SQLiteConnection(connectionString); in CreateConnection()

123