Data.SqlExpr.TSQLConnection Properties

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
ActiveStatementspublicIndicates the number of statements currently active with the database server.
AutoClonepublicSpecifies whether the SQL connection automatically clones database connections when they are needed.
ComObjectpublicSpecifies the interface reference implemented by the component.
ComponentCountpublicIndicates the number of components owned by the component.
ComponentIndexpublicIndicates the position of the component in its owner's Components property array.
ComponentspublicLists all components owned by the component.
ComponentStatepublicDescribes the current state of the component, indicating when a component needs to avoid certain actions.
ComponentStylepublicGoverns the behavior of the component.
ConnectedpublishedDetermines whether a connection has been established to the remote source of data and is active.
ConnectionDatapublicSpecifies the connection data information.
ConnectionNamepublishedNames the connection configuration.
ConnectionRegistryFileprotectedSpecifies the registry file associated with the SQL connection.
ConnectionStatepublicIndicates the current state of the TSQLConnection object.
DataSetCountpublicIndicates the number of datasets associated with the connection component.
DataSetspublicLists all active datasets for the connection component.
DBXConnectionpublicProvides an interface to the dbExpress object that represents a connection.
DesignInfopublicContains information used by the Form designer.
DisposedprotectedDisposed is a read-only property that shows the current state of this object.
DriverNamepublishedSpecifies the database driver associated with the SQL connection.
GetDriverFuncpublicThis property is obsolete. It is no longer published and will not appear in the Object Inspector.
InTransactionpublicIndicates whether a transaction is in progress.
KeepConnectionpublishedSpecifies whether the connection stays active when no datasets are open.
LibraryNamepublicThis property is obsolete. It is no longer published and will not appear in the Object Inspector.
LoadParamsOnConnectpublishedSpecifies whether the TSQLConnection component loads the configuration named by ConnectionName immediately before connecting to the server.
LocaleCodepublicIdentifies the locale that is used for sorting items from datasets that use this connection.
LoginPromptpublishedSpecifies whether a login dialog appears immediately before opening a new connection.
MaxStmtsPerConnpublicIndicates the server limit on the number of statements supported by a single database connection.
MetaDatapublicProvides an interface to the dbExpress object that supplies server metadata.
MultipleTransactionsSupportedpublicIndicates whether the database server supports multiple transactions.
NamepublishedSpecifies the name of the component as referenced in code.
ObserverspublicIndicates the TObservers object added to the TComponent.
OwnerpublicIndicates the component that is responsible for streaming and freeing this component.
ParamspublishedLists the connection parameters.
ParamsLoadedpublicIndicates when parameter values have been loaded from dbxconnections.ini.
QuoteCharprotectedSpecifies the quotation mark in use.
SQLDllHandleprotectedSpecifies the handle to an SQL dynamic link library.
SQLHourGlasspublicSpecifies whether the cursor should change to crSQLWait during lengthy operations.
StreamedConnectedprotectedIndicates whether the Connected property was true when the connection component was loaded from a stream.
TableScopepublishedIndicates what types of tables are returned when fetching schema information about tables.
TagpublishedStores a NativeInt integral value as a part of a component.
TransactionsSupportedpublicIndicates whether the database server supports transactions.
UniqueIDpublicSpecifies the unique identifier of a TSQLConnection.
VCLComObjectpublicRepresents information used internally by components that support COM.
VendorLibpublicThis property is obsolete. It is no longer published and will not appear in the Object Inspector.