프로퍼티 | 타입 | 설명 | |
---|---|---|---|
interceptor |
메소드 | 설명 | |
---|---|---|
QSqlResult ( |
메소드 | 설명 | |
---|---|---|
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 ( ) : |
||
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 ( |
||
SetNumericalPrecisionPolicy ( QSql policy ) : void | ||
bindingSyntax ( ) : QSqlResult.BindingSyntax |
메소드 | 설명 | |
---|---|---|
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 |
protected AddBindValue ( Qyoto.QVariant val, uint type ) : void | ||
val | Qyoto.QVariant | |
type | uint | |
리턴 | void |
protected BindValueType ( string placeholder ) : uint | ||
placeholder | string | |
리턴 | uint |
protected BoundValue ( string placeholder ) : Qyoto.QVariant | ||
placeholder | string | |
리턴 | Qyoto.QVariant |
protected NumericalPrecisionPolicy ( ) : QSql.NumericalPrecisionPolicy | ||
리턴 | QSql.NumericalPrecisionPolicy |
protected SetNumericalPrecisionPolicy ( QSql policy ) : void | ||
policy | QSql | |
리턴 | void |
protected bindingSyntax ( ) : QSqlResult.BindingSyntax | ||
리턴 | QSqlResult.BindingSyntax |