Package org.eclnt.ccee.db
Interface IDBConnectionProvider_dbautotrim
- All Superinterfaces:
IDBConnectionProvider
Extension to interface
IDBConnectionProvider
with addtional method
to pass back the parameter "db_autotrim"-
Method Summary
Methods inherited from interface org.eclnt.ccee.db.IDBConnectionProvider
createConnection, getExplicitSchema, getSQLDialect
-
Method Details
-
getDBAutotrim
- Returns:
- "true": all string columns are trimmed when reading
"false": no trimming
null: the normal "db_autotrim" value is used that is configured in the ee_config(_*).properties configuration
-