Revision 20032 trunk/libraries/libDataSourceDBBaseDrivers/src/org/gvsig/data/datastores/vectorial/db/jdbc/JDBCStore.java

View differences:

JDBCStore.java
29 29
	protected String sqlSource = null;
30 30
	protected boolean useSqlSource = false;
31 31

  
32
	public JDBCStore() {
33
		super();
34
	}
35 32

  
36 33
	protected abstract Connection getConnection();
37 34

  

Also available in: Unified diff