C# Class Qyoto.QSqlResult

Inheritance: Object
Exibir arquivo Open project: 0xd34df00d/Qross Class Usage Examples

Protected Properties

Property Type Description
interceptor SmokeInvocation

Public Methods

Method Description
QSqlResult ( QSqlDriver db ) : System

Protected Methods

Method Description
AddBindValue ( Qyoto.QVariant val, uint type ) : void
At ( ) : int
BindValueType ( int pos ) : uint
BindValueType ( string placeholder ) : uint
BoundValue ( int pos ) : Qyoto.QVariant
BoundValue ( string placeholder ) : Qyoto.QVariant
BoundValueCount ( ) : int
BoundValueName ( int pos ) : string
BoundValues ( ) : List
Clear ( ) : void
CreateProxy ( ) : void
DetachFromResultSet ( ) : void
Driver ( ) : QSqlDriver
ExecBatch ( ) : bool
ExecBatch ( bool arrayBind ) : bool
ExecutedQuery ( ) : string
HasOutValues ( ) : bool
IsActive ( ) : bool
IsForwardOnly ( ) : bool
IsSelect ( ) : bool
IsValid ( ) : bool
LastError ( ) : Qyoto.QSqlError
LastQuery ( ) : string
NextResult ( ) : bool
NumericalPrecisionPolicy ( ) : QSql.NumericalPrecisionPolicy
QSqlResult ( Type dummy ) : System
SetNumericalPrecisionPolicy ( QSql policy ) : void
bindingSyntax ( ) : QSqlResult.BindingSyntax

Private Methods

Method Description
BindValue ( int pos, Qyoto.QVariant val, uint type ) : void
BindValue ( string placeholder, Qyoto.QVariant val, uint type ) : void
Data ( int i ) : Qyoto.QVariant
Exec ( ) : bool
Fetch ( int i ) : bool
FetchFirst ( ) : bool
FetchLast ( ) : bool
FetchNext ( ) : bool
FetchPrevious ( ) : bool
IsNull ( int i ) : bool
LastInsertId ( ) : Qyoto.QVariant
NumRowsAffected ( ) : int
Prepare ( string query ) : bool
Record ( ) : Qyoto.QSqlRecord
Reset ( string sqlquery ) : bool
SavePrepare ( string sqlquery ) : bool
SetActive ( bool a ) : void
SetAt ( int at ) : void
SetForwardOnly ( bool forward ) : void
SetLastError ( Qyoto.QSqlError e ) : void
SetQuery ( string query ) : void
SetSelect ( bool s ) : void
Size ( ) : int

Method Details

AddBindValue() protected method

protected AddBindValue ( Qyoto.QVariant val, uint type ) : void
val Qyoto.QVariant
type uint
return void

At() protected method

protected At ( ) : int
return int

BindValueType() protected method

protected BindValueType ( int pos ) : uint
pos int
return uint

BindValueType() protected method

protected BindValueType ( string placeholder ) : uint
placeholder string
return uint

BoundValue() protected method

protected BoundValue ( int pos ) : Qyoto.QVariant
pos int
return Qyoto.QVariant

BoundValue() protected method

protected BoundValue ( string placeholder ) : Qyoto.QVariant
placeholder string
return Qyoto.QVariant

BoundValueCount() protected method

protected BoundValueCount ( ) : int
return int

BoundValueName() protected method

protected BoundValueName ( int pos ) : string
pos int
return string

BoundValues() protected method

protected BoundValues ( ) : List
return List

Clear() protected method

protected Clear ( ) : void
return void

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

DetachFromResultSet() protected method

protected DetachFromResultSet ( ) : void
return void

Driver() protected method

protected Driver ( ) : QSqlDriver
return QSqlDriver

ExecBatch() protected method

protected ExecBatch ( ) : bool
return bool

ExecBatch() protected method

protected ExecBatch ( bool arrayBind ) : bool
arrayBind bool
return bool

ExecutedQuery() protected method

protected ExecutedQuery ( ) : string
return string

HasOutValues() protected method

protected HasOutValues ( ) : bool
return bool

IsActive() protected method

protected IsActive ( ) : bool
return bool

IsForwardOnly() protected method

protected IsForwardOnly ( ) : bool
return bool

IsSelect() protected method

protected IsSelect ( ) : bool
return bool

IsValid() protected method

protected IsValid ( ) : bool
return bool

LastError() protected method

protected LastError ( ) : Qyoto.QSqlError
return Qyoto.QSqlError

LastQuery() protected method

protected LastQuery ( ) : string
return string

NextResult() protected method

protected NextResult ( ) : bool
return bool

NumericalPrecisionPolicy() protected method

protected NumericalPrecisionPolicy ( ) : QSql.NumericalPrecisionPolicy
return QSql.NumericalPrecisionPolicy

QSqlResult() public method

public QSqlResult ( QSqlDriver db ) : System
db QSqlDriver
return System

QSqlResult() protected method

protected QSqlResult ( Type dummy ) : System
dummy System.Type
return System

SetNumericalPrecisionPolicy() protected method

protected SetNumericalPrecisionPolicy ( QSql policy ) : void
policy QSql
return void

bindingSyntax() protected method

protected bindingSyntax ( ) : QSqlResult.BindingSyntax
return QSqlResult.BindingSyntax

Property Details

interceptor protected_oe property

protected SmokeInvocation,Qyoto interceptor
return SmokeInvocation