Name | Description | |
---|---|---|
C1SnowflakeConnection Constructor | Overloaded. |
The following tables list the members exposed by C1SnowflakeConnection.
Name | Description | |
---|---|---|
C1SnowflakeConnection Constructor | Overloaded. |
Name | Description | |
---|---|---|
Account | The account of the user in Swnowflake. | |
BaseUrl | The base url of the Snowflake server. | |
ConnectionString | Gets or sets the string used to open the connection. (Inherited from C1.DataConnector.AdoNet.C1ConnectionBase) | |
ConnectionTimeout | (Inherited from System.Data.Common.DbConnection) | |
Container | (Inherited from System.ComponentModel.Component) | |
Database | Overridden. Gets the name of the current database after a connection is opened, or the database name specified in the connection string before the connection is opened. | |
DatabaseConn | The name of the database. | |
DataSource | Overridden. Gets the name of the database server to which to connect. | |
FingerPrint | The finger print of the public key after added in Snowflake server | |
Key | A string that identifies a unique way to connect to a server. (Inherited from C1.DataConnector.AdoNet.C1ConnectionBase) | |
MaxPageSize | The maximum items returned per request to server (Inherited from C1.DataConnector.AdoNet.C1ConnectionBase) | |
OAuthToken | Gets the current access token and refresh token. | |
PrivateKey | The path of the private key file. | |
PrivateKeyPassword | The password of the private key. | |
Role | The role of the user making the request. | |
Schema | The name of the schema. | |
ServerVersion | Overridden. Gets a string that represents the version of the server to which the object is connected. | |
Site | (Inherited from System.ComponentModel.Component) | |
State | Gets a string that describes the state of the connection. (Inherited from C1.DataConnector.AdoNet.C1ConnectionBase) | |
SupportGroupBy | A boolean specifying whether or not this C1ODataConnection is using SupportGroupBy. | |
SupportLimit | A boolean specifying whether or not this C1ODataConnection is using SupportLimit. | |
SupportOrderBy | A boolean specifying whether or not this C1ODataConnection is using SupportOrderBy. | |
UseDynamicType | A boolean specifying whether or not this C1ODataConnection is using dynamic type. | |
Warehouse | The name of the warehouse. |
Name | Description | |
---|---|---|
CanRaiseEvents | (Inherited from System.ComponentModel.Component) | |
DbProviderFactory | (Inherited from System.Data.Common.DbConnection) | |
DesignMode | (Inherited from System.ComponentModel.Component) | |
Events | (Inherited from System.ComponentModel.Component) | |
Logger | The logger where the runtime messages are passed to. (Inherited from C1.DataConnector.AdoNet.C1ConnectionBase) |
Name | Description | |
---|---|---|
BeginTransaction | Overloaded. (Inherited from System.Data.Common.DbConnection) | |
ChangeDatabase | Overridden. Changes the current database for an open connection. | |
Close | Overridden. Closes the connection to the database. This is the preferred method of closing any open connection. | |
CreateCommand | (Inherited from System.Data.Common.DbConnection) | |
CreateObjRef | (Inherited from System.MarshalByRefObject) | |
Dispose | Overloaded. Overridden. Dispose the connection. | |
EnlistTransaction | (Inherited from System.Data.Common.DbConnection) | |
GetLifetimeService | (Inherited from System.MarshalByRefObject) | |
GetSchema | Overloaded. Returns schema information for the data source of this C1.DataConnector.AdoNet.C1ConnectionBase. (Inherited from C1.DataConnector.AdoNet.C1ConnectionBase) | |
InitializeLifetimeService | (Inherited from System.MarshalByRefObject) | |
Open | Overridden. Opens a database connection with the settings specified by the connection string. | |
OpenAsync | Overloaded. Overridden. An asynchronous version of Open open. | |
ToString | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
BeginDbTransaction | Overridden. Begins a transaction on the connection. | |
CreateDbCommand | Overridden. Creates and returns a System.Data.Common.DbCommand object associated with the current connection. | |
Finalize | (Inherited from System.ComponentModel.Component) | |
GetColumnsSchema | Overridden. Retrieve the metadata relatively to the columns. | |
GetDataSourceInformationSchema | Retrieve the metadata relatively to the dataSource informations. (Inherited from C1.DataConnector.AdoNet.C1ConnectionBase) | |
GetForeignKeySchema | Overridden. Retrieve the metadata relatively to the foreign keys. | |
GetIndexColumns | Retrieve the metadata relatively to the index columns. (Inherited from C1.DataConnector.AdoNet.C1ConnectionBase) | |
GetIndexesSchema | Retrieve the metadata relatively to the indexes. (Inherited from C1.DataConnector.AdoNet.C1ConnectionBase) | |
GetPrimaryKeySchema | Overridden. Retrieve the metadata relatively to the primary keys. | |
GetReservedWordsSchema | Retrieve the metadata relatively to the reserved words. (Inherited from C1.DataConnector.AdoNet.C1ConnectionBase) | |
GetService | (Inherited from System.ComponentModel.Component) | |
GetSubTableSchema | Retrieve the metadata relatively to the subtables. (Inherited from C1.DataConnector.AdoNet.C1ConnectionBase) | |
GetTablesSchema | Overridden. Retrieve the metadata relatively to the tables. | |
GetViewsSchema | Retrieve the metadata relatively to the views. (Inherited from C1.DataConnector.AdoNet.C1ConnectionBase) | |
MemberwiseClone | Overloaded. (Inherited from System.MarshalByRefObject) | |
OnConnectionStringChanged | Overridden. A method that is executed everytime that the connection string used by this C1SnowflakeConnectionStringBuilder has changed. | |
OnStateChange | (Inherited from System.Data.Common.DbConnection) | |
SetConnectionState | If the passed state is different than the current one, it updates it and fires the StateChange event. (Inherited from C1.DataConnector.AdoNet.C1ConnectionBase) |
Name | Description | |
---|---|---|
Disposed | (Inherited from System.ComponentModel.Component) | |
OAuthTokenRefreshed | Occurs after the token refreshes. | |
StateChange | (Inherited from System.Data.Common.DbConnection) |