Method | Description | |
---|---|---|
IsIdentifierEscaped ( string identifier, |
||
IsOpenError ( ) : bool | ||
LastError ( ) : Qyoto.QSqlError | ||
NumericalPrecisionPolicy ( ) : QSql.NumericalPrecisionPolicy | ||
QSqlDriver ( |
||
SetNumericalPrecisionPolicy ( QSql precisionPolicy ) : void | ||
StripDelimiters ( string identifier, |
||
SubscribeToNotification ( string name ) : bool | ||
SubscribedToNotifications ( ) : List |
||
Tr ( string s ) : string | ||
Tr ( string s, string c ) : string | ||
UnsubscribeFromNotification ( string name ) : bool |
Method | Description | |
---|---|---|
CreateProxy ( ) : void | ||
QSqlDriver ( |
Method | Description | |
---|---|---|
BeginTransaction ( ) : bool | ||
Close ( ) : void | ||
CommitTransaction ( ) : bool | ||
CreateResult ( ) : |
||
EscapeIdentifier ( string identifier, |
||
FormatValue ( Qyoto.QSqlField field ) : string | ||
FormatValue ( Qyoto.QSqlField field, bool trimStrings ) : string | ||
HasFeature ( |
||
IsIdentifierEscapedImplementation ( string identifier, |
||
IsOpen ( ) : bool | ||
Open ( string db, string user, string password, string host, int port, string connOpts ) : bool | ||
PrimaryIndex ( string tableName ) : Qyoto.QSqlIndex | ||
QSqlDriver ( ) : System | ||
Record ( string tableName ) : Qyoto.QSqlRecord | ||
RollbackTransaction ( ) : bool | ||
SetLastError ( Qyoto.QSqlError e ) : void | ||
SetOpen ( bool o ) : void | ||
SetOpenError ( bool e ) : void | ||
SqlStatement ( |
||
StripDelimitersImplementation ( string identifier, |
||
SubscribeToNotificationImplementation ( string name ) : bool | ||
SubscribedToNotificationsImplementation ( ) : List |
||
Tables ( QSql tableType ) : List |
||
UnsubscribeFromNotificationImplementation ( string name ) : bool |
public IsIdentifierEscaped ( string identifier, |
||
identifier | string | |
type | ||
return | bool |
public NumericalPrecisionPolicy ( ) : QSql.NumericalPrecisionPolicy | ||
return | QSql.NumericalPrecisionPolicy |
public QSqlDriver ( |
||
parent | ||
return | System |
protected QSqlDriver ( |
||
dummy | ||
return | System |
public SetNumericalPrecisionPolicy ( QSql precisionPolicy ) : void | ||
precisionPolicy | QSql | |
return | void |
public StripDelimiters ( string identifier, |
||
identifier | string | |
type | ||
return | string |
public SubscribeToNotification ( string name ) : bool | ||
name | string | |
return | bool |
public static Tr ( string s, string c ) : string | ||
s | string | |
c | string | |
return | string |
public UnsubscribeFromNotification ( string name ) : bool | ||
name | string | |
return | bool |