Package net.postgis.jdbc
Class DriverWrapper.TypesAdder74
- java.lang.Object
-
- net.postgis.jdbc.DriverWrapper.TypesAdder
-
- net.postgis.jdbc.DriverWrapper.TypesAdder74
-
- Enclosing class:
- DriverWrapper
protected static final class DriverWrapper.TypesAdder74 extends DriverWrapper.TypesAdder
addGISTypes for V7.3 and V7.4 pgjdbc
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedTypesAdder74()
-
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
-
-