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