| Descrição | Hierarquia | Campos | Métodos | Properties |
type TBancoDadosFirebird15 = class(TBancoDados)
Definições pertinentes ao Banco de Dados Firebird 1.5
![]() |
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 Firebird: "23.04.2006 DD.MM.YYYY" | |
![]() |
function FormataFloat(const fltValor: Double): String; override; |
|
Separador decimal do Firebird é sempre o .(ponto) | |
![]() |
procedure DefinirHost(const strHost : String); override; |
![]() |
function ObterSQLLimite(const strSQL : string; intLimite : Integer) : string; override; |
|
Obtém o SQL que limita a consulta para o Firebird 1.5 : SELECT [FIRST [N]] [ALL|DISTINCT] FROM [TABLES] | |
![]() |
function ObterPalavraChaveLimite : string; override; |
|
Retorna a palavra chave que limita as consultas do Firebird 1.5 : FIRST | |
![]() |
function SysPrefix : string; override; |
|
Retorna o prefixo das tabelas de sistema do Firebird 1.5 : RDB$ | |