DuckDB v0.10.1 for Pascal

The Pascal API structure aligns with C++ DuckDB v0.10.1.

Class EException

Unit

Declaration

type EException = class(SysUtils.Exception)

Description

This item has no description.

Hierarchy

  • SysUtils.Exception
  • EException

Overview

Methods

Public constructor Create(excp: PCm2Obj);

Properties

Public property Message: string read what;
Public property ConnectionException: ddb.ConnectionException read ConnectionException_;
Public property PermissionException: ddb.PermissionException read PermissionException_;
Public property OutOfRangeException: ddb.OutOfRangeException read OutOfRangeException_;
Public property OutOfMemoryException: ddb.OutOfMemoryException read OutOfMemoryException_;
Public property SyntaxException: ddb.SyntaxException read SyntaxException_;
Public property ConstraintException: ddb.ConstraintException read ConstraintException_;
Public property DependencyException: ddb.DependencyException read DependencyException_;
Public property IOException: ddb.IOException read IOException_;
Public property MissingExtensionException: ddb.MissingExtensionException read MissingExtensionException_;
Public property NotImplementedException: ddb.NotImplementedException read NotImplementedException_;
Public property AutoloadException: ddb.AutoloadException read AutoloadException_;
Public property SerializationException: ddb.SerializationException read SerializationException_;
Public property SequenceException: ddb.SequenceException read SequenceException_;
Public property InterruptException: ddb.InterruptException read InterruptException_;
Public property FatalException: ddb.FatalException read FatalException_;
Public property InternalException: ddb.InternalException read InternalException_;
Public property InvalidInputException: ddb.InvalidInputException read InvalidInputException_;
Public property InvalidTypeException: ddb.InvalidTypeException read InvalidTypeException_;
Public property TypeMismatchException: ddb.TypeMismatchException read TypeMismatchException_;
Public property ParameterNotAllowedException: ddb.ParameterNotAllowedException read ParameterNotAllowedException_;
Public property ParameterNotResolvedException: ddb.ParameterNotResolvedException read ParameterNotResolvedException_;
Public property CatalogException: ddb.CatalogException read CatalogException_;
Public property ParserException: ddb.ParserException read ParserException_;
Public property BinderException: ddb.BinderException read BinderException_;
Public property BaseException: ddb.BaseException read BaseException_;

Description

Methods

Public constructor Create(excp: PCm2Obj);

This item has no description.

Properties

Public property Message: string read what;

This item has no description.

Public property ConnectionException: ddb.ConnectionException read ConnectionException_;

This item has no description.

Public property PermissionException: ddb.PermissionException read PermissionException_;

This item has no description.

Public property OutOfRangeException: ddb.OutOfRangeException read OutOfRangeException_;

This item has no description.

Public property OutOfMemoryException: ddb.OutOfMemoryException read OutOfMemoryException_;

This item has no description.

Public property SyntaxException: ddb.SyntaxException read SyntaxException_;

This item has no description.

Public property ConstraintException: ddb.ConstraintException read ConstraintException_;

This item has no description.

Public property DependencyException: ddb.DependencyException read DependencyException_;

This item has no description.

Public property IOException: ddb.IOException read IOException_;

This item has no description.

Public property MissingExtensionException: ddb.MissingExtensionException read MissingExtensionException_;

This item has no description.

Public property NotImplementedException: ddb.NotImplementedException read NotImplementedException_;

This item has no description.

Public property AutoloadException: ddb.AutoloadException read AutoloadException_;

This item has no description.

Public property SerializationException: ddb.SerializationException read SerializationException_;

This item has no description.

Public property SequenceException: ddb.SequenceException read SequenceException_;

This item has no description.

Public property InterruptException: ddb.InterruptException read InterruptException_;

This item has no description.

Public property FatalException: ddb.FatalException read FatalException_;

This item has no description.

Public property InternalException: ddb.InternalException read InternalException_;

This item has no description.

Public property InvalidInputException: ddb.InvalidInputException read InvalidInputException_;

This item has no description.

Public property InvalidTypeException: ddb.InvalidTypeException read InvalidTypeException_;

This item has no description.

Public property TypeMismatchException: ddb.TypeMismatchException read TypeMismatchException_;

This item has no description.

Public property ParameterNotAllowedException: ddb.ParameterNotAllowedException read ParameterNotAllowedException_;

This item has no description.

Public property ParameterNotResolvedException: ddb.ParameterNotResolvedException read ParameterNotResolvedException_;

This item has no description.

Public property CatalogException: ddb.CatalogException read CatalogException_;

This item has no description.

Public property ParserException: ddb.ParserException read ParserException_;

This item has no description.

Public property BinderException: ddb.BinderException read BinderException_;

This item has no description.

Public property BaseException: ddb.BaseException read BaseException_;

This item has no description.

Error Message