| java.lang.Object com.sqlmagic.tinysql.tinySQL
All known Subclasses: com.sqlmagic.tinysql.textFile, com.sqlmagic.tinysql.dbfFile,
tinySQL | abstract public class tinySQL (Code) | | author: Thomas Morger Changed tinySQL to reflect changes author: in tinySQLResultSet - an instance of the connection is passed to a new author: resultset at construction time. author: When fetching a resultset, the number of rows to fetch can be set in the author: statement. The builder will return when the given number of rows has been author: reached and will be restarted by tsResultSet when more rows are needed. |
Constructor Summary | |
public | tinySQL() |
Method Summary | |
abstract void | AlterTableAddCol(String tableName, Vector v) | abstract void | AlterTableDropCol(String tableName, Vector v) | abstract void | AlterTableRenameCol(String tableName, String oldColumnName, String newColumnName) | abstract void | CreateTable(String tableName, Vector v) | abstract void | DropTable(String tableName) | protected tsResultSet | SelectStatement(Hashtable t, Vector c, tinySQLWhere w, String ot, boolean distinct, Object stmt) | protected void | contSelectStatement(tsResultSet jrs) | abstract tinySQLTable | getTable(String tableName) | protected tsResultSet | sql(Object s) | public tsResultSet | sqlexec() | public tsResultSet | sqlexec(tinySQLStatement s) | public tsResultSet | sqlexec(tinySQLPreparedStatement s) |
debuggroupBreakkeepRecord | boolean debuggroupBreakkeepRecord(Code) | | |
exDebugperformDebug | boolean exDebugperformDebug(Code) | | |
|
|