#include <TDBConnection.hh>
Public Methods | |
bool | IsValid () |
Query if connection is valid. | |
TString & | ErrorMessage () |
Get error message string. | |
TDBResult * | Execute (const TString &command) |
Execute SQL statement. | |
Friends | |
class | TDBConnectionManager |
Currently only PostgreSQL is supported.
|
Get error message string.
|
|
Execute SQL statement. The return object must be destroyed after use.
|
|
Query if connection is valid.
|