Home
last modified time | relevance | path

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

/PHP-8.1/ext/odbc/
H A Dodbc.stub.php135 function odbc_tables($odbc, ?string $catalog = null, ?string $schema = null, ?string $table = null,…
141 function odbc_columns($odbc, ?string $catalog = null, ?string $schema = null, ?string $table = null…
153 function odbc_primarykeys($odbc, ?string $catalog, string $schema, string $table) {}
160 function odbc_procedurecolumns($odbc, ?string $catalog = null, ?string $schema = null, ?string $pro…
166 function odbc_procedures($odbc, ?string $catalog = null, ?string $schema = null, ?string $procedure…
179 function odbc_specialcolumns($odbc, int $type, ?string $catalog, string $schema, string $table, int…
185 function odbc_statistics($odbc, ?string $catalog, string $schema, string $table, int $unique, int $…
192 function odbc_tableprivileges($odbc, ?string $catalog, string $schema, string $table) {}
198 function odbc_columnprivileges($odbc, ?string $catalog, string $schema, string $table, string $colu…
H A Dphp_odbc.c2749 char *cat = NULL, *schema = NULL, *table = NULL, *type = NULL; in PHP_FUNCTION() local
2817 char *cat = NULL, *schema = NULL, *table = NULL, *column = NULL; in PHP_FUNCTION() local
2888 char *cat = NULL, *schema, *table, *column; in PHP_FUNCTION() local
3091 char *cat = NULL, *schema = NULL, *table = NULL; in PHP_FUNCTION() local
3153 char *cat = NULL, *schema = NULL, *proc = NULL, *col = NULL; in PHP_FUNCTION() local
3218 char *cat = NULL, *schema = NULL, *proc = NULL; in PHP_FUNCTION() local
3281 char *cat = NULL, *schema = NULL, *name = NULL; in PHP_FUNCTION() local
3351 char *cat = NULL, *schema, *name; in PHP_FUNCTION() local
3420 char *cat = NULL, *schema = NULL, *table = NULL; in PHP_FUNCTION() local
/PHP-8.1/ext/xmlreader/
H A Dphp_xmlreader.h45 void *schema; member
H A Dphp_xmlreader.c476 xmlRelaxNGPtr schema = NULL; in php_xmlreader_set_relaxng_schema() local
/PHP-8.1/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.php535 function oci_new_collection($connection, string $type_name, ?string $schema = null): OCICollection|…
542 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.1/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.c350 xmlNodePtr schema = get_node_ex(root, "schema", XSD_NAMESPACE); in load_wsdl_ex() local

Completed in 69 milliseconds