类 StandardJDBCEscapeFunction

  • 所有已实现的接口:
    SQLFunction

    public class StandardJDBCEscapeFunction
    extends StandardSQLFunction
    Analogous to StandardSQLFunction except that standard JDBC escape sequences (i.e. {fn blah}) are used when rendering the SQL.
    作者:
    Steve Ebersole