From Sam Macbeth's question:
Is there anything in the JDBC spec which allows a ? to be escaped and be anything other than a parameter placeholder?
For example, Postgres allows you to use ?
as an operator:
SELECT * FROM tbl WHERE tbl.data ? 'abc'
Would a JDBC driver that lets you use ? as an operator still be JDBC-compliant?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…