An NDoc Documented Class Library

AbstractODBCDataAccessor Members

AbstractODBCDataAccessor overview

Public Instance Constructors

AbstractODBCDataAccessor Constructor Create a new connection to a server side object.

Public Instance Methods

DisposeOverloaded. Allows the filter to clean up after itself and close off any open resources; much more efficient to call this explicitly than to have garbage collector call finalizer
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
getDBConnectionStatus 
getDBName 
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
InitDataPacketProducer (inherited from AbstractStandardDataAccessor) 
ProcessRequest (inherited from AbstractStandardDataAccessor) 
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Fields

disposed Whether or not the object has been disposed of yet (with a call to dispose)
publisher (inherited from AbstractStandardDataAccessor) 

Protected Instance Methods

CloseDBConnection 
confirmDBConnection Check that the DB connection is open. If not, try to open it.
DisposeOverloaded. Common cleanup functionality - used to handle disposing and finalization; by default nothing to clean up unless overriden by child class
executeCommand Send a new database query to a server side object.
Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.
OpenDBConnection 
processRequest (inherited from AbstractStandardDataAccessor) 

See Also

AbstractODBCDataAccessor Class | Sandia.MVCFramework.DataAccessor Namespace