createTypeMapping method

SqlTypes createTypeMapping(
  1. SqlDialect dialect
)

Creates a type mapping suitable for these options and the given dialect.

Implementation

SqlTypes createTypeMapping(SqlDialect dialect) {
  return SqlTypes(_storeDateTimeAsText, dialect);
}