Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDbTOGoTypeTransformer ¶
func NewDbTOGoTypeTransformer( engine opts.SQLEngine, customTypes []sqltype.CustomType, options *opts.Options, ) (gotype.DbTOGoTypeTransformer, error)
Types ¶
type MysqlTypeTransformer ¶
type MysqlTypeTransformer struct {
// contains filtered or unexported fields
}
func NewMysqlTypeTransformer ¶
func NewMysqlTypeTransformer(customTypes []sqltype.CustomType) *MysqlTypeTransformer
type PostgresqlTypeTransformer ¶
type PostgresqlTypeTransformer struct {
// contains filtered or unexported fields
}
func NewPostgresqlTypeTransformer ¶
func NewPostgresqlTypeTransformer(options *opts.Options, customTypes []sqltype.CustomType) *PostgresqlTypeTransformer
type SqlLiteTypeTransformer ¶
type SqlLiteTypeTransformer struct {
// contains filtered or unexported fields
}
func NewSqlLiteTypeTransformer ¶
func NewSqlLiteTypeTransformer(options *opts.Options, customTypes []sqltype.CustomType) *SqlLiteTypeTransformer
Click to show internal directories.
Click to hide internal directories.