Class DBConstants.Defaults
- java.lang.Object
-
- org.gcube.application.geoportal.service.model.internal.db.DBConstants.Defaults
-
- Enclosing class:
- DBConstants
public static class DBConstants.Defaults extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_GEOMETRY_COLUMN_NAMEstatic StringINTERNAL_IDstatic StringXCOORD_FIELDstatic StringYCOORD_FIELD
-
Constructor Summary
Constructors Constructor Description Defaults()
-
-
-
Field Detail
-
DEFAULT_GEOMETRY_COLUMN_NAME
public static final String DEFAULT_GEOMETRY_COLUMN_NAME
- See Also:
- Constant Field Values
-
INTERNAL_ID
public static final String INTERNAL_ID
- See Also:
- Constant Field Values
-
XCOORD_FIELD
public static final String XCOORD_FIELD
- See Also:
- Constant Field Values
-
YCOORD_FIELD
public static final String YCOORD_FIELD
- See Also:
- Constant Field Values
-
-