3 #ifndef RDBC_ODBCCallableStatement_h
4 #define RDBC_ODBCCallableStatement_h
6 #ifndef RDBC_TSQLCallableStatement_h
30 Char_t
GetByte(Int_t parameterIndex);
31 Short_t
GetShort(Int_t parameterIndex);
32 Int_t
GetInt(Int_t parameterIndex);
33 Long_t
GetLong(Int_t parameterIndex);
34 Float_t
GetFloat(Int_t parameterIndex);
36 TArrayC
GetBytes(Int_t parameterIndex);
42 void SetNull( Int_t parameterIndex, Int_t sqlType );
44 void SetByte( Int_t parameterIndex,Char_t
x );
45 void SetShort( Int_t parameterIndex,Short_t
x );
46 void SetInt( Int_t parameterIndex,Int_t
x );
47 void SetLong(Int_t parameterIndex,Long_t
x);
48 void SetFloat(Int_t parameterIndex,Float_t
x);
49 void SetDouble( Int_t parameterIndex,Double_t
x);
50 void SetString(Int_t parameterIndex,
const TString&
x);
51 void SetBytes(Int_t parameterIndex,
const TArrayC&
x);
57 void SetObject( Int_t parameterIndex,TObject*
x );
62 virtual Bool_t
Execute(
const TString& sql=
"" );
92 #endif // RDBC_ODBCCallableStatement_h