|
|
|
|
|
|
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:
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
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
|
The name of the property.
|
|
This is the value of the property.
|
|
If values are restricted to certain choices, this is the list of valid ones.
Otherwise it is Nil . |
|
A description of the property, possibly Nil .
|
|
A flag indicating whether or not a value for this property is required in order to connect to the database.
|
|
|