Home
last modified time | relevance | path

Searched defs:schema (Results 1 – 9 of 9) sorted by relevance

/PHP-8.0/ext/odbc/
H A Dodbc.stub.php132 function odbc_tables($odbc, ?string $catalog = null, ?string $schema = null, ?string $table = null,…
138 function odbc_columns($odbc, ?string $catalog = null, ?string $schema = null, ?string $table = null…
150 function odbc_primarykeys($odbc, ?string $catalog, string $schema, string $table) {}
157 function odbc_procedurecolumns($odbc, ?string $catalog = null, ?string $schema = null, ?string $pro…
163 function odbc_procedures($odbc, ?string $catalog = null, ?string $schema = null, ?string $procedure…
176 function odbc_specialcolumns($odbc, int $type, ?string $catalog, string $schema, string $table, int…
182 function odbc_statistics($odbc, ?string $catalog, string $schema, string $table, int $unique, int $…
189 function odbc_tableprivileges($odbc, ?string $catalog, string $schema, string $table) {}
195 function odbc_columnprivileges($odbc, ?string $catalog, string $schema, string $table, string $colu…
H A Dphp_odbc.c2735 char *cat = NULL, *schema = NULL, *table = NULL, *type = NULL; in PHP_FUNCTION() local
2803 char *cat = NULL, *schema = NULL, *table = NULL, *column = NULL; in PHP_FUNCTION() local
2874 char *cat = NULL, *schema, *table, *column; in PHP_FUNCTION() local
3077 char *cat = NULL, *schema = NULL, *table = NULL; in PHP_FUNCTION() local
3139 char *cat = NULL, *schema = NULL, *proc = NULL, *col = NULL; in PHP_FUNCTION() local
3204 char *cat = NULL, *schema = NULL, *proc = NULL; in PHP_FUNCTION() local
3267 char *cat = NULL, *schema = NULL, *name = NULL; in PHP_FUNCTION() local
3337 char *cat = NULL, *schema, *name; in PHP_FUNCTION() local
3406 char *cat = NULL, *schema = NULL, *table = NULL; in PHP_FUNCTION() local
/PHP-8.0/ext/xmlreader/
H A Dphp_xmlreader.h45 void *schema; member
H A Dphp_xmlreader.c477 xmlRelaxNGPtr schema = NULL; in php_xmlreader_set_relaxng_schema() local
/PHP-8.0/ext/oci8/
H A Doci8_collection.c41 …ection_create(php_oci_connection *connection, char *tdo, int tdo_len, char *schema, int schema_len) in php_oci_collection_create()
H A Doci8.stub.php530 function oci_new_collection($connection, string $type_name, ?string $schema = null): OCICollection|…
537 function ocinewcollection($connection, string $type_name, ?string $schema = null): OCICollection|fa…
H A Doci8_interface.c2290 char *tdo, *schema = NULL; in PHP_FUNCTION() local
/PHP-8.0/ext/soap/
H A Dphp_schema.c99 xmlNodePtr schema; in schema_load_file() local
160 int load_schema(sdlCtx *ctx, xmlNodePtr schema) in load_schema()
H A Dphp_sdl.c349 xmlNodePtr schema = get_node_ex(root, "schema", XSD_NAMESPACE); in load_wsdl_ex() local

Completed in 88 milliseconds