Project:dool
Class List Class Hierarchy
Summary: Ctors Methods

Module dool.sql.dsqlite.LStatement

Class LStatement

Implemented interfaces:
Statement
class LStatement



Constructor Summary
(DSQLite connection)
          

Methods Summary
~this ()
          
String errorMessage()
          
int prepare(String sql)
          Prepares one sql statement - multiple are not supported.
int prepare(char sql)
          
void begin()
          
void commit()
          
void rollback()
          
int execute(char statement)
          this just step until error of done
int execute(String statement)
          
ResultSet getResultSet(char statement)
          
ResultSet getResultSet(String statement)
          
SQLiteState step()
          
int finish()
          


this (DSQLite connection)

~this ()

String errorMessage()

int prepare(String sql)
/** * Prepares one sql statement - multiple are not supported. * This resets the header and the current tuple */
int prepare(char[] sql)

void begin()

void commit()

void rollback()

int execute(char[] statement)
/** * this just step until error of done */
int execute(String statement)

ResultSet getResultSet(char[] statement)

ResultSet getResultSet(String statement)

SQLiteState step()

int finish()