Directives: ifdef, ifndef, else, elif, and endif
ecpg provides ifdef, ifndef, else, elif, and endif conditional compilation instructions.
During preprocessing, different parts of the program are compiled based on different conditions. When using the program, you need to add the EXEC SQL prefix keyword.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.