久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

        <bdo id='Twe0B'></bdo><ul id='Twe0B'></ul>

      <legend id='Twe0B'><style id='Twe0B'><dir id='Twe0B'><q id='Twe0B'></q></dir></style></legend>

      <tfoot id='Twe0B'></tfoot>

      <small id='Twe0B'></small><noframes id='Twe0B'>

    1. <i id='Twe0B'><tr id='Twe0B'><dt id='Twe0B'><q id='Twe0B'><span id='Twe0B'><b id='Twe0B'><form id='Twe0B'><ins id='Twe0B'></ins><ul id='Twe0B'></ul><sub id='Twe0B'></sub></form><legend id='Twe0B'></legend><bdo id='Twe0B'><pre id='Twe0B'><center id='Twe0B'></center></pre></bdo></b><th id='Twe0B'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='Twe0B'><tfoot id='Twe0B'></tfoot><dl id='Twe0B'><fieldset id='Twe0B'></fieldset></dl></div>

    2. 用于 PDO getColumnMeta() 的 PHP native_type 列表

      List of PHP native_type#39;s for PDO getColumnMeta()(用于 PDO getColumnMeta() 的 PHP native_type 列表)
    3. <tfoot id='LOzlg'></tfoot>
        <bdo id='LOzlg'></bdo><ul id='LOzlg'></ul>

            <i id='LOzlg'><tr id='LOzlg'><dt id='LOzlg'><q id='LOzlg'><span id='LOzlg'><b id='LOzlg'><form id='LOzlg'><ins id='LOzlg'></ins><ul id='LOzlg'></ul><sub id='LOzlg'></sub></form><legend id='LOzlg'></legend><bdo id='LOzlg'><pre id='LOzlg'><center id='LOzlg'></center></pre></bdo></b><th id='LOzlg'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='LOzlg'><tfoot id='LOzlg'></tfoot><dl id='LOzlg'><fieldset id='LOzlg'></fieldset></dl></div>
            • <small id='LOzlg'></small><noframes id='LOzlg'>

              1. <legend id='LOzlg'><style id='LOzlg'><dir id='LOzlg'><q id='LOzlg'></q></dir></style></legend>
                  <tbody id='LOzlg'></tbody>

                本文介紹了用于 PDO getColumnMeta() 的 PHP native_type 列表的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學(xué)習(xí)吧!

                問題描述

                我使用 PDO 數(shù)據(jù)庫抽象庫來確保我的代碼是可移植的.但是,我現(xiàn)在發(fā)現(xiàn)我需要列信息,所以我轉(zhuǎn)向 PDOStatement->getColumnMeta() 方法希望它會有些標準化 - 但從我發(fā)現(xiàn)它實際上似乎是開放式的.

                I am using the PDO Database Abstraction library to make sure my code is portable. However, I now find that I need column information so I turned to the PDOStatement->getColumnMeta() method hoping it would be somewhat standardized - but from what I have found it actually seems open-ended.

                例如,當(dāng)從 SQLite 調(diào)用該方法時,您似乎得到了一組可能的值:

                For example, when calling that method from SQLite it seems you get one set of possible values:

                http://gcov.php.net/PHP_5_3/lcov_html/pdo_sqlite/sqlite_statement.c.gcov.php

                null
                double
                blob
                string
                integer
                ...
                

                雖然來自 MySQL 數(shù)據(jù)庫的調(diào)用列出了各種其他奇怪的值:http://gcov.php.net/PHP_5_3/lcov_html/pdo_mysql/mysql_statement.c.gcov.php

                While a call from the MySQL database lists all kinds of other weird values: http://gcov.php.net/PHP_5_3/lcov_html/pdo_mysql/mysql_statement.c.gcov.php

                var_string
                longlong
                newdecimal
                geometry
                ...
                

                我也可能找錯了地方,但我找不到關(guān)于切換數(shù)據(jù)庫時native_type"值可能是什么的任何有用數(shù)據(jù).

                I may be looking in the wrong place also, but I just can't find any useful data on what "native_type" values can be when it comes to switching around databases.

                推薦答案

                這是 PDO 中有意未定義的領(lǐng)域之一,以保持抽象的輕量級.

                This is one of those areas of PDO that was left intentionally undefined, in order to keep the abstraction light weight.

                PDO 沒有為此方法定義類型的標準表示;每個司機都有自己的想法,可以返回這里.

                PDO does not define a standard representation of types for this method; each driver has it's own idea about what it can return here.

                這篇關(guān)于用于 PDO getColumnMeta() 的 PHP native_type 列表的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網(wǎng)!

                【網(wǎng)站聲明】本站部分內(nèi)容來源于互聯(lián)網(wǎng),旨在幫助大家更快的解決問題,如果有圖片或者內(nèi)容侵犯了您的權(quán)益,請聯(lián)系我們刪除處理,感謝您的支持!

                相關(guān)文檔推薦

                Deadlock exception code for PHP, MySQL PDOException?(PHP、MySQL PDOException 的死鎖異常代碼?)
                PHP PDO MySQL scrollable cursor doesn#39;t work(PHP PDO MySQL 可滾動游標不起作用)
                PHP PDO ODBC connection(PHP PDO ODBC 連接)
                Using PDO::FETCH_CLASS with Magic Methods(使用 PDO::FETCH_CLASS 和魔術(shù)方法)
                php pdo get only one value from mysql; value that equals to variable(php pdo 只從 mysql 獲取一個值;等于變量的值)
                MSSQL PDO could not find driver(MSSQL PDO 找不到驅(qū)動程序)
                  <bdo id='FFzS2'></bdo><ul id='FFzS2'></ul>

                  1. <legend id='FFzS2'><style id='FFzS2'><dir id='FFzS2'><q id='FFzS2'></q></dir></style></legend>

                  2. <i id='FFzS2'><tr id='FFzS2'><dt id='FFzS2'><q id='FFzS2'><span id='FFzS2'><b id='FFzS2'><form id='FFzS2'><ins id='FFzS2'></ins><ul id='FFzS2'></ul><sub id='FFzS2'></sub></form><legend id='FFzS2'></legend><bdo id='FFzS2'><pre id='FFzS2'><center id='FFzS2'></center></pre></bdo></b><th id='FFzS2'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='FFzS2'><tfoot id='FFzS2'></tfoot><dl id='FFzS2'><fieldset id='FFzS2'></fieldset></dl></div>
                      <tfoot id='FFzS2'></tfoot>
                            <tbody id='FFzS2'></tbody>

                          <small id='FFzS2'></small><noframes id='FFzS2'>

                          主站蜘蛛池模板: 久久婷婷国产香蕉 | 国产麻豆一区二区三区 | 欧美视频在线观看 | 91免费在线看 | 网址黄 | 在线不卡一区 | 天天操夜夜操 | 91久久精品一区二区二区 | 成年人黄色一级毛片 | 国产日韩欧美91 | 黄色片视频 | 欧美日韩一本 | 欧美成人精品 | 91精品国模一区二区三区 | 成人精品久久日伦片大全免费 | 午夜精品久久久久久久星辰影院 | 成人免费在线播放视频 | 日韩在线视频免费观看 | 五月天婷婷激情 | 成人网在线观看 | 国产精品69毛片高清亚洲 | 久久久久亚洲精品 | 91精品久久久久久久 | 红色av社区| 91啪影院| 亚洲国产一区二区在线 | 中文字幕一区二区三区四区五区 | 99免费在线观看视频 | 久久网一区二区三区 | 日韩中文字幕免费 | 国产一区 | 国产69精品久久99不卡免费版 | www.黄色网| 国产精品久久久亚洲 | 精品国产一区二区三区久久久蜜月 | 亚洲夜夜爽 | 成人欧美一区二区三区在线播放 | 狠狠操狠狠操 | 久久久久国产一区二区三区四区 | 免费在线看黄 | 麻豆一区二区三区 |