mirror of
https://github.com/php/doc-es.git
synced 2026-04-24 15:48:13 +02:00
eb05a07f16
git-svn-id: https://svn.php.net/repository/phpdoc/es/trunk@306023 c90b9560-bf6c-de11-be94-00142212c4b1
171 lines
4.6 KiB
XML
171 lines
4.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: jesusruiz Status: ready -->
|
|
<appendix xml:id="paradox.constants" xmlns="http://docbook.org/ns/docbook">
|
|
&reftitle.constants;
|
|
&extension.constants;
|
|
<para>
|
|
Las dos siguientes tablas listan todas las constantes definido por la extensión
|
|
paradox.
|
|
<table xml:id="paradox.table-fieldtypes">
|
|
<title>Contantes para tipos de campo</title>
|
|
<tgroup cols="2">
|
|
<thead>
|
|
<row>
|
|
<entry>Nombre</entry>
|
|
<entry>Significado</entry>
|
|
</row>
|
|
</thead>
|
|
<tbody>
|
|
<row>
|
|
<entry>PX_FIELD_ALPHA</entry>
|
|
<entry>Datos de tipo carácter de longitud fija</entry>
|
|
</row>
|
|
<row>
|
|
<entry>PX_FIELD_DATE</entry>
|
|
<entry>Fecha, el número de días desde el 1.1.0000</entry>
|
|
</row>
|
|
<row>
|
|
<entry>PX_FIELD_SHORT</entry>
|
|
<entry>Entero de tamaño corto (2 Bytes)</entry>
|
|
</row>
|
|
<row>
|
|
<entry>PX_FIELD_LONG</entry>
|
|
<entry>Entero de tamaño largo (4 Bytes)</entry>
|
|
</row>
|
|
<row>
|
|
<entry>PX_FIELD_CURRENCY</entry>
|
|
<entry>Igual que PX_FIELD_NUMBER</entry>
|
|
</row>
|
|
<row>
|
|
<entry>PX_FIELD_NUMBER</entry>
|
|
<entry>Double</entry>
|
|
</row>
|
|
<row>
|
|
<entry>PX_FIELD_LOGICAL</entry>
|
|
<entry>Booleano</entry>
|
|
</row>
|
|
<row>
|
|
<entry>PX_FIELD_MEMOBLOB</entry>
|
|
<entry>Objeto grande binario</entry>
|
|
</row>
|
|
<row>
|
|
<entry>PX_FIELD_BLOB</entry>
|
|
<entry>Objeto grande binario (No se admite)</entry>
|
|
</row>
|
|
<row>
|
|
<entry>PX_FIELD_FMTMEMOBLOB</entry>
|
|
<entry>Objeto grande binario</entry>
|
|
</row>
|
|
<row>
|
|
<entry>PX_FIELD_OLE</entry>
|
|
<entry>Objeto OLE (básicamente un blob, no se admite)</entry>
|
|
</row>
|
|
<row>
|
|
<entry>PX_FIELD_GRAPHIC</entry>
|
|
<entry>Gráfico (básicamente un blob, no se admite)</entry>
|
|
</row>
|
|
<row>
|
|
<entry>PX_FIELD_TIME</entry>
|
|
<entry>tiempo, número de milisegundos desde la medianoche</entry>
|
|
</row>
|
|
<row>
|
|
<entry>PX_FIELD_TIMESTAMP</entry>
|
|
<entry>fecha y hora, número de milisegundos desde el 1.1.0000 </entry>
|
|
</row>
|
|
<row>
|
|
<entry>PX_FIELD_AUTOINC</entry>
|
|
<entry>Incremento automático de enteros (como PX_FIELD_LONG)</entry>
|
|
</row>
|
|
<row>
|
|
<entry>PX_FIELD_BCD</entry>
|
|
<entry>Número decimal almacenado en formato BCD (no se admite)</entry>
|
|
</row>
|
|
<row>
|
|
<entry>PX_FIELD_BYTES</entry>
|
|
<entry>Matriz de bytes con un máximo de 255 bytes (no se admite)</entry>
|
|
</row>
|
|
<row>
|
|
<entry>PX_KEYTOLOWER</entry>
|
|
<entry>Convertir todos los nombres de campo en minúsculas</entry>
|
|
</row>
|
|
<row>
|
|
<entry>PX_KEYTOUPPER</entry>
|
|
<entry>Convertir todos los nombres de campo en mayúsculas</entry>
|
|
</row>
|
|
</tbody>
|
|
</tgroup>
|
|
</table>
|
|
<table xml:id="paradox.table-filetypes">
|
|
<title>Contantes para tipos de archivos</title>
|
|
<tgroup cols="2">
|
|
<thead>
|
|
<row>
|
|
<entry>Nombre</entry>
|
|
<entry>Significado</entry>
|
|
</row>
|
|
</thead>
|
|
<tbody>
|
|
<row>
|
|
<entry>PX_FILE_INDEX_DB</entry>
|
|
<entry>Base de datos indexada</entry>
|
|
</row>
|
|
<row>
|
|
<entry>PX_FILE_PRIM_INDEX</entry>
|
|
<entry>Índice primario</entry>
|
|
</row>
|
|
<row>
|
|
<entry>PX_FILE_NON_INDEX_DB</entry>
|
|
<entry>Ninguna base de datos indexada</entry>
|
|
</row>
|
|
<row>
|
|
<entry>PX_FILE_NON_INC_SEC_INDEX</entry>
|
|
<entry>Ningún índice secundario incremental</entry>
|
|
</row>
|
|
<row>
|
|
<entry>PX_FILE_SEC_INDEX</entry>
|
|
<entry>Índice secundario</entry>
|
|
</row>
|
|
<row>
|
|
<entry>PX_FILE_INC_SEC_INDEX</entry>
|
|
<entry>Índice secundario incremental</entry>
|
|
</row>
|
|
<row>
|
|
<entry>PX_FILE_NON_INC_SEC_INDEX_G</entry>
|
|
<entry>Índice secundario no incremental</entry>
|
|
</row>
|
|
<row>
|
|
<entry>PX_FILE_SEC_INDEX_G</entry>
|
|
<entry>Índice secundario</entry>
|
|
</row>
|
|
<row>
|
|
<entry>PX_FILE_INC_SEC_INDEX_G</entry>
|
|
<entry>Índice secundario no incremental</entry>
|
|
</row>
|
|
</tbody>
|
|
</tgroup>
|
|
</table>
|
|
</para>
|
|
</appendix>
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
Local variables:
|
|
mode: sgml
|
|
sgml-omittag:t
|
|
sgml-shorttag:t
|
|
sgml-minimize-attributes:nil
|
|
sgml-always-quote-attributes:t
|
|
sgml-indent-step:1
|
|
sgml-indent-data:t
|
|
indent-tabs-mode:nil
|
|
sgml-parent-document:nil
|
|
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
|
sgml-exposed-tags:nil
|
|
sgml-local-catalogs:nil
|
|
sgml-local-ecat-files:nil
|
|
End:
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
vim: et tw=78 syn=sgml
|
|
vi: ts=1 sw=1
|
|
-->
|