Revision 12036 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/drivers/db/utils/ConnectionWithParams.java

View differences:

ConnectionWithParams.java
14 14
 * @author jldominguez
15 15
 *
16 16
 */
17

  
17 18
public class ConnectionWithParams {
18 19

  
19 20
	private static Logger logger = Logger.getLogger(ConnectionWithParams.class.getName());
......
31 32
    private String db;
32 33

  
33 34
    private String schema;
34
    
35

  
35 36
    private boolean isNull = false;
36 37

  
37 38

  

Also available in: Unified diff