diff options
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 154 |
1 files changed, 77 insertions, 77 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #81 sqlsrv version 5.12.0 ] { +Extension [ <persistent> extension #117 sqlsrv version 5.13.0-beta1 ] { - INI { Entry [ sqlsrv.WarningsReturnAsErrors <ALL> ] @@ -19,82 +19,82 @@ Extension [ <persistent> extension #81 sqlsrv version 5.12.0 ] { } - Constants [76] { - Constant [ int SQLSRV_ERR_ERRORS ] { 0 } - Constant [ int SQLSRV_ERR_WARNINGS ] { 1 } - Constant [ int SQLSRV_ERR_ALL ] { 2 } - Constant [ int SQLSRV_LOG_SYSTEM_OFF ] { 0 } - Constant [ int SQLSRV_LOG_SYSTEM_INIT ] { 1 } - Constant [ int SQLSRV_LOG_SYSTEM_CONN ] { 2 } - Constant [ int SQLSRV_LOG_SYSTEM_STMT ] { 4 } - Constant [ int SQLSRV_LOG_SYSTEM_UTIL ] { 8 } - Constant [ int SQLSRV_LOG_SYSTEM_ALL ] { -1 } - Constant [ int SQLSRV_LOG_SEVERITY_ERROR ] { 1 } - Constant [ int SQLSRV_LOG_SEVERITY_WARNING ] { 2 } - Constant [ int SQLSRV_LOG_SEVERITY_NOTICE ] { 4 } - Constant [ int SQLSRV_LOG_SEVERITY_ALL ] { -1 } - Constant [ int SQLSRV_FETCH_NUMERIC ] { 1 } - Constant [ int SQLSRV_FETCH_ASSOC ] { 2 } - Constant [ int SQLSRV_FETCH_BOTH ] { 3 } - Constant [ int SQLSRV_PHPTYPE_NULL ] { 1 } - Constant [ int SQLSRV_PHPTYPE_INT ] { 2 } - Constant [ int SQLSRV_PHPTYPE_FLOAT ] { 3 } - Constant [ int SQLSRV_PHPTYPE_DATETIME ] { 5 } - Constant [ int SQLSRV_PHPTYPE_TABLE ] { 7 } - Constant [ string SQLSRV_ENC_BINARY ] { binary } - Constant [ string SQLSRV_ENC_CHAR ] { char } - Constant [ int SQLSRV_NULLABLE_NO ] { 0 } - Constant [ int SQLSRV_NULLABLE_YES ] { 1 } - Constant [ int SQLSRV_NULLABLE_UNKNOWN ] { 2 } - Constant [ int SQLSRV_SQLTYPE_BIGINT ] { -5 } - Constant [ int SQLSRV_SQLTYPE_BIT ] { -7 } - Constant [ int SQLSRV_SQLTYPE_DATETIME ] { 25177693 } - Constant [ int SQLSRV_SQLTYPE_FLOAT ] { 6 } - Constant [ int SQLSRV_SQLTYPE_IMAGE ] { -4 } - Constant [ int SQLSRV_SQLTYPE_INT ] { 4 } - Constant [ int SQLSRV_SQLTYPE_MONEY ] { 33564163 } - Constant [ int SQLSRV_SQLTYPE_NTEXT ] { -10 } - Constant [ int SQLSRV_SQLTYPE_TEXT ] { -1 } - Constant [ int SQLSRV_SQLTYPE_REAL ] { 7 } - Constant [ int SQLSRV_SQLTYPE_SMALLDATETIME ] { 8285 } - Constant [ int SQLSRV_SQLTYPE_SMALLINT ] { 5 } - Constant [ int SQLSRV_SQLTYPE_SMALLMONEY ] { 33559555 } - Constant [ int SQLSRV_SQLTYPE_TIMESTAMP ] { 4606 } - Constant [ int SQLSRV_SQLTYPE_TINYINT ] { -6 } - Constant [ int SQLSRV_SQLTYPE_UDT ] { -151 } - Constant [ int SQLSRV_SQLTYPE_TABLE ] { -153 } - Constant [ int SQLSRV_SQLTYPE_UNIQUEIDENTIFIER ] { -11 } - Constant [ int SQLSRV_SQLTYPE_XML ] { -152 } - Constant [ int SQLSRV_SQLTYPE_DATE ] { 5211 } - Constant [ int SQLSRV_SQLTYPE_TIME ] { 58728806 } - Constant [ int SQLSRV_SQLTYPE_DATETIMEOFFSET ] { 58738021 } - Constant [ int SQLSRV_SQLTYPE_DATETIME2 ] { 58734173 } - Constant [ int SQLSRV_SQLTYPE_DECIMAL ] { 3 } - Constant [ int SQLSRV_SQLTYPE_NUMERIC ] { 2 } - Constant [ int SQLSRV_SQLTYPE_CHAR ] { 1 } - Constant [ int SQLSRV_SQLTYPE_NCHAR ] { -8 } - Constant [ int SQLSRV_SQLTYPE_VARCHAR ] { 12 } - Constant [ int SQLSRV_SQLTYPE_NVARCHAR ] { -9 } - Constant [ int SQLSRV_SQLTYPE_BINARY ] { -2 } - Constant [ int SQLSRV_SQLTYPE_VARBINARY ] { -3 } - Constant [ int SQLSRV_PARAM_IN ] { 1 } - Constant [ int SQLSRV_PARAM_OUT ] { 4 } - Constant [ int SQLSRV_PARAM_INOUT ] { 2 } - Constant [ int SQLSRV_TXN_READ_UNCOMMITTED ] { 1 } - Constant [ int SQLSRV_TXN_READ_COMMITTED ] { 2 } - Constant [ int SQLSRV_TXN_REPEATABLE_READ ] { 4 } - Constant [ int SQLSRV_TXN_SERIALIZABLE ] { 8 } - Constant [ int SQLSRV_TXN_SNAPSHOT ] { 32 } - Constant [ int SQLSRV_SCROLL_NEXT ] { 1 } - Constant [ int SQLSRV_SCROLL_PRIOR ] { 4 } - Constant [ int SQLSRV_SCROLL_FIRST ] { 2 } - Constant [ int SQLSRV_SCROLL_LAST ] { 3 } - Constant [ int SQLSRV_SCROLL_ABSOLUTE ] { 5 } - Constant [ int SQLSRV_SCROLL_RELATIVE ] { 6 } - Constant [ string SQLSRV_CURSOR_FORWARD ] { forward } - Constant [ string SQLSRV_CURSOR_STATIC ] { static } - Constant [ string SQLSRV_CURSOR_DYNAMIC ] { dynamic } - Constant [ string SQLSRV_CURSOR_KEYSET ] { keyset } - Constant [ string SQLSRV_CURSOR_CLIENT_BUFFERED ] { buffered } + Constant [ <persistent> int SQLSRV_ERR_ERRORS ] { 0 } + Constant [ <persistent> int SQLSRV_ERR_WARNINGS ] { 1 } + Constant [ <persistent> int SQLSRV_ERR_ALL ] { 2 } + Constant [ <persistent> int SQLSRV_LOG_SYSTEM_OFF ] { 0 } + Constant [ <persistent> int SQLSRV_LOG_SYSTEM_INIT ] { 1 } + Constant [ <persistent> int SQLSRV_LOG_SYSTEM_CONN ] { 2 } + Constant [ <persistent> int SQLSRV_LOG_SYSTEM_STMT ] { 4 } + Constant [ <persistent> int SQLSRV_LOG_SYSTEM_UTIL ] { 8 } + Constant [ <persistent> int SQLSRV_LOG_SYSTEM_ALL ] { -1 } + Constant [ <persistent> int SQLSRV_LOG_SEVERITY_ERROR ] { 1 } + Constant [ <persistent> int SQLSRV_LOG_SEVERITY_WARNING ] { 2 } + Constant [ <persistent> int SQLSRV_LOG_SEVERITY_NOTICE ] { 4 } + Constant [ <persistent> int SQLSRV_LOG_SEVERITY_ALL ] { -1 } + Constant [ <persistent> int SQLSRV_FETCH_NUMERIC ] { 1 } + Constant [ <persistent> int SQLSRV_FETCH_ASSOC ] { 2 } + Constant [ <persistent> int SQLSRV_FETCH_BOTH ] { 3 } + Constant [ <persistent> int SQLSRV_PHPTYPE_NULL ] { 1 } + Constant [ <persistent> int SQLSRV_PHPTYPE_INT ] { 2 } + Constant [ <persistent> int SQLSRV_PHPTYPE_FLOAT ] { 3 } + Constant [ <persistent> int SQLSRV_PHPTYPE_DATETIME ] { 5 } + Constant [ <persistent> int SQLSRV_PHPTYPE_TABLE ] { 7 } + Constant [ <persistent> string SQLSRV_ENC_BINARY ] { binary } + Constant [ <persistent> string SQLSRV_ENC_CHAR ] { char } + Constant [ <persistent> int SQLSRV_NULLABLE_NO ] { 0 } + Constant [ <persistent> int SQLSRV_NULLABLE_YES ] { 1 } + Constant [ <persistent> int SQLSRV_NULLABLE_UNKNOWN ] { 2 } + Constant [ <persistent> int SQLSRV_SQLTYPE_BIGINT ] { -5 } + Constant [ <persistent> int SQLSRV_SQLTYPE_BIT ] { -7 } + Constant [ <persistent> int SQLSRV_SQLTYPE_DATETIME ] { 25177693 } + Constant [ <persistent> int SQLSRV_SQLTYPE_FLOAT ] { 6 } + Constant [ <persistent> int SQLSRV_SQLTYPE_IMAGE ] { -4 } + Constant [ <persistent> int SQLSRV_SQLTYPE_INT ] { 4 } + Constant [ <persistent> int SQLSRV_SQLTYPE_MONEY ] { 33564163 } + Constant [ <persistent> int SQLSRV_SQLTYPE_NTEXT ] { -10 } + Constant [ <persistent> int SQLSRV_SQLTYPE_TEXT ] { -1 } + Constant [ <persistent> int SQLSRV_SQLTYPE_REAL ] { 7 } + Constant [ <persistent> int SQLSRV_SQLTYPE_SMALLDATETIME ] { 8285 } + Constant [ <persistent> int SQLSRV_SQLTYPE_SMALLINT ] { 5 } + Constant [ <persistent> int SQLSRV_SQLTYPE_SMALLMONEY ] { 33559555 } + Constant [ <persistent> int SQLSRV_SQLTYPE_TIMESTAMP ] { 4606 } + Constant [ <persistent> int SQLSRV_SQLTYPE_TINYINT ] { -6 } + Constant [ <persistent> int SQLSRV_SQLTYPE_UDT ] { -151 } + Constant [ <persistent> int SQLSRV_SQLTYPE_TABLE ] { -153 } + Constant [ <persistent> int SQLSRV_SQLTYPE_UNIQUEIDENTIFIER ] { -11 } + Constant [ <persistent> int SQLSRV_SQLTYPE_XML ] { -152 } + Constant [ <persistent> int SQLSRV_SQLTYPE_DATE ] { 5211 } + Constant [ <persistent> int SQLSRV_SQLTYPE_TIME ] { 58728806 } + Constant [ <persistent> int SQLSRV_SQLTYPE_DATETIMEOFFSET ] { 58738021 } + Constant [ <persistent> int SQLSRV_SQLTYPE_DATETIME2 ] { 58734173 } + Constant [ <persistent> int SQLSRV_SQLTYPE_DECIMAL ] { 3 } + Constant [ <persistent> int SQLSRV_SQLTYPE_NUMERIC ] { 2 } + Constant [ <persistent> int SQLSRV_SQLTYPE_CHAR ] { 1 } + Constant [ <persistent> int SQLSRV_SQLTYPE_NCHAR ] { -8 } + Constant [ <persistent> int SQLSRV_SQLTYPE_VARCHAR ] { 12 } + Constant [ <persistent> int SQLSRV_SQLTYPE_NVARCHAR ] { -9 } + Constant [ <persistent> int SQLSRV_SQLTYPE_BINARY ] { -2 } + Constant [ <persistent> int SQLSRV_SQLTYPE_VARBINARY ] { -3 } + Constant [ <persistent> int SQLSRV_PARAM_IN ] { 1 } + Constant [ <persistent> int SQLSRV_PARAM_OUT ] { 4 } + Constant [ <persistent> int SQLSRV_PARAM_INOUT ] { 2 } + Constant [ <persistent> int SQLSRV_TXN_READ_UNCOMMITTED ] { 1 } + Constant [ <persistent> int SQLSRV_TXN_READ_COMMITTED ] { 2 } + Constant [ <persistent> int SQLSRV_TXN_REPEATABLE_READ ] { 4 } + Constant [ <persistent> int SQLSRV_TXN_SERIALIZABLE ] { 8 } + Constant [ <persistent> int SQLSRV_TXN_SNAPSHOT ] { 32 } + Constant [ <persistent> int SQLSRV_SCROLL_NEXT ] { 1 } + Constant [ <persistent> int SQLSRV_SCROLL_PRIOR ] { 4 } + Constant [ <persistent> int SQLSRV_SCROLL_FIRST ] { 2 } + Constant [ <persistent> int SQLSRV_SCROLL_LAST ] { 3 } + Constant [ <persistent> int SQLSRV_SCROLL_ABSOLUTE ] { 5 } + Constant [ <persistent> int SQLSRV_SCROLL_RELATIVE ] { 6 } + Constant [ <persistent> string SQLSRV_CURSOR_FORWARD ] { forward } + Constant [ <persistent> string SQLSRV_CURSOR_STATIC ] { static } + Constant [ <persistent> string SQLSRV_CURSOR_DYNAMIC ] { dynamic } + Constant [ <persistent> string SQLSRV_CURSOR_KEYSET ] { keyset } + Constant [ <persistent> string SQLSRV_CURSOR_CLIENT_BUFFERED ] { buffered } } - Functions { |
