Statistics
| Revision:

root / trunk / extensions / extPublish / src / org / gvsig / remoteservices / conf / geonetwork / test / TestDDF2postgres.java @ 8583

History | View | Annotate | Download (280 Bytes)

1
package org.gvsig.remoteservices.conf.geonetwork.test;
2

    
3
public class TestDDF2postgres {
4
        public static void main(String[] args){
5
                String path="/home/david/pruebas";
6
                String squema="public";
7
                DDF2postgres esquemasddf=new DDF2postgres(squema,path);
8
                esquemasddf.convert();
9
        }
10
}