haXe API Documentation
Back
|
Index
private
class
neko.db.SqliteConnection
implements
neko.db.Connection
import neko.db.Sqlite
Available in neko
function
new(file :
String
) :
Void
function
addValue(s :
StringBuf
, v :
Dynamic
) :
Void
function
close() :
Void
function
commit() :
Void
function
dbName() :
String
function
escape(s :
String
) :
String
function
lastInsertId() :
Int
function
quote(s :
String
) :
String
function
request(s :
String
) :
neko.db.ResultSet
function
rollback() :
Void
function
startTransaction() :
Void
Back
|
Index