Tags: schema
Type: string
Format: one of the values: toupper, tolower, or none
Default value: none
Related:
ms.jdbc.schema.refactor
specifies the function to apply to JDBC schema.
The choices are toupper
, tolower
, or none
The following is a sample of MySQL SELECT statement.
ms.jdbc.statement=select * from ${source.entity} limit {{limit}} offset {{offset}}