drivers
Get a list of drivers and its associated information:
- name
- description
- filename
- version
- date compiled
- maintainer
- url
init
Initialize the DBI environment with the default driver path.
initWithDriversPath
Initialize the DBI environment with the specified libdbi driver path.
version
Return string version of libdbi being used.
with(driverName)
Get a new connection with the given driver.
|