Свойство | Type | Description | |
---|---|---|---|
Bucket | |||
ConnString | string | ||
ConnStringSansDB | string | ||
DataDirectory | string | ||
Database | string | ||
ErrorText | string | ||
Host | string | ||
LastSQL | string | ||
Password | string | ||
Port | string | ||
TessPath | string | ||
Trace | string | ||
User | string |
Méthode | Description | |
---|---|---|
CheckConnection ( ) : string | ||
CreateDatabase ( ) : void | ||
DataPipe ( ) : System | ||
ExecuteCommand ( string CommandStatement ) : bool | ||
FixString ( string DirtyString ) : string | ||
GetCell ( int Row, string Column ) : string | ||
GetNewID ( string TableName ) : string | ||
GetRows ( string SelectStatement ) : bool | ||
LoadParams ( ) : void | ||
SaveParams ( ) : void |
Méthode | Description | |
---|---|---|
ReportError ( string Error, string Method ) : void |
public ExecuteCommand ( string CommandStatement ) : bool | ||
CommandStatement | string | |
Résultat | bool |
public FixString ( string DirtyString ) : string | ||
DirtyString | string | |
Résultat | string |
public GetCell ( int Row, string Column ) : string | ||
Row | int | |
Column | string | |
Résultat | string |
public GetNewID ( string TableName ) : string | ||
TableName | string | |
Résultat | string |
public GetRows ( string SelectStatement ) : bool | ||
SelectStatement | string | |
Résultat | bool |