Interface CouchDbConstants
-
public interface CouchDbConstants
-
-
Field Summary
Fields Modifier and Type Field Description static String
HEADER_DATABASE
static String
HEADER_DOC_ID
static String
HEADER_DOC_REV
static String
HEADER_METHOD
static String
HEADER_SEQ
-
-
-
Field Detail
-
HEADER_DATABASE
static final String HEADER_DATABASE
- See Also:
- Constant Field Values
-
HEADER_SEQ
static final String HEADER_SEQ
- See Also:
- Constant Field Values
-
HEADER_DOC_ID
static final String HEADER_DOC_ID
- See Also:
- Constant Field Values
-
HEADER_DOC_REV
static final String HEADER_DOC_REV
- See Also:
- Constant Field Values
-
HEADER_METHOD
static final String HEADER_METHOD
- See Also:
- Constant Field Values
-
-