Ejemplo n.º 1
0
 public SQLiteCheck()
 {
     m_Execute = new SQLiteExecute();
 }
Ejemplo n.º 2
0
 public SQLiteCheck()
 {
     m_Execute = new SQLiteExecute();
 }
Ejemplo n.º 3
0
 public SQLiteGet()
 {
     m_Execute = new SQLiteExecute();
 }
 public SQLiteUpdate()
 {
     m_Execute = new SQLiteExecute();
 }
Ejemplo n.º 5
0
 public SQLiteGet()
 {
     m_Execute = new SQLiteExecute();
 }
 public SQLiteInsert()
 {
     m_Execute = new SQLiteExecute();
 }
Ejemplo n.º 7
0
 public SQLiteDelete()
 {
     m_Execute = new SQLiteExecute();
     m_Get = new SQLiteGet();
 }
Ejemplo n.º 8
0
 public SQLiteInsert()
 {
     m_Execute = new SQLiteExecute();
 }
Ejemplo n.º 9
0
 public SQLiteUpdate()
 {
     m_Execute = new SQLiteExecute();
 }
Ejemplo n.º 10
0
 public SQLiteDelete()
 {
     m_Execute = new SQLiteExecute();
     m_Get     = new SQLiteGet();
 }