Packages

An Elixir interface to the libpg_query postgres query parser. Converts a valid PostgreSQL query into a Protobuf based AST.

Current section

Files

Jump to
pg_query_ex c_src libpg_query src pg_query_readfuncs.h
Raw

c_src/libpg_query/src/pg_query_readfuncs.h

#ifndef PG_QUERY_READFUNCS_H
#define PG_QUERY_READFUNCS_H
#include "pg_query.h"
#include "postgres.h"
#include "nodes/pg_list.h"
List * pg_query_protobuf_to_nodes(PgQueryProtobuf protobuf);
#endif