Name | Description | |
---|---|---|
![]() | TdConnection Constructor | Overloaded. |
The following tables list the members exposed by TdConnection.
Name | Description | |
---|---|---|
![]() | TdConnection Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | ConnectionString | Overridden. Gets or sets the string used to open a connection to Teradata. The ConnectionString identifies session attributes like User Id, Password, Data Source etc. |
![]() | ConnectionTimeout | Overridden. Returns connection timeout value set in the connection string. Zero indicates an indefinite timeout period. |
![]() | Container | (Inherited from System.ComponentModel.Component) |
![]() | Database | Overridden. Gets the default database name. |
![]() | DataSource | Overridden. Gets the Teradata server (a.k.a DBC Name TDPID) name. |
![]() | IsolationLevel | Gets and sets the isolation level of the current connection |
![]() | QueryBand | Gets the TdQueryBand object that contains the Query Bands defined at Connection Level. |
![]() | ServerVersion | Overridden. Gets the Teradata server version after a connection is established. |
![]() | Site | (Inherited from System.ComponentModel.Component) |
![]() | State | Overridden. Gets the current state of the data source connection. |
Name | Description | |
---|---|---|
![]() | BeginTransaction | Overloaded. |
![]() | ChangeDatabase | Overridden. Changes the default database associated with this Teradata connection. |
![]() | ChangeQueryBand | The Connection Level Query Bands are modified to those defined in queryBand. |
![]() | Close | Overridden. Closes the connection to Teradata. |
![]() | CreateCommand | Creates and returns a TdCommand object. |
![]() | CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject) |
![]() | Dispose() | (Inherited from System.ComponentModel.Component) |
![]() | EnlistTransaction | Enlists in the specified transaction. (Inherited from System.Data.Common.DbConnection) |
![]() | Equals | (Inherited from object) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from object) |
![]() | GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) |
![]() | GetSchema | Overloaded. Overridden. |
![]() | GetType | Gets the System.Type of the current instance. (Inherited from object) |
![]() | InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) |
![]() | Open | Overridden. Opens a Teradata session using the attributes specified via the TdConnection.ConnectionString. |
![]() | OpenAsync | Overloaded. Overridden. |
![]() | ToString | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
![]() | CloseFile | The .Net Data Provider for Teradata will raise this event after it has completed sending the contents of a file to the Teradata Database. The Teradata Database will request the contents of a file when a DDL statement is executed to create/replace a function (e.g. stored procedure, UDF, UDT) and a file that resides on the client machine is specified. |
![]() | Disposed | (Inherited from System.ComponentModel.Component) |
![]() | InfoMessage | The .NET Data Provider for Teradata generates events to convey informational or warning messages. |
![]() | OpenFile | The .Net Data Provider for Teradata generates events when the Teradata Database requests the contents of a file. |
![]() | RecoverConnection | The .Net Data Provider for Teradata will raise this event to add additional time for reconnection. |
![]() | StateChange | Occurs when the state of the TdConnection changes. |