org.openstreetmap.osmosis.pgsnapshot.v0_6.PostgreSqlVersionConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of osmosis-pgsnapshot Show documentation
Show all versions of osmosis-pgsnapshot Show documentation
Osmosis is a Java application and library for processing OSM data.
The newest version!
// This software is released into the Public Domain. See copying.txt for details.
package org.openstreetmap.osmosis.pgsnapshot.v0_6;
/**
* Defines constants specific to the specific schema version.
*
* @author Brett Henderson
*/
public final class PostgreSqlVersionConstants {
private PostgreSqlVersionConstants() {
// This class cannot be instantiated.
}
/**
* Defines the schema version number currently supported.
*/
public static final int SCHEMA_VERSION = 6;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy