Interface TableIdPredicates


public interface TableIdPredicates
Collection of predicate methods used for parsing TableId. As the special character may differ across databases or may not be supported at all, given database implementation should eventually override the defaults.
Author:
vjuranek
  • Method Summary

    Modifier and Type
    Method
    Description
    default boolean
     
    default boolean
    isQuotingChar(char c)
     
    default boolean
     
  • Method Details

    • isQuotingChar

      default boolean isQuotingChar(char c)
    • isStartDelimiter

      default boolean isStartDelimiter(char c)
    • isEndDelimiter

      default boolean isEndDelimiter(char c)