Package net.postgis.jdbc
Class DriverWrapper.TypesAdder72
- java.lang.Object
-
- net.postgis.jdbc.DriverWrapper.TypesAdder
-
- net.postgis.jdbc.DriverWrapper.TypesAdder72
-
- Enclosing class:
- DriverWrapper
protected static class DriverWrapper.TypesAdder72 extends DriverWrapper.TypesAdder
addGISTypes for V7.2 pgjdbc
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedTypesAdder72()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddBinaryGeometries(Connection conn)voidaddBoxen(Connection conn)voidaddGeometries(Connection conn)-
Methods inherited from class net.postgis.jdbc.DriverWrapper.TypesAdder
addGT
-
-
-
-
Method Detail
-
addGeometries
public void addGeometries(Connection conn) throws SQLException
- Specified by:
addGeometriesin classDriverWrapper.TypesAdder- Throws:
SQLException
-
addBoxen
public void addBoxen(Connection conn) throws SQLException
- Specified by:
addBoxenin classDriverWrapper.TypesAdder- Throws:
SQLException
-
addBinaryGeometries
public void addBinaryGeometries(Connection conn) throws SQLException
- Specified by:
addBinaryGeometriesin classDriverWrapper.TypesAdder- Throws:
SQLException
-
-