Click or drag to resize

StiSqlDatabase Methods

The StiSqlDatabase type exposes the following members.

Methods
  NameDescription
Public methodApplyDatabaseInformation(StiDatabaseInformation, StiReport)
Adds tables, views and stored procedures to report dictionary from database information.
(Overrides StiDatabaseApplyDatabaseInformation(StiDatabaseInformation, StiReport).)
Public methodApplyDatabaseInformation(StiDatabaseInformation, StiReport, StiDatabaseInformation)
Adds tables, views and stored procedures to report dictionary from database information.
(Overrides StiDatabaseApplyDatabaseInformation(StiDatabaseInformation, StiReport, StiDatabaseInformation).)
Protected methodApplyDatabaseInformationProcedures
Protected methodApplyDatabaseInformationSource
Protected methodApplyDatabaseInformationTables
Protected methodApplyDatabaseInformationViews
Public methodClone (Inherited from StiService.)
Public methodCreateConnector
Returns new data connector for this database.
(Overrides StiDatabaseCreateConnector(String).)
Public methodCreateDataSource
Returns new data source for this database.
Public methodCreateNew (Overrides StiDatabaseCreateNew.)
Public methodCreateSqlConnector
Returns new sql data connector for this database.
Public methodEdit (Overrides StiDatabaseEdit(StiDictionary, Boolean).)
Public methodEditConnectionString
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetConnectionStringHelper
Public methodGetDataAdapter
Protected methodGetDataAdapterType
Public methodGetDatabaseInformation
Returns full database information.
(Inherited from StiDatabase.)
Public methodGetDatabaseInformation(StiReport)
Returns full database information.
(Overrides StiDatabaseGetDatabaseInformation(StiReport).)
Protected methodGetDatabaseInformationProcedures
Protected methodGetDatabaseInformationTables
Protected methodGetDatabaseInformationViews
Public methodGetEvents
Return events collection of this component.
(Inherited from StiDatabase.)
Public methodGetEvents(IStiPropertyGrid) (Inherited from StiDatabase.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetProperties (Overrides StiDatabaseGetProperties(IStiPropertyGrid, StiLevel).)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInvokeConnected
Raises the Connected event for this connection.
(Inherited from StiDatabase.)
Public methodInvokeConnecting
Raises the Connecting event for this connection.
(Inherited from StiDatabase.)
Public methodInvokeDisconnected
Raises the Disconnected event for this connection.
(Inherited from StiDatabase.)
Public methodInvokeDisconnecting
Raises the Disconnecting event for this connection.
(Inherited from StiDatabase.)
Protected methodIsPropertiesInitializedProtected (Inherited from StiService.)
Public methodIsPropertyPresent (Inherited from StiService.)
Public methodLoadFromJsonObject (Overrides StiDatabaseLoadFromJsonObject(JObject).)
Public methodMapUserNameAndPassword
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnConnected
Raises the Connected event for this component.
(Inherited from StiDatabase.)
Protected methodOnConnecting
Raises the Connecting event for this connection.
(Inherited from StiDatabase.)
Protected methodOnDisconnected
Raises the Disconnected event for this connection.
(Inherited from StiDatabase.)
Protected methodOnDisconnecting
Raises the Disconnecting event for this connection.
(Inherited from StiDatabase.)
Public methodPackService (Inherited from StiService.)
Public methodRegData (Overrides StiDatabaseRegData(StiDictionary, Boolean).)
Public methodSaveToJsonObject (Overrides StiDatabaseSaveToJsonObject(StiJsonSaveMode).)
Public methodSynchronize
Retrieve database schema and create associated data sources in the report dictionary for this database.
(Inherited from StiDatabase.)
Public methodToString (Inherited from StiDatabase.)
Public methodToString(Boolean) (Inherited from StiDatabase.)
Top
See Also