package
0.0.0-20210822100304-4e1d4fcc1e67
Repository: https://github.com/xormplus/xorm.git
Documentation: pkg.go.dev

# Functions

ColumnString generate column description string according dialect.
FormatTime format time as column type.
FullTableName returns table name with quote and schema according parameter.
OpenDialect opens a dialect via driver name and connection string.
QueryDefaultPostgresSchema returns the default postgres schema.
QueryDialect query if registered database dialect.
RegisterDialect register database dialect.
TableNameNoSchema returns table name with given tableName.
TableNameWithSchema will add schema prefix on table name if possible.

# Constants

All QuotePolicies.
All QuotePolicies.
All QuotePolicies.

# Variables

DefaultPostgresSchema default postgres schema.

# Structs

Base represents a basic dialect and all real dialects could embed this struct.
SeqFilter filter SQL replace ?, ? ..
URI represents an uri to visit database.

# Interfaces

Dialect represents a kind of database.
Filter is an interface to filter SQL.

# Type aliases

QuotePolicy describes quote handle policy.