Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dialect ¶
type Dialect struct{}
Dialect é a implementação do dialeto SQLite.
func (*Dialect) GetType ¶
GetType retorna o tipo SQLite para um tipo Go. SQLite tem um sistema de tipos mais flexível que outros bancos.
func (*Dialect) Placeholder ¶
Placeholder retorna o placeholder para SQLite (?). SQLite usa placeholders posicionais simples (?) ao invés de numerados.
func (*Dialect) QuoteIdentifier ¶
QuoteIdentifier adiciona aspas duplas ao identificador. SQLite usa aspas duplas (") para escapar identificadores.
Click to show internal directories.
Click to hide internal directories.