AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Administrar bases de datos / HFSQL / Funciones HFSQL
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
Returns the time of the last update for the index statistics. These statistics have been calculated with <Source>.StatCalculate or <Source>.Index.
Ejemplo
// Réalisation de statistiques sur la clé NomCli du fichier de données Client
Client.StatCalcule(NomCli)

// Connaître l'heure de réalisation de ces statistiques
ResHeure = Client.StatHeure()
Info("Les statistiques effectuées sur la rubrique NomCli ont été réalisées à: " + TimeToString(ResHeure))
Sintaxis
<Result> = <Source>.StatTime([<Key item>])
<Result>: Cadena de caracteres
Time in HHMMSS format (HH corresponds to the hours, MM to the minutes and SS to the seconds). The time is returned in UTC format (Universal Time Coordinate).
<Source>: Tipo de fuente especificada
Name of the data file used.
<Key item>: Cadena de caracteres opcional
Name of the key item on which the statistics have been calculated. If this name is not specified, <Source>.StatTime will use the last key item used by the last HFSQL management function (function starting with "H").
Observaciones
  • In HFSQL data files, statistics can be calculated on key items only.
Componente: wd300hf.dll
Versión mínima requerida
  • Versión 25
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/09/2024

Señalar un error o enviar una sugerencia | Ayuda local