Searched refs:TableResultX (Results 1 – 5 of 5) sorted by relevance
6 public class TableResultX extends SQLite.TableResult { class9 public TableResultX() { in TableResultX() method in TableResultX17 public TableResultX(int maxrows) { in TableResultX() method in TableResultX25 public TableResultX(SQLite.TableResult tr) { in TableResultX() method in TableResultX
23 if (r.tr instanceof TableResultX) { in getColumnClassName()24 switch (((TableResultX) r.tr).sql_type[column]) { in getColumnClassName()89 if (r.tr instanceof TableResultX) { in getColumnType()90 return ((TableResultX) r.tr).sql_type[column]; in getColumnType()102 if (r.tr instanceof TableResultX) { in getColumnTypeName()103 switch (((TableResultX) r.tr).sql_type[column]) { in getColumnTypeName()
631 TableResultX tr = new TableResultX(); in getColumns()698 TableResultX tr = new TableResultX(); in getColumnPrivileges()718 TableResultX tr = new TableResultX(); in getTablePrivileges()761 TableResultX tr = new TableResultX(); in getBestRowIdentifier()852 TableResultX tr = new TableResultX(); in getVersionColumns()885 TableResultX tr = new TableResultX(); in getPrimaryKeys()982 JDBCResultSet in, TableResultX out) { in internalImportedKeys()1054 TableResultX tr = new TableResultX(); in getImportedKeys()1080 TableResultX tr = new TableResultX(); in getExportedKeys()1126 TableResultX tr = new TableResultX(); in getCrossReference()[all …]
149 rs = new JDBCResultSet(new TableResultX(tr), this); in executeQuery()
636 if (tr instanceof TableResultX) {637 switch (((TableResultX) tr).sql_type[columnIndex - 1]) {