Выпуск новой версии 3.0.2 + языки
This commit is contained in:
@ -36,6 +36,7 @@ public class TCTableTools2 {
|
||||
while (cursor.moveToNext()) {
|
||||
if(first){
|
||||
for (int i = 0; i < columnNames.length; i++) {
|
||||
|
||||
TCField field = new TCField(columnNames[i], TCTableTools2.convertType(cursor.getType(i)));
|
||||
tbl.addField(field);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user