public static BasicDataSource getDataSource() { if (instance == null) { instance = DataSourceManager.getInstance(); } return dataSource; }