public interface SQLContext
extends com.holonplatform.core.ExpressionResolver.ExpressionResolverProvider
Modifier and Type | Method and Description |
---|---|
SQLDialect |
getDialect()
Get the
SQLDialect to use. |
default SQLTypeConverter |
getTypeConverter()
Get the
SQLTypeConverter . |
default SQLValueDeserializer |
getValueDeserializer()
Get the
SQLValueDeserializer of this context. |
default SQLValueSerializer |
getValueSerializer()
Get the
SQLValueSerializer of this context. |
void |
trace(String sql)
Trace given SQL statement.
|
SQLDialect getDialect()
SQLDialect
to use.default SQLValueSerializer getValueSerializer()
SQLValueSerializer
of this context.SQLValueSerializer
default SQLValueDeserializer getValueDeserializer()
SQLValueDeserializer
of this context.SQLValueDeserializer
default SQLTypeConverter getTypeConverter()
SQLTypeConverter
.SQLTypeConverter
void trace(String sql)
If tracing is enabled, the SQL statement is logged using the INFO
level, otherwise it is logged
using the DEBUG
level.
sql
- SQL to traceCopyright © 2019 The Holon Platform. All rights reserved.