Class JdbcProperties.DataSourceProxy
java.lang.Object
net.ttddyy.observation.boot.autoconfigure.JdbcProperties.DataSourceProxy
- Enclosing class:
- JdbcProperties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetQuery()
getType()
boolean
boolean
boolean
void
setIncludeParameterValues
(boolean includeParameterValues) void
setJsonFormat
(boolean jsonFormat) void
setLogging
(JdbcProperties.Logging logging) void
setMultiline
(boolean multiline) void
setQuery
(JdbcProperties.Query query) void
setSlowQuery
(JdbcProperties.SlowQuery slowQuery) void
-
Constructor Details
-
DataSourceProxy
public DataSourceProxy()
-
-
Method Details
-
getLogging
-
setLogging
-
getQuery
-
setQuery
-
getSlowQuery
-
setSlowQuery
-
isMultiline
public boolean isMultiline() -
setMultiline
public void setMultiline(boolean multiline) -
isJsonFormat
public boolean isJsonFormat() -
setJsonFormat
public void setJsonFormat(boolean jsonFormat) -
isIncludeParameterValues
public boolean isIncludeParameterValues() -
setIncludeParameterValues
public void setIncludeParameterValues(boolean includeParameterValues) -
getType
-
setType
-