Class msql.MsqlData
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class msql.MsqlData

java.lang.Object
   |
   +----msql.MsqlData

class MsqlData
extends Object
Object which contains a set of results returned from the server. The results might be a view which is the result of a SELECT query, or it may be a table of information about a given database, table or field. Note that the results of a SELECT query are never returned in a standalone instance of MsqlData, but are always combined with a second instance of MsqlData containing Field information. The resulting combined data structure is an instance of MsqlResult.

This class is not public and can therefore cannot be used outside this package.


All Packages  Class Hierarchy  This Package  Previous  Next  Index