Add oracle DBType. Close #126.
This commit is contained in:
parent
833d6010a3
commit
8169766fa1
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* 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
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
@ -71,6 +71,7 @@ public class RESTDataStore {
|
||||
public enum DBType {
|
||||
|
||||
POSTGIS("postgis"),
|
||||
ORACLE("oracle"),
|
||||
SHP("shp"),
|
||||
UNKNOWN(null);
|
||||
private final String restName;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user