this.startObtainAll = false;
this.collection = false;
this.collectionHasName = false;
this.forceTable = false;
this.tableForcedName = "";
this.manager = new EntityManager();
this.arrayRs = new Stack<ResultSet>();
this.conex = DbmsInterpreter.connect(db, args);
}