psiprobe.model.sql.DataSourceTestInfo Maven / Gradle / Ivy
/*
* Licensed under the GPL License. You may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
*
* THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING,
* WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR
* PURPOSE.
*/
package psiprobe.model.sql;
import java.io.Serializable;
import java.util.LinkedList;
import java.util.List;
import java.util.Map;
/**
* A class to store data source test tool related data in a session attribute.
*/
public class DataSourceTestInfo implements Serializable {
/** The Constant serialVersionUID. */
private static final long serialVersionUID = 1L;
/** The Constant DS_TEST_SESS_ATTR. */
public static final String DS_TEST_SESS_ATTR = "dataSourceTestData";
/** The results. */
private List