org.geotools.data.postgis
Class PostgisDBInfo
Object
PostgisDBInfo
public class PostgisDBInfo
- extends Object
Field Summary |
protected static Logger |
LOGGER
The logger for the postgis module. |
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOGGER
protected static final Logger LOGGER
- The logger for the postgis module.
PostgisDBInfo
public PostgisDBInfo(Connection conn)
- Creates a new DBInfo object and populates its values.
getVersion
public String getVersion()
getMajorVersion
public int getMajorVersion()
getMinorVersion
public int getMinorVersion()
getPostgresVersion
public String getPostgresVersion()
getPostgresMajorVersion
public int getPostgresMajorVersion()
getPostgresMinorVersion
public int getPostgresMinorVersion()
isSchemaEnabled
public boolean isSchemaEnabled()
isGeosEnabled
public boolean isGeosEnabled()
isByteaEnabled
public boolean isByteaEnabled()
Copyright © 1996-2010 Geotools. All Rights Reserved.