76 #if ROOT_VERSION_CODE >= ROOT_VERSION(5,15,0)
121 printf(
"%s:\t",IsA()->GetName());
127 Emit(
"Throw(TSQLException*)",(
long)e);
143 Bool_t failed = kFALSE;
147 failed |= !TQObject::Connect(
"TSQL",
"Throw(TSQLException*)",
148 (
const Text_t *)0,(
void*)0,handler.Data());
149 failed |= !TQObject::Connect(
"TSQLCallableStatement",
"Throw(TSQLException*)",
150 (
const Text_t *)0,(
void*)0,handler.Data());
151 failed |= !TQObject::Connect(
"TSQLConnection",
"Throw(TSQLException*)",
152 (
const Text_t *)0,(
void*)0,handler.Data());
153 failed |= !TQObject::Connect(
"TSQLDatabaseMetaData",
"Throw(TSQLException*)",
154 (
const Text_t *)0,(
void*)0,handler.Data());
155 failed |= !TQObject::Connect(
"TSQLDriverManager",
"Throw(TSQLException*)",
156 (
const Text_t *)0,(
void*)0,handler.Data());
157 failed |= !TQObject::Connect(
"TSQLPreparedStatement",
"Throw(TSQLException*)",
158 (
const Text_t *)0,(
void*)0,handler.Data());
159 failed |= !TQObject::Connect(
"TSQLResultSet",
"Throw(TSQLException*)",
160 (
const Text_t *)0,(
void*)0,handler.Data());
161 failed |= !TQObject::Connect(
"TSQLResultSetMetaData",
"Throw(TSQLException*)",
162 (
const Text_t *)0,(
void*)0,handler.Data());
163 failed |= !TQObject::Connect(
"TSQLStatement",
"Throw(TSQLException*)",
164 (
const Text_t *)0,(
void*)0,handler.Data());
175 Bool_t failed = kFALSE;
177 if(handler.IsNull()) {
180 slot = handler.Data();
183 failed |= !TQObject::Disconnect(
"TSQL",
184 "Throw(TSQLException*)",0,slot );
185 failed |= !TQObject::Disconnect(
"TSQLCallableStatement",
186 "Throw(TSQLException*)",0,slot );
187 failed |= !TQObject::Disconnect(
"TSQLConnection",
188 "Throw(TSQLException*)",0,slot );
189 failed |= !TQObject::Disconnect(
"TSQLDatabaseMetaData",
190 "Throw(TSQLException*)",0,slot );
191 failed |= !TQObject::Disconnect(
"TSQLDriverManager",
192 "Throw(TSQLException*)",0,slot );
193 failed |= !TQObject::Disconnect(
"TSQLPreparedStatement",
194 "Throw(TSQLException*)",0,slot );
195 failed |= !TQObject::Disconnect(
"TSQLResultSet",
196 "Throw(TSQLException*)",0,slot );
197 failed |= !TQObject::Disconnect(
"TSQLResultSetMetaData",
198 "Throw(TSQLException*)",0,slot );
199 failed |= !TQObject::Disconnect(
"TSQLStatement",
200 "Throw(TSQLException*)",0,slot );