org.geotools.data.postgis
Class PostgisDBInfo

Object
  extended by PostgisDBInfo

public class PostgisDBInfo
extends Object


Field Summary
protected static Logger LOGGER
          The logger for the postgis module.
 
Constructor Summary
PostgisDBInfo(Connection conn)
          Creates a new DBInfo object and populates its values.
 
Method Summary
 int getMajorVersion()
           
 int getMinorVersion()
           
 int getPostgresMajorVersion()
           
 int getPostgresMinorVersion()
           
 String getPostgresVersion()
           
 String getVersion()
           
 boolean isByteaEnabled()
           
 boolean isGeosEnabled()
           
 boolean isSchemaEnabled()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOGGER

protected static final Logger LOGGER
The logger for the postgis module.

Constructor Detail

PostgisDBInfo

public PostgisDBInfo(Connection conn)
Creates a new DBInfo object and populates its values.

Method Detail

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.