:: com :: sun :: star :: sdbc ::

unpublished service DBASEConnectionProperties
Description
represents the properties for a dBase connection (session) with a specific database. These properties can be used when calling the method ::com::sun::star::sdbc::XDriver::connect() or ::com::sun::star::sdbc::XDriverManager::getConnectionWithInfo() .

The properties for a connection contain additonal information about how to connect to a database and how to control the behavior of the resulting connection should be.

See also
::com::sun::star::sdbc::XDriver, ::com::sun::star::sdbc::XDriverManager, ::com::sun::star::sdbc::FILEConnectionProperties

Included Services
::com::sun::star::sdbc::FILEConnectionProperties
(referenced entity's summary:)
represents the properties for a FILE connection (session) with a specific database. These properties can be used when calling the method ::com::sun::star::sdbc::XDriver::connect() or ::com::sun::star::sdbc::XDriverManager::getConnectionWithInfo() .
Properties' Summary
boolean
ShowDeleted
[ OPTIONAL ]
true when deleted rows should be shown, otherwise false  
Properties' Details
ShowDeleted
boolean ShowDeleted;
Usage Restrictions
optional
Description
true when deleted rows should be shown, otherwise false

 
Top of Page