Searched refs:IDX_LOCATION (Results 1 – 1 of 1) sorted by relevance
105 final int IDX_LOCATION = 1; in executeWizardFromCommandLine() local128 settingsIndex = IDX_LOCATION; in executeWizardFromCommandLine()144 if ( ( settings[ IDX_DSN ] == null ) && ( settings[ IDX_LOCATION ] == null ) ) in executeWizardFromCommandLine()163 if ( settings[ IDX_LOCATION ] != null ) in executeWizardFromCommandLine()164 … curproperties[0] = Properties.createProperty( "DatabaseLocation", settings[ IDX_LOCATION ] ); in executeWizardFromCommandLine()
Completed in 19 milliseconds