Example #1
0
 public static MySQL getInstance()
 {
     instance = instance ?? new MySQL();
     return(instance);
 }