Searched defs:schema (Results 1 – 9 of 9) sorted by relevance
/PHP-8.1/ext/odbc/ |
H A D | odbc.stub.php | 135 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 D | php_odbc.c | 2749 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 D | php_xmlreader.h | 45 void *schema; member
|
H A D | php_xmlreader.c | 476 xmlRelaxNGPtr schema = NULL; in php_xmlreader_set_relaxng_schema() local
|
/PHP-8.1/ext/oci8/ |
H A D | oci8_collection.c | 41 …ection_create(php_oci_connection *connection, char *tdo, int tdo_len, char *schema, int schema_len) in php_oci_collection_create()
|
H A D | oci8.stub.php | 535 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 D | oci8_interface.c | 2290 char *tdo, *schema = NULL; in PHP_FUNCTION() local
|
/PHP-8.1/ext/soap/ |
H A D | php_schema.c | 99 xmlNodePtr schema; in schema_load_file() local 160 int load_schema(sdlCtx *ctx, xmlNodePtr schema) in load_schema()
|
H A D | php_sdl.c | 350 xmlNodePtr schema = get_node_ex(root, "schema", XSD_NAMESPACE); in load_wsdl_ex() local
|
Completed in 72 milliseconds