Class Autoregister

java.lang.Object
net.postgis.jdbc.smoketest.Autoregister

public class Autoregister extends Object
This test program tests whether the autoregistration of PostGIS data types within the pgjdbc driver was successful. This is supposed to work with pgjdbc.jar version 8.0 and newer, and thus refuses to work with older pgjdbc versions. (But it will work fine against older servers.) It also checks for postgis version to know whether box2d is available.
  • Constructor Details

    • Autoregister

      public Autoregister()
  • Method Details