| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
ROLLBACK_OPERATION |
"postgres.errors.rollback.operation" |
public static final String |
UNABLE_TO_CLOSE_CONNECTION |
"postgres.errors.unable.to.close.connection" |
public static final String |
UNABLE_TO_CREATE_CONNECTION |
"postgres.errors.unable.to.create.connection" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
POSTGRES_EXECUTE_STATEMENT_LOG_TAG |
"postgres.execute.statement.log.tag" |
public static final String |
POSTGRES_STORAGE_LAYER_LOG_TAG |
"postgres.storage.layer.log.tag" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DISTINCT_OPERATOR |
"postgres.storage.layer.distinct.operator" |
public static final String |
EQUALS_OPERATOR |
"postgres.storage.layer.equals.operator" |
public static final String |
GRATER_THAN_OPERATOR |
"postgres.storage.layer.greater.than.operator" |
public static final String |
IS_NOT_NULL_OPERATOR |
"postgres.storage.layer.is.not.null.operator" |
public static final String |
IS_NULL_OPERATOR |
"postgres.storage.layer.is.null.operator" |
public static final String |
LIKE_OPERATOR |
"postgres.storage.layer.like.operator" |
public static final String |
SMALLER_THAN_OPERATOR |
"postgres.storage.layer.smaller.than.operator" |
Copyright © 2017. All Rights Reserved.