Click or drag to resize

ConnectorDb Class

[Missing <summary> documentation for "T:Cadcorp.WML.GazetteerConnectors.ConnectorDb"]

Inheritance Hierarchy
SystemObject
  Cadcorp.DataAccessDbDatabase
    Cadcorp.WML.GazetteerConnectorsConnectorDb

Namespace:  Cadcorp.WML.GazetteerConnectors
Assembly:  Cadcorp.WML.GazetteerConnectors (in Cadcorp.WML.GazetteerConnectors.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public class ConnectorDb : DbDatabase

The ConnectorDb type exposes the following members.

Constructors
  NameDescription
Public methodConnectorDb
Initializes a new instance of the ConnectorDb class
Top
Methods
  NameDescription
Protected methodCreateReturnParameter
Adds a return parameter to non query.
(Inherited from DbDatabase.)
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.)
Protected methodGetAdapter (Inherited from DbDatabase.)
Public methodGetAddresses
Protected methodGetDbCommand
Creates a new command object.
(Inherited from DbDatabase.)
Public methodGetDbConnection
Creates a new connection object.
(Inherited from DbDatabase.)
Protected methodGetDbDataAdapter
Creates a new adapter object.
(Inherited from DbDatabase.)
Public methodGetDBParameterString
Returns the correct parameter string for the database platform in use.
(Inherited from DbDatabase.)
Public methodGetDBUppercaseFunction
Returns the correct parameter string for the database platform in use.
(Inherited from DbDatabase.)
Public methodGetDBWildcardString
Returns the correct parameter string for the database platform in use.
(Inherited from DbDatabase.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetItems
Public methodGetList
Public methodGetParameter(String, Object, String)
Returns a new parameter.
(Inherited from DbDatabase.)
Public methodGetParameter(String, Object, String, Boolean) (Inherited from DbDatabase.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodRunProcedure(String, String, IDataParameter, String)
Runs a stored procedure, returning an SqlResultSet containing the result of the stored procedure.
(Inherited from DbDatabase.)
Protected methodRunProcedure(DbConnection, String, IDataParameter, Int32, String)
Runs a stored procedure, returning an integer indicating the return value of the stored procedure. Also returns the value of the RowsAffected aspect of the stored procedure that is returned by the ExecuteNonQuery method.
(Inherited from DbDatabase.)
Protected methodRunProcedure(DbConnection, String, String, IDataParameter, String)
Runs a stored procedure, returning an SqlResultSet containing the result of the stored procedure.
(Inherited from DbDatabase.)
Protected methodRunProcedure(String, String, IDataParameter, Int32, String)
Runs a stored procedure, returning an integer indicating the return value of the stored procedure. Also returns the value of the RowsAffected aspect of the stored procedure that is returned by the ExecuteNonQuery method.
(Inherited from DbDatabase.)
Protected methodRunProcedure(String, String, IDataParameter, String, String)
Runs a stored procedure, returning a DataSet that contains the results of the stored procedure in a named table.
(Inherited from DbDatabase.)
Protected methodRunProcedure(String, String, IDataParameter, String, String)
Runs a stored procedure, returning an ArrayList containing the specified fields from the result of the stored procedure. N.B. This method has been retained for backward compatibility. It is recommended that a strongly typed generic list is used instead of an ArrayList.
(Inherited from DbDatabase.)
Protected methodRunProcedure(DbConnection, String, String, IDataParameter, String, String)
Runs a stored procedure, returning a DataSet that contains the results of the stored procedure in a named table.
(Inherited from DbDatabase.)
Protected methodRunProcedure(DbConnection, String, String, IDataParameter, String, String)
Runs a stored procedure, returning an ArrayList containing the specified fields from the result of the stored procedure. N.B. This method has been retained for backward compatibility. It is recommended that a strongly typed generic list is used instead of an ArrayList.
(Inherited from DbDatabase.)
Protected methodRunProcedure(String, String, IDataParameter, DataSet, String, String)
Takes an existing DataSet and fills the given table name with the results of the stored procedure.
(Inherited from DbDatabase.)
Protected methodRunProcedure(String, String, IDataParameter, Int32, Int32, String)
Returns a populated DataTable from the stored procedure provided.
(Inherited from DbDatabase.)
Protected methodRunProcedure(String, String, IDataParameter, String, String, String)
Runs a stored procedure, returning a DataView that contains the results of the stored procedure in a named table within a DataSet.
(Inherited from DbDatabase.)
Protected methodRunProcedure(DbConnection, String, String, IDataParameter, DataSet, String, String)
Takes an existing DataSet and fills the given table name with the results of the stored procedure.
(Inherited from DbDatabase.)
Protected methodRunProcedure(DbConnection, String, String, IDataParameter, Int32, Int32, String)
Returns a populated DataTable from the stored procedure provided.
(Inherited from DbDatabase.)
Protected methodRunProcedure(DbConnection, String, String, IDataParameter, String, String, String)
Runs a stored procedure, returning a DataView that contains the results of the stored procedure in a named table within a DataSet.
(Inherited from DbDatabase.)
Protected methodRunQuery(String, String, IDataParameter, String)
Runs a query, returning an SqlResultSet containing the result of the query.
(Inherited from DbDatabase.)
Protected methodRunQuery(DbConnection, String, IDataParameter, Int32, String)
Runs a query, returning an integer indicating the return value of the stored procedure. Also returns the value of the RowsAffected aspect of the stored procedure that is returned by the ExecuteNonQuery method.
(Inherited from DbDatabase.)
Protected methodRunQuery(DbConnection, String, String, IDataParameter, String)
Runs a query, returning an SqlResultSet containing the result of the query.
(Inherited from DbDatabase.)
Protected methodRunQuery(String, String, IDataParameter, DataTable, String)
Takes an existing DataTable and fills it with the results of the query.
(Inherited from DbDatabase.)
Protected methodRunQuery(String, String, IDataParameter, Int32, String)
Runs a query, returning an integer indicating the return value of the stored procedure. Also returns the value of the RowsAffected aspect of the stored procedure that is returned by the ExecuteNonQuery method.
(Inherited from DbDatabase.)
Protected methodRunQuery(String, String, IDataParameter, String, String)
Runs a query, returning a DataSet that contains the results of the query in a named table.
(Inherited from DbDatabase.)
Protected methodRunQuery(String, String, IDataParameter, String, String)
Runs a stored procedure, returning an ArrayList containing the specified fields from the result of the query. N.B. This method has been retained for backward compatibility. It is recommended that a strongly typed generic list is used instead of an ArrayList.
(Inherited from DbDatabase.)
Protected methodRunQuery(DbConnection, String, String, IDataParameter, DataTable, String)
Takes an existing DataTable and fills it with the results of the query.
(Inherited from DbDatabase.)
Protected methodRunQuery(DbConnection, String, String, IDataParameter, String, String)
Runs a query, returning a DataSet that contains the results of the query in a named table.
(Inherited from DbDatabase.)
Protected methodRunQuery(DbConnection, String, String, IDataParameter, String, String)
Runs a stored procedure, returning an ArrayList containing the specified fields from the result of the query. N.B. This method has been retained for backward compatibility. It is recommended that a strongly typed generic list is used instead of an ArrayList.
(Inherited from DbDatabase.)
Protected methodRunQuery(String, String, IDataParameter, DataSet, String, String)
Takes an existing DataSet and fills the given table name with the results of the query.
(Inherited from DbDatabase.)
Protected methodRunQuery(String, String, IDataParameter, Int32, Int32, String)
Returns a populated DataTable from the query provided.
(Inherited from DbDatabase.)
Protected methodRunQuery(String, String, IDataParameter, String, String, String)
Runs a query, returning a DataView that contains the results of the query in a named table within a DataSet.
(Inherited from DbDatabase.)
Protected methodRunQuery(DbConnection, String, String, IDataParameter, DataSet, String, String)
Takes an existing DataSet and fills the given table name with the results of the query.
(Inherited from DbDatabase.)
Protected methodRunQuery(DbConnection, String, String, IDataParameter, Int32, Int32, String)
Returns a populated DataTable from the query provided.
(Inherited from DbDatabase.)
Protected methodRunQuery(DbConnection, String, String, IDataParameter, String, String, String)
Runs a query, returning a DataView that contains the results of the query in a named table within a DataSet.
(Inherited from DbDatabase.)
Protected methodRunScalarQuery
Runs a scalar query.
(Inherited from DbDatabase.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTruncateString (Inherited from DbDatabase.)
Public methodTypeToDbType
Returns a DbType to go along with a parameter.
(Inherited from DbDatabase.)
Top
See Also