public SQLiteCheck()
 {
     m_Execute = new SQLiteExecute();
 }
Пример #2
0
 public SQLiteCheck()
 {
     m_Execute = new SQLiteExecute();
 }
Пример #3
0
 public SQLiteGet()
 {
     m_Execute = new SQLiteExecute();
 }
 public SQLiteUpdate()
 {
     m_Execute = new SQLiteExecute();
 }
Пример #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();
 }
 public SQLiteDelete()
 {
     m_Execute = new SQLiteExecute();
     m_Get     = new SQLiteGet();
 }