| Descrição | Hierarquia | Campos | Métodos | Properties |
type TBancoDadosPostgreSQL82 = class(TBancoDados)
Definições pertinentes ao Banco de Dados PostGreSQL 8.2
![]() |
function FormataData(const datData: TDateTime): String; override; |
![]() |
function FormataFloat(const fltValor: Double): String; override; |
![]() |
procedure DefinirHost(const strHost : String); override; |
![]() |
function ObterSQLLimite(const strSQL : string; intLimite : Integer) : string; override; |
![]() |
function ObterPalavraChaveLimite : string; override; |
![]() |
function SysPrefix : string; override; |
![]() |
function FormataData(const datData: TDateTime): String; override; |
|
Formata a data no formato Postgresql 8.2.x : "23.04.2006 DD.MM.YYYY" | |
![]() |
function FormataFloat(const fltValor: Double): String; override; |
|
Separador decimal do Postgresql 8.2.x é sempre o .(ponto) | |
![]() |
procedure DefinirHost(const strHost : String); override; |
![]() |
function ObterPalavraChaveLimite : string; override; |
|
Retorna a palavra chave que limita as consultas do Postgresql 8.2.x : LIMIT | |
![]() |
function SysPrefix : string; override; |
|
Retorna o prefixo das tabelas de sistema do Postgresql 8.2.x : pg_ | |