Undocumented in source.
Undocumented in source.
JDBC java.sql.Types from http://docs.oracle.com/javase/6/docs/api/java/sql/Types.html
Helper function to make url in format required for DSN connections to Microsoft SQL Server
Helper function to make url in form driverName://host:port/dbname?param1=value1,param2=value2
Undocumented in source.
Undocumented in source.
Undocumented in source.
Undocumented in source.
Undocumented in source.
Undocumented in source.
An object that represents a precompiled SQL statement.
Undocumented in source.
Undocumented in source.
Undocumented in source.
DDBC - D DataBase Connector - abstraction layer for RDBMS access, with interface similar to JDBC.
Source file ddbc/core.d.
DDBC library attempts to provide implementation independent interface to different databases.
Set of supported RDBMSs can be extended by writing Drivers for particular DBs. Currently it only includes MySQL Driver which uses patched version of MYSQLN (native D implementation of MySQL connector, written by Steve Teale)
JDBC documentation can be found here: http://docs.oracle.com/javase/1.5.0/docs/api/java/sql/package-summary.html
Limitations of current version: readonly unidirectional resultset, completely fetched into memory.
Its primary objects are:
You can find usage examples in unittest{} sections.