ddbc.drivers.utils

DDBC - D DataBase Connector - abstraction layer for RDBMS access, with interface similar to JDBC.

Source file ddbc/drivers/mysqlddbc.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.

JDBC documentation can be found here: http://docs.oracle.com/javase/1.5.0/docs/api/java/sql/package-summary.html

This module contains misc utility functions which may help in implementation of DDBC drivers.

Members

Functions

copyCString
string copyCString(T* c, int actualLength)
Undocumented in source. Be warned that the author may not have intended to support it.
parseDateTime
DateTime parseDateTime(string timestampString)
Undocumented in source. Be warned that the author may not have intended to support it.
parseDateoid
Date parseDateoid(string dateoid)
Undocumented in source. Be warned that the author may not have intended to support it.
parseSysTime
SysTime parseSysTime(string timestampString)
Undocumented in source. Be warned that the author may not have intended to support it.
parseTimeoid
TimeOfDay parseTimeoid(string timeoid)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta

Authors

Vadim Lopatin