public SQLiteCheck()
 {
     m_Execute = new SQLiteExecute();
 }
 public SQLiteCheck()
 {
     m_Execute = new SQLiteExecute();
 }
Esempio n. 3
0
 public SQLiteGet()
 {
     m_Execute = new SQLiteExecute();
 }
 public SQLiteUpdate()
 {
     m_Execute = new SQLiteExecute();
 }
 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();
 }
 public SQLiteDelete()
 {
     m_Execute = new SQLiteExecute();
     m_Get     = new SQLiteGet();
 }