Proyectos de Subversion Iphone Microlearning - Nuevo Interface

Rev

Rev 1 | Rev 19 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 11
Línea 43... Línea 43...
43
                 model.label = String(describing: String(cString: sqlite3_column_text(statement, 2)))
43
                 model.label = String(describing: String(cString: sqlite3_column_text(statement, 2)))
44
                 model.value = String(describing: String(cString: sqlite3_column_text(statement,3)))
44
                 model.value = String(describing: String(cString: sqlite3_column_text(statement,3)))
Línea 45... Línea 45...
45
                 
45
                 
46
 
46
 
Línea 47... Línea 47...
47
                 records.append(model)
47
                 records.append(model)
48
                 print("\nSuccessfully get records")
48
                 //print("\nSuccessfully get records")
49
                 
49
                 
50
             }
50
             }
Línea 76... Línea 76...
76
                 model.label = String(describing: String(cString: sqlite3_column_text(statement, 2)))
76
                 model.label = String(describing: String(cString: sqlite3_column_text(statement, 2)))
77
                 model.value = String(describing: String(cString: sqlite3_column_text(statement,3)))
77
                 model.value = String(describing: String(cString: sqlite3_column_text(statement,3)))
Línea 78... Línea 78...
78
                 
78
                 
79
 
79
 
Línea 80... Línea 80...
80
                 records.append(model)
80
                 records.append(model)
81
                 print("\nSuccessfully get records")
81
                 //print("\nSuccessfully get records")
82
                 
82
                 
83
             }
83
             }