C# 클래스 Qyoto.QSqlDriver

상속: QObject
파일 보기 프로젝트 열기: 0xd34df00d/Qross 1 사용 예제들

공개 메소드들

메소드 설명
IsIdentifierEscaped ( string identifier, QSqlDriver type ) : bool
IsOpenError ( ) : bool
LastError ( ) : Qyoto.QSqlError
NumericalPrecisionPolicy ( ) : QSql.NumericalPrecisionPolicy
QSqlDriver ( QObject parent ) : System
SetNumericalPrecisionPolicy ( QSql precisionPolicy ) : void
StripDelimiters ( string identifier, QSqlDriver type ) : string
SubscribeToNotification ( string name ) : bool
SubscribedToNotifications ( ) : List
Tr ( string s ) : string
Tr ( string s, string c ) : string
UnsubscribeFromNotification ( string name ) : bool

보호된 메소드들

메소드 설명
CreateProxy ( ) : void
QSqlDriver ( Type dummy ) : System

비공개 메소드들

메소드 설명
BeginTransaction ( ) : bool
Close ( ) : void
CommitTransaction ( ) : bool
CreateResult ( ) : QSqlResult
EscapeIdentifier ( string identifier, QSqlDriver type ) : string
FormatValue ( Qyoto.QSqlField field ) : string
FormatValue ( Qyoto.QSqlField field, bool trimStrings ) : string
HasFeature ( QSqlDriver f ) : bool
IsIdentifierEscapedImplementation ( string identifier, QSqlDriver type ) : bool
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 ( QSqlDriver type, string tableName, Qyoto.QSqlRecord rec, bool preparedStatement ) : string
StripDelimitersImplementation ( string identifier, QSqlDriver type ) : string
SubscribeToNotificationImplementation ( string name ) : bool
SubscribedToNotificationsImplementation ( ) : List
Tables ( QSql tableType ) : List
UnsubscribeFromNotificationImplementation ( string name ) : bool

메소드 상세

CreateProxy() 보호된 메소드

protected CreateProxy ( ) : void
리턴 void

IsIdentifierEscaped() 공개 메소드

public IsIdentifierEscaped ( string identifier, QSqlDriver type ) : bool
identifier string
type QSqlDriver
리턴 bool

IsOpenError() 공개 메소드

public IsOpenError ( ) : bool
리턴 bool

LastError() 공개 메소드

public LastError ( ) : Qyoto.QSqlError
리턴 Qyoto.QSqlError

NumericalPrecisionPolicy() 공개 메소드

public NumericalPrecisionPolicy ( ) : QSql.NumericalPrecisionPolicy
리턴 QSql.NumericalPrecisionPolicy

QSqlDriver() 공개 메소드

public QSqlDriver ( QObject parent ) : System
parent QObject
리턴 System

QSqlDriver() 보호된 메소드

protected QSqlDriver ( Type dummy ) : System
dummy System.Type
리턴 System

SetNumericalPrecisionPolicy() 공개 메소드

public SetNumericalPrecisionPolicy ( QSql precisionPolicy ) : void
precisionPolicy QSql
리턴 void

StripDelimiters() 공개 메소드

public StripDelimiters ( string identifier, QSqlDriver type ) : string
identifier string
type QSqlDriver
리턴 string

SubscribeToNotification() 공개 메소드

public SubscribeToNotification ( string name ) : bool
name string
리턴 bool

SubscribedToNotifications() 공개 메소드

public SubscribedToNotifications ( ) : List
리턴 List

Tr() 공개 정적인 메소드

public static Tr ( string s ) : string
s string
리턴 string

Tr() 공개 정적인 메소드

public static Tr ( string s, string c ) : string
s string
c string
리턴 string

UnsubscribeFromNotification() 공개 메소드

public UnsubscribeFromNotification ( string name ) : bool
name string
리턴 bool