Uses of Class
SQLite.TableResult
| Package | Description |
|---|---|
| SQLite | |
| SQLite.JDBC2z |
-
Uses of TableResult in SQLite
Methods in SQLite that return TableResult Modifier and Type Method Description TableResultDatabase. get_table(String sql)Convenience method to retrieve an entire result set into memory.TableResultDatabase. get_table(String sql, int maxrows)Convenience method to retrieve an entire result set into memory.TableResultDatabase. get_table(String sql, int maxrows, String[] args)Convenience method to retrieve an entire result set into memory.TableResultDatabase. get_table(String sql, String[] args)Convenience method to retrieve an entire result set into memory.Methods in SQLite with parameters of type TableResult Modifier and Type Method Description voidDatabase. get_table(String sql, String[] args, TableResult tbl)Convenience method to retrieve an entire result set into memory. -
Uses of TableResult in SQLite.JDBC2z
Subclasses of TableResult in SQLite.JDBC2z Modifier and Type Class Description classTableResultXFields in SQLite.JDBC2z declared as TableResult Modifier and Type Field Description protected TableResultJDBCResultSet. trTable returned by Database.get_table()Constructors in SQLite.JDBC2z with parameters of type TableResult Constructor Description JDBCResultSet(TableResult tr, JDBCStatement s)TableResultX(TableResult tr)