* method may also be used to connect the session, this allows for the user name and password
* to be given at login but for the other database information to be provided when the session is created.
*/
public DatabaseSessionImpl(oracle.toplink.essentials.sessions.Project project) {
super(project);
this.setServerPlatform(new NoServerPlatform(this));
}