SQL parser in C

前端 未结 9 1590
悲&欢浪女
悲&欢浪女 2020-12-29 11:59

I want to parse and store the columns and values of a SQL DML (INSERT, UPDATE, DELETE) statement in C. Need the URL of the open source code or a library with which I can lin

9条回答
  •  不思量自难忘°
    2020-12-29 12:21

    Not sure is there any mature C sql parser can do that easily.

    Here is a Java version SQL library can do what you need exactly, it can be used to Retrieve/Refactor table & column name from a complex SQL query easily.

提交回复
热议问题