コード例 #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));
 }
コード例 #2
0
ファイル: DBConnection.cs プロジェクト: Somnium13/SS13
 // Function from file: dbcore.dm
 public bool Disconnect(  )
 {
     return(DB13.close(this._db_con));
 }