About 50 results
Open links in new tab
  1. How to export/import a only a type definition in TypeScript

    Nov 28, 2018 · How can I export and import a type definition independently from the module itself. In flowtype this would look like this: The file sub.js export the type myType using export type myType = …

  2. How to export swagger.json (or yaml) - Stack Overflow

    Then refresh the page and search for the API definition file (swagger.json, swagger.yaml, api-docs or similar) among HTTP requests. You can filter by XHR to narrow down the list.

  3. Can I export all my table definitions in a database in Oracle SQL ...

    Mar 13, 2021 · I have made some major changes to the design however there are some definitions that I can still use that are on there. Is there a way I can export all the tables in a database to a file? I know …

  4. Exporting functions from a DLL with dllexport - Stack Overflow

    I'd like a simple example of exporting a function from a C++ Windows DLL. I'd like to see the header, the .cpp file, and the .def file (if absolutely required). I'd like the exported name to be

  5. How to generate xsd from wsdl - Stack Overflow

    Apr 23, 2014 · Is there any way by which I can generate xsd from wsdl. Any link or tool will also do. What is the simplest way to do this?

  6. Defining a variable with or without export - Stack Overflow

    The purpose of 'export' is to make variables "be in the environment of subsequently executed commands", whether those commands be subshells or subprocesses. A naive implementation would …

  7. Import/Export table definitions using SQLServer Management Studio

    Mar 21, 2013 · How to import/export table definitions from my dev database to production database (recreate the whole database). I have Sql server 2005, Sql Management studio with power shell. …

  8. c++ - Export all symbols when creating a DLL - Stack Overflow

    Oct 22, 2008 · With VS2005, I want to create a DLL and automatically export all symbols without adding __declspec(dllexport) everywhere, and without hand-creating .def files. Is there a way to do this?

  9. Export database schema into SQL file - Stack Overflow

    Is it possible in MS SQL Server 2008 to export database structure into a T-SQL file? I want to export not only tables schema but also primary keys, foreign keys, constraints, indexes, stored procedures, …

  10. c++ - Using export keyword with templates - Stack Overflow

    Mar 24, 2012 · The export keyword is still reserved but has no functionality. The poster however was clearly asking about the c++ 2003 functionality associated with the export keyword which has been …