artefaktur
software engineer &        architecture

 
 
 
 

class DriverPropertyInfo

Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   Namespace Members   Compound Members   Related Pages  

acdk::sql::DriverPropertyInfo Class Reference

#include <DriverPropertyInfo.h>

Inheritance diagram for acdk::sql::DriverPropertyInfo:

acdk::lang::Object List of all members.

Detailed Description

API: JDBC 2.0.

Author:
Roger Rene Kommer
Version:
Revision
1.9
Date:
Date
2005/04/08 10:53:21


Private Member Functions

 DriverPropertyInfo (INP(RString) n, INP(RString) v)
 This method initializes a new instance of DriverPropertyInfo with the specified name and value.


Private Attributes

RString _name
 The name of the property.

RString _value
 This is the value of the property.

RString description
 A description of the property, possibly Nil.

bool required
 A flag indicating whether or not a value for this property is required in order to connect to the database.

RObjectArrayImpl< RStringchoices
 If values are restricted to certain choices, this is the list of valid ones.


Constructor & Destructor Documentation

acdk::sql::DriverPropertyInfo::DriverPropertyInfo INP(RString n,
INP(RString v
[inline, private]
 

This method initializes a new instance of DriverPropertyInfo with the specified name and value.

All other fields are defaulted.

Parameters:
name The name of the property.
value The value to assign to the property.

Member Data Documentation

RString acdk::sql::DriverPropertyInfo::_name [private]
 

The name of the property.

RString acdk::sql::DriverPropertyInfo::_value [private]
 

This is the value of the property.

RObjectArrayImpl<RString> acdk::sql::DriverPropertyInfo::choices [private]
 

If values are restricted to certain choices, this is the list of valid ones.

Otherwise it is Nil.

RString acdk::sql::DriverPropertyInfo::description [private]
 

A description of the property, possibly Nil.

bool acdk::sql::DriverPropertyInfo::required [private]
 

A flag indicating whether or not a value for this property is required in order to connect to the database.

 
Last modified 2005-05-08 18:33 by SYSTEM By Artefaktur, Ing. Bureau Kommer