-
Notifications
You must be signed in to change notification settings - Fork 8.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SQLParser] 无法解析JDBC转义语法 (JDBC escape syntax) #683
Comments
那个版本 |
Druid 1.0.9. |
如何,有打算支持吗? |
最新的1.1.2也没办法解析...... |
最新的1.1.4也没办法解析,看来是不想实现该功能了 |
最新的1.1.5也没办法解析... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
http://db.apache.org/derby/docs/10.1/ref/rrefjdbc1020262.html
JDBC 转义语法
您可以在任何 JDBC 应用程序(包括 Interactive SQL)中使用 JDBC 转义语法。此转义语法允许您调用存储过程而不管您正在使用哪种数据库管理系统。转义语法的一般格式为
这组关键字包括:
•{d date-string} 日期字符串是 SQL Anywhere 接受的任意日期值。
•{t time-string} 时间字符串是 SQL Anywhere 接受的任意时间值。
•{ts date-string time-string} 日期/时间字符串是 SQL Anywhere 接受的任意时间戳值。
•{guid uuid-string} uuid-string 是任意有效的 GUID 字符串,例如 41dfe9ef-db91-11d2-8c43-006008d26a6f。
•{oj outer-join-expr} outer-join-expr 是 SQL Anywhere 接受的有效 OUTER JOIN 表达式。
•{? = call func(p1,...)} 此函数是 SQL Anywhere 接受的任意有效函数调用。
•{call proc(p1,...)} 此过程是 SQL Anywhere 接受的任意有效存储过程调用。
•{fn func(p1,...)} 此函数为下文所列函数库中的任一函数。
Exception:
The text was updated successfully, but these errors were encountered: