Next:
PCRE
, Previous:
MySQL
, Up:
Extensions
1.3 ODBC
— Constant:
ODBC_BINMODE_CONVERT
— Constant:
ODBC_BINMODE_PASSTHRU
— Constant:
ODBC_BINMODE_RETURN
— Constant:
ODBC_TYPE
— Constant:
SQL_ATTR_ODBC_CURSORS
— Constant:
SQL_BEST_ROWID
— Constant:
SQL_BIGINT
— Constant:
SQL_BINARY
— Constant:
SQL_BIT
— Constant:
SQL_CHAR
— Constant:
SQL_CONCURRENCY
— Constant:
SQL_CONCUR_LOCK
— Constant:
SQL_CONCUR_READ_ONLY
— Constant:
SQL_CONCUR_ROWVER
— Constant:
SQL_CONCUR_VALUES
— Constant:
SQL_CURSOR_DYNAMIC
— Constant:
SQL_CURSOR_FORWARD_ONLY
— Constant:
SQL_CURSOR_KEYSET_DRIVEN
— Constant:
SQL_CURSOR_STATIC
— Constant:
SQL_CURSOR_TYPE
— Constant:
SQL_CUR_DEFAULT
— Constant:
SQL_CUR_USE_DRIVER
— Constant:
SQL_CUR_USE_IF_NEEDED
— Constant:
SQL_CUR_USE_ODBC
— Constant:
SQL_DATE
— Constant:
SQL_DECIMAL
— Constant:
SQL_DOUBLE
— Constant:
SQL_FETCH_FIRST
— Constant:
SQL_FETCH_NEXT
— Constant:
SQL_FLOAT
— Constant:
SQL_INTEGER
— Constant:
SQL_KEYSET_SIZE
— Constant:
SQL_LONGVARBINARY
— Constant:
SQL_LONGVARCHAR
— Constant:
SQL_NO_NULLS
— Constant:
SQL_NULLABLE
— Constant:
SQL_NUMERIC
— Constant:
SQL_ODBC_CURSORS
— Constant:
SQL_REAL
— Constant:
SQL_ROWVER
— Constant:
SQL_SCOPE_CURROW
— Constant:
SQL_SCOPE_SESSION
— Constant:
SQL_SCOPE_TRANSACTION
— Constant:
SQL_SMALLINT
— Constant:
SQL_TIME
— Constant:
SQL_TIMESTAMP
— Constant:
SQL_TINYINT
— Constant:
SQL_TYPE_DATE
— Constant:
SQL_TYPE_TIME
— Constant:
SQL_TYPE_TIMESTAMP
— Constant:
SQL_VARBINARY
— Constant:
SQL_VARCHAR
— Function:
odbc_autocommit
(
$id,
[
$onoff=NULL
])
— Function:
odbc_binmode
(
$result,$val
)
— Function:
odbc_close
(
$id
)
— Function:
odbc_close_all
()
— Function:
odbc_columnprivileges
(
$id,$qualifier,$owner,$table,$column
)
— Function:
odbc_columns
(
$id,$qualifier,$owner,$table,$column
)
— Function:
odbc_commit
(
$id
)
— Function:
odbc_connect
(
$dsn,$user,$password,
[
$cursor_type=SQL_CUR_DEFAULT
])
— Function:
odbc_cursor
(
$result
)
— Function:
odbc_data_source
(
$id,$ftype
)
— Function:
odbc_do
(
$id,$query,
[
$flags=NULL
])
— Function:
odbc_error
([
$id=NULL
])
— Function:
odbc_errormsg
([
$id=NULL
])
— Function:
odbc_exec
(
$id,$query,
[
$flags=NULL
])
— Function:
odbc_execute
(
$result,
[
$params=NULL
])
— Function:
odbc_fetch_array
(
$result,
[
$row=NULL
])
— Function:
odbc_fetch_into
(
$result,$array,
[
$row=NULL
])
— Function:
odbc_fetch_object
(
$result,
[
$row=NULL
])
— Function:
odbc_fetch_row
(
$result,
[
$row=NULL
])
— Function:
odbc_field_len
(
$result,$col
)
— Function:
odbc_field_name
(
$result,$col
)
— Function:
odbc_field_num
(
$result,$colname
)
— Function:
odbc_field_precision
(
$result,$col
)
— Function:
odbc_field_scale
(
$result,$col
)
— Function:
odbc_field_type
(
$result,$col
)
— Function:
odbc_foreignkeys
(
$id,$qualifier,$owner,$table,$fk_qualifier,$fk_owner,$fk_table
)
— Function:
odbc_free_result
(
$result
)
— Function:
odbc_gettypeinfo
(
$id,
[
$type=NULL
])
— Function:
odbc_longreadlen
(
$result,$val
)
— Function:
odbc_num_fields
(
$result
)
— Function:
odbc_num_rows
(
$result
)
— Function:
odbc_pconnect
(
$dsn,$user,$password,
[
$cursor_type=SQL_CUR_DEFAULT
])
— Function:
odbc_prepare
(
$id,$query
)
— Function:
odbc_primarykeys
(
$id,$qualifier,$owner,$table
)
— Function:
odbc_result
(
$result,$col
)
— Function:
odbc_rollback
(
$id
)
— Function:
odbc_specialcolumns
(
$id,$type,$qualifier,$owner,$table,$scope,$nullable
)
— Function:
odbc_statistics
(
$id,$qualifier,$owner,$table_name,$unique,$accuracy
)
— Function:
odbc_tableprivileges
(
$id,$qualifier,$owner,$name
)
— Function:
odbc_tables
(
$id,
[
$qualifier=""
]
,
[
$owner=""
]
,
[
$name=""
]
,
[
$types=""
])