Beispiel #1
0
 // Function from file: dbcore.dm
 public bool Close(  )
 {
     this.item.len    = 0;
     this.columns     = null;
     this.conversions = null;
     return(DB13.close(this._db_query));
 }
Beispiel #2
0
 // Function from file: dbcore.dm
 public bool Disconnect(  )
 {
     return(DB13.close(this._db_con));
 }