Add oracle DBType. Close #126.

This commit is contained in:
etj 2014-06-27 16:30:21 +02:00
parent 833d6010a3
commit 8169766fa1

View File

@ -1,7 +1,7 @@
/* /*
* GeoServer-Manager - Simple Manager Library for GeoServer * GeoServer-Manager - Simple Manager Library for GeoServer
* *
* Copyright (C) 2007,2011 GeoSolutions S.A.S. * Copyright (C) 2007,2014 GeoSolutions S.A.S.
* http://www.geo-solutions.it * http://www.geo-solutions.it
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy * Permission is hereby granted, free of charge, to any person obtaining a copy
@ -71,6 +71,7 @@ public class RESTDataStore {
public enum DBType { public enum DBType {
POSTGIS("postgis"), POSTGIS("postgis"),
ORACLE("oracle"),
SHP("shp"), SHP("shp"),
UNKNOWN(null); UNKNOWN(null);
private final String restName; private final String restName;