GazetteerDb Class |
[Missing <summary> documentation for "T:Cadcorp.WML.GazetteerConnectors.GazetteerDb"]
Namespace: Cadcorp.WML.GazetteerConnectors
The GazetteerDb type exposes the following members.
Name | Description | |
---|---|---|
![]() | GazetteerDb | Initializes a new instance of the GazetteerDb class |
Name | Description | |
---|---|---|
![]() | CreateReturnParameter |
Adds a return parameter to non query.
(Inherited from DbDatabase.) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetAdapter | (Inherited from DbDatabase.) |
![]() | GetAvailableColumns | |
![]() | GetAvailableTables | |
![]() | GetColumns | |
![]() | GetDbCommand |
Creates a new command object.
(Inherited from DbDatabase.) |
![]() | GetDbConnection |
Creates a new connection object.
(Inherited from DbDatabase.) |
![]() | GetDbDataAdapter |
Creates a new adapter object.
(Inherited from DbDatabase.) |
![]() | GetDBParameterString |
Returns the correct parameter string for the database platform in use.
(Inherited from DbDatabase.) |
![]() | GetDBUppercaseFunction |
Returns the correct parameter string for the database platform in use.
(Inherited from DbDatabase.) |
![]() | GetDBWildcardString |
Returns the correct parameter string for the database platform in use.
(Inherited from DbDatabase.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetParameter(String, Object, String) |
Returns a new parameter.
(Inherited from DbDatabase.) |
![]() | GetParameter(String, Object, String, Boolean) | (Inherited from DbDatabase.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | RunProcedure(String, String, IDataParameter, String) |
Runs a stored procedure, returning an SqlResultSet containing the result of the stored procedure.
(Inherited from DbDatabase.) |
![]() | RunProcedure(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.) |
![]() | RunProcedure(DbConnection, String, String, IDataParameter, String) |
Runs a stored procedure, returning an SqlResultSet containing the result of the stored procedure.
(Inherited from DbDatabase.) |
![]() | RunProcedure(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.) |
![]() | RunProcedure(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.) |
![]() | RunProcedure(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.) |
![]() | RunProcedure(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.) |
![]() | RunProcedure(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.) |
![]() | RunProcedure(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.) |
![]() | RunProcedure(String, String, IDataParameter, Int32, Int32, String) |
Returns a populated DataTable from the stored procedure provided.
(Inherited from DbDatabase.) |
![]() | RunProcedure(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.) |
![]() | RunProcedure(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.) |
![]() | RunProcedure(DbConnection, String, String, IDataParameter, Int32, Int32, String) |
Returns a populated DataTable from the stored procedure provided.
(Inherited from DbDatabase.) |
![]() | RunProcedure(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.) |
![]() | RunQuery(String, String, IDataParameter, String) |
Runs a query, returning an SqlResultSet containing the result of the query.
(Inherited from DbDatabase.) |
![]() | RunQuery(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.) |
![]() | RunQuery(DbConnection, String, String, IDataParameter, String) |
Runs a query, returning an SqlResultSet containing the result of the query.
(Inherited from DbDatabase.) |
![]() | RunQuery(String, String, IDataParameter, DataTable, String) |
Takes an existing DataTable and fills it with the results of the query.
(Inherited from DbDatabase.) |
![]() | RunQuery(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.) |
![]() | RunQuery(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.) |
![]() | RunQuery(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.) |
![]() | RunQuery(DbConnection, String, String, IDataParameter, DataTable, String) |
Takes an existing DataTable and fills it with the results of the query.
(Inherited from DbDatabase.) |
![]() | RunQuery(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.) |
![]() | RunQuery(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.) |
![]() | RunQuery(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.) |
![]() | RunQuery(String, String, IDataParameter, Int32, Int32, String) |
Returns a populated DataTable from the query provided.
(Inherited from DbDatabase.) |
![]() | RunQuery(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.) |
![]() | RunQuery(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.) |
![]() | RunQuery(DbConnection, String, String, IDataParameter, Int32, Int32, String) |
Returns a populated DataTable from the query provided.
(Inherited from DbDatabase.) |
![]() | RunQuery(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.) |
![]() | RunScalarQuery |
Runs a scalar query.
(Inherited from DbDatabase.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | TruncateString | (Inherited from DbDatabase.) |
![]() | TypeToDbType |
Returns a DbType to go along with a parameter.
(Inherited from DbDatabase.) |