SQLITEStatement

Undocumented in source.

Constructors

this
this(SQLITEConnection conn)

Undocumented in source.

Members

Functions

checkClosed
void checkClosed()

Undocumented in source. Be warned that the author may not have intended to support it.

close
void close()

Undocumented in source. Be warned that the author may not have intended to support it.

closeResultSet
void closeResultSet()

Undocumented in source. Be warned that the author may not have intended to support it.

executeQuery
dstruct.ddbc.core.ResultSet executeQuery(string query)

Undocumented in source. Be warned that the author may not have intended to support it.

executeUpdate
int executeUpdate(string query)

Undocumented in source. Be warned that the author may not have intended to support it.

executeUpdate
int executeUpdate(string query, Variant insertId)

Undocumented in source. Be warned that the author may not have intended to support it.

getConnection
SQLITEConnection getConnection()

Undocumented in source. Be warned that the author may not have intended to support it.

lock
void lock()

Undocumented in source. Be warned that the author may not have intended to support it.

unlock
void unlock()

Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Statement

executeQuery
ResultSet executeQuery(string query)

Undocumented in source.

executeUpdate
int executeUpdate(string query)

Undocumented in source.

executeUpdate
int executeUpdate(string query, Variant insertId)

Undocumented in source.

close
void close()

Undocumented in source.

Meta