indexdata / cql-java

CQL parser for Java
http://www.indexdata.com/cql-java
12 stars 5 forks source link

Got CQLParseException when pass cql schema #8

Closed pioardi closed 5 years ago

pioardi commented 5 years ago

Hello , what I need is a parser that starting from DDL (create, alter tables and other instructions) will get info about the schema into a java object.

Trying to use this library I'm getting CQLParseException:

Error parsing cql schema org.z3950.zing.cql.CQLParseException: expected boolean, got '('

Error parsing cql schema org.z3950.zing.cql.CQLParseException: expected index or term, got EOF

This library is suitable for this type of thing? Thanks in advance

MikeTaylor commented 5 years ago

No. CQL is nothing to do with SQL. You need something completely different.