Class DuplicateColumnException

All Implemented Interfaces:
Serializable

public class DuplicateColumnException extends JdbcException
Thrown to indicate that a column is duplicated in a result set.
See Also:
  • Field Details

    • columnName

      protected final String columnName
    • rawSql

      protected final String rawSql
    • formattedSql

      protected final String formattedSql
    • sqlFilePath

      protected final String sqlFilePath
  • Constructor Details

  • Method Details

    • getColumnName

      public String getColumnName()
      Returns the unknown column name.
      Returns:
      the unknown column name
    • getRawSql

      public String getRawSql()
      Returns the raw SQL string.
      Returns:
      the raw SQL string
    • getFormattedSql

      public String getFormattedSql()
      Returns the formatted SQL string
      Returns:
      the formatted SQL or null if this exception is thrown in the batch process
    • getSqlFilePath

      public String getSqlFilePath()
      Returns the SQL file path.
      Returns:
      the SQL file path or null if the SQL is auto generated