Advertisement
Guest User

Untitled

a guest
Mar 3rd, 2009
435
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 53.95 KB | None | 0 0
  1. nixnutz@ulflinux:~/src/connector-cpp-bzr/trunk/driver> grep "{{{" * | php class_stats.php
  2. -----------
  3. MySQL_ArtResultSet::MySQL_ArtResultSet() Implemented
  4. MySQL_ArtResultSet::absolute() Implemented
  5. MySQL_ArtResultSet::afterLast() Implemented
  6. MySQL_ArtResultSet::beforeFirst() Implemented
  7. MySQL_ArtResultSet::cancelRowUpdates() Not implemented
  8. MySQL_ArtResultSet::checkValid() Implemented
  9. MySQL_ArtResultSet::clearWarnings() Not implemented
  10. MySQL_ArtResultSet::close() Implemented
  11. MySQL_ArtResultSet::findColumn() Implemented
  12. MySQL_ArtResultSet::first() Implemented
  13. MySQL_ArtResultSet::getBlob() Implemented
  14. MySQL_ArtResultSet::getBlob()_2 Implemented
  15. MySQL_ArtResultSet::getBoolean() Implemented
  16. MySQL_ArtResultSet::getBoolean()_2 Implemented
  17. MySQL_ArtResultSet::getConcurrency() Not implemented
  18. MySQL_ArtResultSet::getCursorName() Not implemented
  19. MySQL_ArtResultSet::getDouble() Implemented
  20. MySQL_ArtResultSet::getDouble()_2 Implemented
  21. MySQL_ArtResultSet::getFetchDirection() Not implemented
  22. MySQL_ArtResultSet::getFetchSize() Not implemented
  23. MySQL_ArtResultSet::getHoldability() Not implemented
  24. MySQL_ArtResultSet::getInt() Implemented
  25. MySQL_ArtResultSet::getInt()_2 Implemented
  26. MySQL_ArtResultSet::getInt64() Implemented
  27. MySQL_ArtResultSet::getInt64()_2 Implemented
  28. MySQL_ArtResultSet::getMetaData() Implemented
  29. MySQL_ArtResultSet::getRow() Implemented
  30. MySQL_ArtResultSet::getRowId() Not implemented
  31. MySQL_ArtResultSet::getRowId()_2 Not implemented
  32. MySQL_ArtResultSet::getStatement() Implemented
  33. MySQL_ArtResultSet::getString() Implemented
  34. MySQL_ArtResultSet::getString()_2 Implemented
  35. MySQL_ArtResultSet::getUInt() Implemented
  36. MySQL_ArtResultSet::getUInt()_2 Implemented
  37. MySQL_ArtResultSet::getUInt64() Implemented
  38. MySQL_ArtResultSet::getUInt64()_2 Implemented
  39. MySQL_ArtResultSet::getWarnings() Not implemented
  40. MySQL_ArtResultSet::insertRow() Not implemented
  41. MySQL_ArtResultSet::isAfterLast() Implemented
  42. MySQL_ArtResultSet::isBeforeFirst() Implemented
  43. MySQL_ArtResultSet::isBeforeFirstOrAfterLast() Implemented
  44. MySQL_ArtResultSet::isClosed() Implemented
  45. MySQL_ArtResultSet::isFirst() Implemented
  46. MySQL_ArtResultSet::isLast() Implemented
  47. MySQL_ArtResultSet::isNull() Implemented
  48. MySQL_ArtResultSet::isNull()_2 Implemented
  49. MySQL_ArtResultSet::last() Implemented
  50. MySQL_ArtResultSet::moveToCurrentRow() Not implemented
  51. MySQL_ArtResultSet::moveToInsertRow() Not implemented
  52. MySQL_ArtResultSet::next() Implemented
  53. MySQL_ArtResultSet::previous() Implemented
  54. MySQL_ArtResultSet::refreshRow() Not implemented
  55. MySQL_ArtResultSet::relative() Implemented
  56. MySQL_ArtResultSet::rowDeleted() Not implemented
  57. MySQL_ArtResultSet::rowInserted() Not implemented
  58. MySQL_ArtResultSet::rowUpdated() Not implemented
  59. MySQL_ArtResultSet::rowsCount() Implemented
  60. MySQL_ArtResultSet::seek() Implemented
  61. MySQL_ArtResultSet::setFetchSize() Not implemented
  62. MySQL_ArtResultSet::wasNull() Implemented
  63. MySQL_ArtResultSet::~MySQL_ArtResultSet() Implemented
  64. -----------
  65. MySQL_ArtResultSet Total=61 Implemented=43 Not Implemented=18 Impl=70 %
  66. -----------
  67. MySQL_ArtResultSetMetaData::MySQL_ArtResultSetMetaData() Implemented
  68. MySQL_ArtResultSetMetaData::getCatalogName() Implemented
  69. MySQL_ArtResultSetMetaData::getColumnCount() Implemented
  70. MySQL_ArtResultSetMetaData::getColumnDisplaySize() Not implemented
  71. MySQL_ArtResultSetMetaData::getColumnLabel() Implemented
  72. MySQL_ArtResultSetMetaData::getColumnName() Implemented
  73. MySQL_ArtResultSetMetaData::getColumnType() Implemented
  74. MySQL_ArtResultSetMetaData::getColumnTypeName() Implemented
  75. MySQL_ArtResultSetMetaData::getPrecision() Not implemented
  76. MySQL_ArtResultSetMetaData::getScale() Not implemented
  77. MySQL_ArtResultSetMetaData::getSchemaName() Implemented
  78. MySQL_ArtResultSetMetaData::getTableName() Implemented
  79. MySQL_ArtResultSetMetaData::isAutoIncrement() Implemented
  80. MySQL_ArtResultSetMetaData::isCaseSensitive() Implemented
  81. MySQL_ArtResultSetMetaData::isCurrency() Implemented
  82. MySQL_ArtResultSetMetaData::isDefinitelyWritable() Implemented
  83. MySQL_ArtResultSetMetaData::isNullable() Implemented
  84. MySQL_ArtResultSetMetaData::isReadOnly() Implemented
  85. MySQL_ArtResultSetMetaData::isSearchable() Implemented
  86. MySQL_ArtResultSetMetaData::isSigned() Implemented
  87. MySQL_ArtResultSetMetaData::isWritable() Implemented
  88. MySQL_ArtResultSetMetaData::~MySQL_ArtResultSetMetaData() Implemented
  89. -----------
  90. MySQL_ArtResultSetMetaData Total=22 Implemented=19 Not Implemented=3 Impl=86 %
  91. -----------
  92. MySQL_Connection::MySQL_Connection() Implemented
  93. MySQL_Connection::MySQL_Connection()_2 Implemented
  94. MySQL_Connection::checkClosed() Implemented
  95. MySQL_Connection::clearWarnings() Implemented
  96. MySQL_Connection::close() Implemented
  97. MySQL_Connection::commit() Implemented
  98. MySQL_Connection::createStatement() Implemented
  99. MySQL_Connection::getAutoCommit() Implemented
  100. MySQL_Connection::getCatalog() Implemented
  101. MySQL_Connection::getClientInfo() Implemented
  102. MySQL_Connection::getClientOption() Not implemented
  103. MySQL_Connection::getMetaData() Implemented
  104. MySQL_Connection::getMySQLHandle() Implemented
  105. MySQL_Connection::getSchema() Implemented
  106. MySQL_Connection::getSessionVariable() Implemented
  107. MySQL_Connection::getTransactionIsolation() Implemented
  108. MySQL_Connection::getWarnings() Implemented
  109. MySQL_Connection::init() Implemented
  110. MySQL_Connection::isClosed() Implemented
  111. MySQL_Connection::isReadOnly() Not implemented
  112. MySQL_Connection::nativeSQL() Implemented
  113. MySQL_Connection::prepareStatement() Implemented
  114. MySQL_Connection::prepareStatement()_2 Not implemented
  115. MySQL_Connection::prepareStatement()_3 Not implemented
  116. MySQL_Connection::prepareStatement()_4 Not implemented
  117. MySQL_Connection::prepareStatement()_5 Not implemented
  118. MySQL_Connection::prepareStatement()_6 Not implemented
  119. MySQL_Connection::releaseSavepoint() Implemented
  120. MySQL_Connection::rollback() Implemented
  121. MySQL_Connection::rollback()_2 Implemented
  122. MySQL_Connection::setAutoCommit() Implemented
  123. MySQL_Connection::setCatalog() Implemented
  124. MySQL_Connection::setClientOption() Implemented
  125. MySQL_Connection::setHoldability() Not implemented
  126. MySQL_Connection::setReadOnly() Not implemented
  127. MySQL_Connection::setSavepoint() Not implemented
  128. MySQL_Connection::setSavepoint()_2 Implemented
  129. MySQL_Connection::setSchema() Implemented
  130. MySQL_Connection::setSessionVariable() Implemented
  131. MySQL_Connection::setTransactionIsolation() Implemented
  132. MySQL_Connection::~MySQL_Connection() Implemented
  133. -----------
  134. MySQL_Connection Total=41 Implemented=31 Not Implemented=10 Impl=75 %
  135. -----------
  136. MySQL_ConnectionMetaData::MySQL_ConnectionMetaData() Implemented
  137. MySQL_ConnectionMetaData::allProceduresAreCallable() Implemented
  138. MySQL_ConnectionMetaData::allTablesAreSelectable() Implemented
  139. MySQL_ConnectionMetaData::dataDefinitionCausesTransactionCommit() Implemented
  140. MySQL_ConnectionMetaData::dataDefinitionIgnoredInTransactions() Implemented
  141. MySQL_ConnectionMetaData::deletesAreDetected() Implemented
  142. MySQL_ConnectionMetaData::doesMaxRowSizeIncludeBlobs() Implemented
  143. MySQL_ConnectionMetaData::getAttributes() Implemented
  144. MySQL_ConnectionMetaData::getBestRowIdentifier() Implemented
  145. MySQL_ConnectionMetaData::getCDBCMajorVersion() Implemented
  146. MySQL_ConnectionMetaData::getCDBCMinorVersion() Implemented
  147. MySQL_ConnectionMetaData::getCatalogSeparator() Implemented
  148. MySQL_ConnectionMetaData::getCatalogTerm() Implemented
  149. MySQL_ConnectionMetaData::getCatalogs() Implemented
  150. MySQL_ConnectionMetaData::getColumnPrivileges() Implemented
  151. MySQL_ConnectionMetaData::getColumns() Implemented
  152. MySQL_ConnectionMetaData::getConnection() Implemented
  153. MySQL_ConnectionMetaData::getCrossReference() Implemented
  154. MySQL_ConnectionMetaData::getDatabaseMajorVersion() Implemented
  155. MySQL_ConnectionMetaData::getDatabaseMinorVersion() Implemented
  156. MySQL_ConnectionMetaData::getDatabasePatchVersion() Implemented
  157. MySQL_ConnectionMetaData::getDatabaseProductName() Implemented
  158. MySQL_ConnectionMetaData::getDatabaseProductVersion() Implemented
  159. MySQL_ConnectionMetaData::getDefaultTransactionIsolation() Implemented
  160. MySQL_ConnectionMetaData::getDriverMajorVersion() Implemented
  161. MySQL_ConnectionMetaData::getDriverMinorVersion() Implemented
  162. MySQL_ConnectionMetaData::getDriverName() Implemented
  163. MySQL_ConnectionMetaData::getDriverPatchVersion() Implemented
  164. MySQL_ConnectionMetaData::getDriverVersion() Implemented
  165. MySQL_ConnectionMetaData::getExportedKeys() Implemented
  166. MySQL_ConnectionMetaData::getExtraNameCharacters() Implemented
  167. MySQL_ConnectionMetaData::getIdentifierQuoteString() Implemented
  168. MySQL_ConnectionMetaData::getImportedKeys() Implemented
  169. MySQL_ConnectionMetaData::getIndexInfo() Implemented
  170. MySQL_ConnectionMetaData::getMaxBinaryLiteralLength() Implemented
  171. MySQL_ConnectionMetaData::getMaxCatalogNameLength() Implemented
  172. MySQL_ConnectionMetaData::getMaxCharLiteralLength() Implemented
  173. MySQL_ConnectionMetaData::getMaxColumnNameLength() Implemented
  174. MySQL_ConnectionMetaData::getMaxColumnsInGroupBy() Implemented
  175. MySQL_ConnectionMetaData::getMaxColumnsInIndex() Implemented
  176. MySQL_ConnectionMetaData::getMaxColumnsInOrderBy() Implemented
  177. MySQL_ConnectionMetaData::getMaxColumnsInSelect() Implemented
  178. MySQL_ConnectionMetaData::getMaxColumnsInTable() Implemented
  179. MySQL_ConnectionMetaData::getMaxConnections() Implemented
  180. MySQL_ConnectionMetaData::getMaxCursorNameLength() Implemented
  181. MySQL_ConnectionMetaData::getMaxIndexLength() Implemented
  182. MySQL_ConnectionMetaData::getMaxProcedureNameLength() Implemented
  183. MySQL_ConnectionMetaData::getMaxRowSize() Implemented
  184. MySQL_ConnectionMetaData::getMaxSchemaNameLength() Implemented
  185. MySQL_ConnectionMetaData::getMaxStatementLength() Implemented
  186. MySQL_ConnectionMetaData::getMaxStatements() Implemented
  187. MySQL_ConnectionMetaData::getMaxTableNameLength() Implemented
  188. MySQL_ConnectionMetaData::getMaxTablesInSelect() Implemented
  189. MySQL_ConnectionMetaData::getMaxUserNameLength() Implemented
  190. MySQL_ConnectionMetaData::getNumericFunctions() Implemented
  191. MySQL_ConnectionMetaData::getPrimaryKeys() Implemented
  192. MySQL_ConnectionMetaData::getProcedureColumns() Implemented
  193. MySQL_ConnectionMetaData::getProcedureTerm() Implemented
  194. MySQL_ConnectionMetaData::getProcedures() Implemented
  195. MySQL_ConnectionMetaData::getResultSetHoldability() Implemented
  196. MySQL_ConnectionMetaData::getSQLKeywords() Implemented
  197. MySQL_ConnectionMetaData::getSQLStateType() Implemented
  198. MySQL_ConnectionMetaData::getSchemaObjectTypes() Implemented
  199. MySQL_ConnectionMetaData::getSchemaObjects() Implemented
  200. MySQL_ConnectionMetaData::getSchemaTerm() Implemented
  201. MySQL_ConnectionMetaData::getSchemas() Implemented
  202. MySQL_ConnectionMetaData::getSchemata() Implemented
  203. MySQL_ConnectionMetaData::getSearchStringEscape() Implemented
  204. MySQL_ConnectionMetaData::getStringFunctions() Implemented
  205. MySQL_ConnectionMetaData::getSuperTables() Implemented
  206. MySQL_ConnectionMetaData::getSuperTypes() Implemented
  207. MySQL_ConnectionMetaData::getSystemFunctions() Implemented
  208. MySQL_ConnectionMetaData::getTablePrivileges() Implemented
  209. MySQL_ConnectionMetaData::getTableTypes() Implemented
  210. MySQL_ConnectionMetaData::getTables() Implemented
  211. MySQL_ConnectionMetaData::getTimeDateFunctions() Implemented
  212. MySQL_ConnectionMetaData::getTypeInfo() Implemented
  213. MySQL_ConnectionMetaData::getUDTs() Implemented
  214. MySQL_ConnectionMetaData::getURL() Not implemented
  215. MySQL_ConnectionMetaData::getUserName() Implemented
  216. MySQL_ConnectionMetaData::getVersionColumns() Implemented
  217. MySQL_ConnectionMetaData::insertsAreDetected() Implemented
  218. MySQL_ConnectionMetaData::isCatalogAtStart() Implemented
  219. MySQL_ConnectionMetaData::isReadOnly() Implemented
  220. MySQL_ConnectionMetaData::locatorsUpdateCopy() Not implemented
  221. MySQL_ConnectionMetaData::matchTable() Implemented
  222. MySQL_ConnectionMetaData::nullPlusNonNullIsNull() Implemented
  223. MySQL_ConnectionMetaData::nullsAreSortedAtEnd() Implemented
  224. MySQL_ConnectionMetaData::nullsAreSortedAtStart() Implemented
  225. MySQL_ConnectionMetaData::nullsAreSortedHigh() Implemented
  226. MySQL_ConnectionMetaData::nullsAreSortedLow() Implemented
  227. MySQL_ConnectionMetaData::othersDeletesAreVisible() Implemented
  228. MySQL_ConnectionMetaData::othersInsertsAreVisible() Implemented
  229. MySQL_ConnectionMetaData::othersUpdatesAreVisible() Implemented
  230. MySQL_ConnectionMetaData::ownDeletesAreVisible() Implemented
  231. MySQL_ConnectionMetaData::ownInsertsAreVisible() Implemented
  232. MySQL_ConnectionMetaData::ownUpdatesAreVisible() Implemented
  233. MySQL_ConnectionMetaData::parseImportedKeys() Implemented
  234. MySQL_ConnectionMetaData::storesLowerCaseIdentifiers() Implemented
  235. MySQL_ConnectionMetaData::storesLowerCaseQuotedIdentifiers() Implemented
  236. MySQL_ConnectionMetaData::storesMixedCaseIdentifiers() Implemented
  237. MySQL_ConnectionMetaData::storesMixedCaseQuotedIdentifiers() Implemented
  238. MySQL_ConnectionMetaData::storesUpperCaseIdentifiers() Implemented
  239. MySQL_ConnectionMetaData::storesUpperCaseQuotedIdentifiers() Implemented
  240. MySQL_ConnectionMetaData::supportsANSI92EntryLevelSQL Implemented
  241. MySQL_ConnectionMetaData::supportsANSI92FullSQL() Implemented
  242. MySQL_ConnectionMetaData::supportsANSI92IntermediateSQL() Implemented
  243. MySQL_ConnectionMetaData::supportsAlterTableWithAddColumn() Implemented
  244. MySQL_ConnectionMetaData::supportsAlterTableWithDropColumn() Implemented
  245. MySQL_ConnectionMetaData::supportsBatchUpdates() Implemented
  246. MySQL_ConnectionMetaData::supportsCatalogsInDataManipulation() Implemented
  247. MySQL_ConnectionMetaData::supportsCatalogsInIndexDefinitions() Implemented
  248. MySQL_ConnectionMetaData::supportsCatalogsInPrivilegeDefinitions() Implemented
  249. MySQL_ConnectionMetaData::supportsCatalogsInProcedureCalls() Implemented
  250. MySQL_ConnectionMetaData::supportsCatalogsInTableDefinitions() Implemented
  251. MySQL_ConnectionMetaData::supportsColumnAliasing() Implemented
  252. MySQL_ConnectionMetaData::supportsConvert() Implemented
  253. MySQL_ConnectionMetaData::supportsConvert()_2 Not implemented
  254. MySQL_ConnectionMetaData::supportsCoreSQLGrammar() Implemented
  255. MySQL_ConnectionMetaData::supportsCorrelatedSubqueries() Implemented
  256. MySQL_ConnectionMetaData::supportsDataDefinitionAndDataManipulationTransactions() Implemented
  257. MySQL_ConnectionMetaData::supportsDataManipulationTransactionsOnly() Implemented
  258. MySQL_ConnectionMetaData::supportsDifferentTableCorrelationNames() Implemented
  259. MySQL_ConnectionMetaData::supportsExpressionsInOrderBy() Implemented
  260. MySQL_ConnectionMetaData::supportsExtendedSQLGrammar() Implemented
  261. MySQL_ConnectionMetaData::supportsFullOuterJoins() Implemented
  262. MySQL_ConnectionMetaData::supportsGetGeneratedKeys() Implemented
  263. MySQL_ConnectionMetaData::supportsGroupBy() Implemented
  264. MySQL_ConnectionMetaData::supportsGroupByBeyondSelect() Implemented
  265. MySQL_ConnectionMetaData::supportsGroupByUnrelated() Implemented
  266. MySQL_ConnectionMetaData::supportsIntegrityEnhancementFacility() Not implemented
  267. MySQL_ConnectionMetaData::supportsLikeEscapeClause() Implemented
  268. MySQL_ConnectionMetaData::supportsLimitedOuterJoins() Implemented
  269. MySQL_ConnectionMetaData::supportsMinimumSQLGrammar() Implemented
  270. MySQL_ConnectionMetaData::supportsMixedCaseIdentifiers() Implemented
  271. MySQL_ConnectionMetaData::supportsMixedCaseQuotedIdentifiers() Implemented
  272. MySQL_ConnectionMetaData::supportsMultipleOpenResults() Implemented
  273. MySQL_ConnectionMetaData::supportsMultipleResultSets() Implemented
  274. MySQL_ConnectionMetaData::supportsMultipleTransactions() Implemented
  275. MySQL_ConnectionMetaData::supportsNamedParameters() Implemented
  276. MySQL_ConnectionMetaData::supportsNonNullableColumns() Implemented
  277. MySQL_ConnectionMetaData::supportsOpenCursorsAcrossCommit() Implemented
  278. MySQL_ConnectionMetaData::supportsOpenCursorsAcrossRollback() Implemented
  279. MySQL_ConnectionMetaData::supportsOpenStatementsAcrossCommit() Implemented
  280. MySQL_ConnectionMetaData::supportsOpenStatementsAcrossRollback() Implemented
  281. MySQL_ConnectionMetaData::supportsOrderByUnrelated() Implemented
  282. MySQL_ConnectionMetaData::supportsOuterJoins() Implemented
  283. MySQL_ConnectionMetaData::supportsPositionedDelete() Implemented
  284. MySQL_ConnectionMetaData::supportsPositionedUpdate() Implemented
  285. MySQL_ConnectionMetaData::supportsResultSetConcurrency() Not implemented
  286. MySQL_ConnectionMetaData::supportsResultSetHoldability() Implemented
  287. MySQL_ConnectionMetaData::supportsResultSetType() Implemented
  288. MySQL_ConnectionMetaData::supportsSavepoints() Implemented
  289. MySQL_ConnectionMetaData::supportsSchemasInDataManipulation() Implemented
  290. MySQL_ConnectionMetaData::supportsSchemasInIndexDefinitions() Implemented
  291. MySQL_ConnectionMetaData::supportsSchemasInPrivilegeDefinitions() Implemented
  292. MySQL_ConnectionMetaData::supportsSchemasInProcedureCalls() Implemented
  293. MySQL_ConnectionMetaData::supportsSchemasInTableDefinitions() Implemented
  294. MySQL_ConnectionMetaData::supportsSelectForUpdate() Implemented
  295. MySQL_ConnectionMetaData::supportsStatementPooling() Implemented
  296. MySQL_ConnectionMetaData::supportsStoredProcedures() Implemented
  297. MySQL_ConnectionMetaData::supportsSubqueriesInComparisons() Implemented
  298. MySQL_ConnectionMetaData::supportsSubqueriesInExists() Implemented
  299. MySQL_ConnectionMetaData::supportsSubqueriesInIns() Implemented
  300. MySQL_ConnectionMetaData::supportsSubqueriesInQuantifieds() Implemented
  301. MySQL_ConnectionMetaData::supportsTableCorrelationNames() Implemented
  302. MySQL_ConnectionMetaData::supportsTransactionIsolationLevel() Implemented
  303. MySQL_ConnectionMetaData::supportsTransactions() Implemented
  304. MySQL_ConnectionMetaData::supportsTypeConversion() Implemented
  305. MySQL_ConnectionMetaData::supportsUnion() Implemented
  306. MySQL_ConnectionMetaData::supportsUnionAll() Implemented
  307. MySQL_ConnectionMetaData::updatesAreDetected() Implemented
  308. MySQL_ConnectionMetaData::usesLocalFilePerTable() Implemented
  309. MySQL_ConnectionMetaData::usesLocalFiles() Implemented
  310. MySQL_ConnectionMetaData::~MySQL_ConnectionMetaData() Implemented
  311. -----------
  312. MySQL_ConnectionMetaData Total=175 Implemented=170 Not Implemented=5 Impl=97 %
  313. -----------
  314. MySQL_DebugEnterEvent::MySQL_DebugEnterEvent() Implemented
  315. MySQL_DebugEnterEvent::MySQL_DebugEnterEvent()_2 Implemented
  316. -----------
  317. MySQL_DebugEnterEvent Total=2 Implemented=2 Not Implemented=0 Impl=100%
  318. -----------
  319. MySQL_DebugLogger::MySQL_DebugLogger() Implemented
  320. MySQL_DebugLogger::disableTracing() Implemented
  321. MySQL_DebugLogger::enableTracing() Implemented
  322. MySQL_DebugLogger::enter() Implemented
  323. MySQL_DebugLogger::leave() Implemented
  324. MySQL_DebugLogger::log() Implemented
  325. MySQL_DebugLogger::log_va() Implemented
  326. MySQL_DebugLogger::~MySQL_DebugLogger() Implemented
  327. -----------
  328. MySQL_DebugLogger Total=8 Implemented=8 Not Implemented=0 Impl=100%
  329. -----------
  330. MySQL_ParameterMetaData::MySQL_ParameterMetaData Implemented
  331. MySQL_ParameterMetaData::getParameterClassName Not implemented
  332. MySQL_ParameterMetaData::getParameterCount Implemented
  333. MySQL_ParameterMetaData::getParameterMode Not implemented
  334. MySQL_ParameterMetaData::getParameterType Not implemented
  335. MySQL_ParameterMetaData::getParameterTypeName Not implemented
  336. MySQL_ParameterMetaData::getPrecision Not implemented
  337. MySQL_ParameterMetaData::getScale Not implemented
  338. MySQL_ParameterMetaData::isNullable Not implemented
  339. MySQL_ParameterMetaData::isSigned Not implemented
  340. -----------
  341. MySQL_ParameterMetaData Total=10 Implemented=2 Not Implemented=8 Impl=20 %
  342. -----------
  343. MySQL_Prepared_ResultSet::MySQL_Prepared_ResultSet() Implemented
  344. MySQL_Prepared_ResultSet::absolute() Implemented
  345. MySQL_Prepared_ResultSet::afterLast() Implemented
  346. MySQL_Prepared_ResultSet::beforeFirst() Implemented
  347. MySQL_Prepared_ResultSet::cancelRowUpdates() Not implemented
  348. MySQL_Prepared_ResultSet::checkValid() Implemented
  349. MySQL_Prepared_ResultSet::clearWarnings() Not implemented
  350. MySQL_Prepared_ResultSet::close() Implemented
  351. MySQL_Prepared_ResultSet::closeIntern() Implemented
  352. MySQL_Prepared_ResultSet::findColumn() Implemented
  353. MySQL_Prepared_ResultSet::first() Implemented
  354. MySQL_Prepared_ResultSet::getBlob() Implemented
  355. MySQL_Prepared_ResultSet::getBlob()_2 Implemented
  356. MySQL_Prepared_ResultSet::getBoolean() Implemented
  357. MySQL_Prepared_ResultSet::getBoolean()_2 Implemented
  358. MySQL_Prepared_ResultSet::getConcurrency() Not implemented
  359. MySQL_Prepared_ResultSet::getCursorName() Not implemented
  360. MySQL_Prepared_ResultSet::getDouble() Implemented
  361. MySQL_Prepared_ResultSet::getDouble()_2 Implemented
  362. MySQL_Prepared_ResultSet::getFetchDirection() Not implemented
  363. MySQL_Prepared_ResultSet::getFetchSize() Not implemented
  364. MySQL_Prepared_ResultSet::getHoldability() Not implemented
  365. MySQL_Prepared_ResultSet::getInt() Implemented
  366. MySQL_Prepared_ResultSet::getInt()_2 Implemented
  367. MySQL_Prepared_ResultSet::getInt64() Implemented
  368. MySQL_Prepared_ResultSet::getInt64()_2 Implemented
  369. MySQL_Prepared_ResultSet::getMetaData() Implemented
  370. MySQL_Prepared_ResultSet::getRow() Implemented
  371. MySQL_Prepared_ResultSet::getRowId() Not implemented
  372. MySQL_Prepared_ResultSet::getRowId()_2 Not implemented
  373. MySQL_Prepared_ResultSet::getStatement() Implemented
  374. MySQL_Prepared_ResultSet::getString() Implemented
  375. MySQL_Prepared_ResultSet::getString()_2 Implemented
  376. MySQL_Prepared_ResultSet::getUInt() Implemented
  377. MySQL_Prepared_ResultSet::getUInt()_2 Implemented
  378. MySQL_Prepared_ResultSet::getUInt64() Implemented
  379. MySQL_Prepared_ResultSet::getUInt64()_2 Implemented
  380. MySQL_Prepared_ResultSet::getWarnings() Not implemented
  381. MySQL_Prepared_ResultSet::insertRow() Not implemented
  382. MySQL_Prepared_ResultSet::isAfterLast() Implemented
  383. MySQL_Prepared_ResultSet::isBeforeFirst() Implemented
  384. MySQL_Prepared_ResultSet::isBeforeFirstOrAfterLast() Implemented
  385. MySQL_Prepared_ResultSet::isClosed() Implemented
  386. MySQL_Prepared_ResultSet::isFirst() Implemented
  387. MySQL_Prepared_ResultSet::isLast() Implemented
  388. MySQL_Prepared_ResultSet::isNull() Implemented
  389. MySQL_Prepared_ResultSet::isNull()_2 Implemented
  390. MySQL_Prepared_ResultSet::last() Implemented
  391. MySQL_Prepared_ResultSet::moveToCurrentRow() Not implemented
  392. MySQL_Prepared_ResultSet::moveToInsertRow() Not implemented
  393. MySQL_Prepared_ResultSet::next() Implemented
  394. MySQL_Prepared_ResultSet::previous() Implemented
  395. MySQL_Prepared_ResultSet::refreshRow() Not implemented
  396. MySQL_Prepared_ResultSet::relative() Implemented
  397. MySQL_Prepared_ResultSet::rowDeleted() Not implemented
  398. MySQL_Prepared_ResultSet::rowInserted() Not implemented
  399. MySQL_Prepared_ResultSet::rowUpdated() Not implemented
  400. MySQL_Prepared_ResultSet::rowsCount() Implemented
  401. MySQL_Prepared_ResultSet::seek() Implemented
  402. MySQL_Prepared_ResultSet::setFetchSize() Not implemented
  403. MySQL_Prepared_ResultSet::wasNull() Implemented
  404. MySQL_Prepared_ResultSet::~MySQL_Prepared_ResultSet() Implemented
  405. -----------
  406. MySQL_Prepared_ResultSet Total=62 Implemented=44 Not Implemented=18 Impl=70 %
  407. -----------
  408. MySQL_Prepared_ResultSetMetaData::MySQL_Prepared_ResultSetMetaData Implemented
  409. MySQL_Prepared_ResultSetMetaData::getCatalogName Implemented
  410. MySQL_Prepared_ResultSetMetaData::getColumnCount Implemented
  411. MySQL_Prepared_ResultSetMetaData::getColumnDisplaySize Implemented
  412. MySQL_Prepared_ResultSetMetaData::getColumnLabel Implemented
  413. MySQL_Prepared_ResultSetMetaData::getColumnName Implemented
  414. MySQL_Prepared_ResultSetMetaData::getColumnType Implemented
  415. MySQL_Prepared_ResultSetMetaData::getColumnTypeName Implemented
  416. MySQL_Prepared_ResultSetMetaData::getPrecision Implemented
  417. MySQL_Prepared_ResultSetMetaData::getScale Implemented
  418. MySQL_Prepared_ResultSetMetaData::getSchemaName Implemented
  419. MySQL_Prepared_ResultSetMetaData::getTableName Implemented
  420. MySQL_Prepared_ResultSetMetaData::isAutoIncrement Implemented
  421. MySQL_Prepared_ResultSetMetaData::isCaseSensitive Implemented
  422. MySQL_Prepared_ResultSetMetaData::isCurrency Implemented
  423. MySQL_Prepared_ResultSetMetaData::isDefinitelyWritable Implemented
  424. MySQL_Prepared_ResultSetMetaData::isNullable Implemented
  425. MySQL_Prepared_ResultSetMetaData::isReadOnly Implemented
  426. MySQL_Prepared_ResultSetMetaData::isSearchable Implemented
  427. MySQL_Prepared_ResultSetMetaData::isSigned Implemented
  428. MySQL_Prepared_ResultSetMetaData::isWritable Implemented
  429. MySQL_Prepared_ResultSetMetaData::~MySQL_Prepared_ResultSetMetaData Implemented
  430. -----------
  431. MySQL_Prepared_ResultSetMetaData Total=22 Implemented=22 Not Implemented=0 Impl=100%
  432. -----------
  433. MySQL_Prepared_Statement::MySQL_Prepared_Statement() Implemented
  434. MySQL_Prepared_Statement::bindResult() Implemented
  435. MySQL_Prepared_Statement::cancel() Not implemented
  436. MySQL_Prepared_Statement::checkClosed() Implemented
  437. MySQL_Prepared_Statement::clearParameters() Implemented
  438. MySQL_Prepared_Statement::clearWarnings() Implemented
  439. MySQL_Prepared_Statement::close() Implemented
  440. MySQL_Prepared_Statement::closeIntern() Implemented
  441. MySQL_Prepared_Statement::do_query() Implemented
  442. MySQL_Prepared_Statement::execute() Implemented
  443. MySQL_Prepared_Statement::execute()_2 Not implemented
  444. MySQL_Prepared_Statement::executeQuery() Implemented
  445. MySQL_Prepared_Statement::executeQuery()_2 Not implemented
  446. MySQL_Prepared_Statement::executeUpdate() Implemented
  447. MySQL_Prepared_Statement::executeUpdate()_2 Not implemented
  448. MySQL_Prepared_Statement::getConnection() Implemented
  449. MySQL_Prepared_Statement::getFetchSize() Not implemented
  450. MySQL_Prepared_Statement::getMaxFieldSize() Not implemented
  451. MySQL_Prepared_Statement::getMaxRows() Not implemented
  452. MySQL_Prepared_Statement::getMoreResults() Not implemented
  453. MySQL_Prepared_Statement::getParameterMetaData() Implemented
  454. MySQL_Prepared_Statement::getQueryTimeout() Not implemented
  455. MySQL_Prepared_Statement::getResultSet() Implemented
  456. MySQL_Prepared_Statement::getUpdateCount() Not implemented
  457. MySQL_Prepared_Statement::getWarnings() Implemented
  458. MySQL_Prepared_Statement::sendLongDataBeforeParamBind() Implemented
  459. MySQL_Prepared_Statement::setBigInt() Implemented
  460. MySQL_Prepared_Statement::setBlob() Implemented
  461. MySQL_Prepared_Statement::setBoolean() Implemented
  462. MySQL_Prepared_Statement::setCursorName() Not implemented
  463. MySQL_Prepared_Statement::setDateTime() Implemented
  464. MySQL_Prepared_Statement::setDouble() Implemented
  465. MySQL_Prepared_Statement::setEscapeProcessing() Not implemented
  466. MySQL_Prepared_Statement::setFetchSize() Not implemented
  467. MySQL_Prepared_Statement::setInt() Implemented
  468. MySQL_Prepared_Statement::setInt64() Implemented
  469. MySQL_Prepared_Statement::setMaxFieldSize() Not implemented
  470. MySQL_Prepared_Statement::setMaxRows() Not implemented
  471. MySQL_Prepared_Statement::setNull() Implemented
  472. MySQL_Prepared_Statement::setQueryTimeout() Not implemented
  473. MySQL_Prepared_Statement::setResultSetConcurrency() Not implemented
  474. MySQL_Prepared_Statement::setResultSetType() Not implemented
  475. MySQL_Prepared_Statement::setString() Implemented
  476. MySQL_Prepared_Statement::setUInt() Implemented
  477. MySQL_Prepared_Statement::setUInt64() Implemented
  478. MySQL_Prepared_Statement::~MySQL_Prepared_Statement() Implemented
  479. -----------
  480. MySQL_Prepared_Statement Total=46 Implemented=28 Not Implemented=18 Impl=60 %
  481. -----------
  482. MySQL_ResultSet::MySQL_ResultSet() Implemented
  483. MySQL_ResultSet::absolute() Implemented
  484. MySQL_ResultSet::afterLast() Implemented
  485. MySQL_ResultSet::beforeFirst() Implemented
  486. MySQL_ResultSet::cancelRowUpdates() Not implemented
  487. MySQL_ResultSet::checkValid() Implemented
  488. MySQL_ResultSet::clearWarnings() Not implemented
  489. MySQL_ResultSet::close() Implemented
  490. MySQL_ResultSet::findColumn() Implemented
  491. MySQL_ResultSet::first() Implemented
  492. MySQL_ResultSet::getBlob() Implemented
  493. MySQL_ResultSet::getBlob()_2 Implemented
  494. MySQL_ResultSet::getBoolean() Implemented
  495. MySQL_ResultSet::getBoolean()_2 Implemented
  496. MySQL_ResultSet::getConcurrency() Not implemented
  497. MySQL_ResultSet::getCursorName() Not implemented
  498. MySQL_ResultSet::getDouble() Implemented
  499. MySQL_ResultSet::getDouble()_2 Implemented
  500. MySQL_ResultSet::getFetchDirection() Not implemented
  501. MySQL_ResultSet::getFetchSize() Not implemented
  502. MySQL_ResultSet::getHoldability() Not implemented
  503. MySQL_ResultSet::getInt() Implemented
  504. MySQL_ResultSet::getInt()_2 Implemented
  505. MySQL_ResultSet::getInt64() Implemented
  506. MySQL_ResultSet::getInt64()_2 Implemented
  507. MySQL_ResultSet::getMetaData() Implemented
  508. MySQL_ResultSet::getRow() Implemented
  509. MySQL_ResultSet::getRowId() Not implemented
  510. MySQL_ResultSet::getRowId()_2 Not implemented
  511. MySQL_ResultSet::getStatement() Implemented
  512. MySQL_ResultSet::getString() Implemented
  513. MySQL_ResultSet::getString()_2 Implemented
  514. MySQL_ResultSet::getUInt() Implemented
  515. MySQL_ResultSet::getUInt()_2 Implemented
  516. MySQL_ResultSet::getUInt64() Implemented
  517. MySQL_ResultSet::getUInt64()_2 Implemented
  518. MySQL_ResultSet::getWarnings() Not implemented
  519. MySQL_ResultSet::insertRow() Not implemented
  520. MySQL_ResultSet::isAfterLast() Implemented
  521. MySQL_ResultSet::isBeforeFirst() Implemented
  522. MySQL_ResultSet::isBeforeFirstOrAfterLast() Implemented
  523. MySQL_ResultSet::isClosed() Implemented
  524. MySQL_ResultSet::isFirst() Implemented
  525. MySQL_ResultSet::isLast() Implemented
  526. MySQL_ResultSet::isNull() Implemented
  527. MySQL_ResultSet::isNull()_2 Implemented
  528. MySQL_ResultSet::last() Implemented
  529. MySQL_ResultSet::moveToCurrentRow() Not implemented
  530. MySQL_ResultSet::moveToInsertRow() Not implemented
  531. MySQL_ResultSet::next() Implemented
  532. MySQL_ResultSet::previous() Implemented
  533. MySQL_ResultSet::refreshRow() Not implemented
  534. MySQL_ResultSet::relative() Implemented
  535. MySQL_ResultSet::rowDeleted() Not implemented
  536. MySQL_ResultSet::rowInserted() Not implemented
  537. MySQL_ResultSet::rowUpdated() Not implemented
  538. MySQL_ResultSet::rowsCount() Implemented
  539. MySQL_ResultSet::seek() Implemented
  540. MySQL_ResultSet::setFetchSize() Not implemented
  541. MySQL_ResultSet::wasNull() Implemented
  542. MySQL_ResultSet::~MySQL_ResultSet() Implemented
  543. -----------
  544. MySQL_ResultSet Total=61 Implemented=43 Not Implemented=18 Impl=70 %
  545. -----------
  546. MySQL_ResultSetMetaData::MySQL_ResultSetMetaData Implemented
  547. MySQL_ResultSetMetaData::getCatalogName Implemented
  548. MySQL_ResultSetMetaData::getColumnCount Implemented
  549. MySQL_ResultSetMetaData::getColumnDisplaySize Implemented
  550. MySQL_ResultSetMetaData::getColumnLabel Implemented
  551. MySQL_ResultSetMetaData::getColumnName Implemented
  552. MySQL_ResultSetMetaData::getColumnType Implemented
  553. MySQL_ResultSetMetaData::getColumnTypeName Implemented
  554. MySQL_ResultSetMetaData::getPrecision Implemented
  555. MySQL_ResultSetMetaData::getScale Implemented
  556. MySQL_ResultSetMetaData::getSchemaName Implemented
  557. MySQL_ResultSetMetaData::getTableName Implemented
  558. MySQL_ResultSetMetaData::isAutoIncrement Implemented
  559. MySQL_ResultSetMetaData::isCaseSensitive Implemented
  560. MySQL_ResultSetMetaData::isCurrency Implemented
  561. MySQL_ResultSetMetaData::isDefinitelyWritable Implemented
  562. MySQL_ResultSetMetaData::isNullable Implemented
  563. MySQL_ResultSetMetaData::isReadOnly Implemented
  564. MySQL_ResultSetMetaData::isSearchable Implemented
  565. MySQL_ResultSetMetaData::isSigned Implemented
  566. MySQL_ResultSetMetaData::isWritable Implemented
  567. MySQL_ResultSetMetaData::~MySQL_ResultSetMetaData Implemented
  568. -----------
  569. MySQL_ResultSetMetaData Total=22 Implemented=22 Not Implemented=0 Impl=100%
  570. -----------
  571. MySQL_Savepoint::MySQL_Savepoint() Implemented
  572. MySQL_Savepoint::getSavepointId() Implemented
  573. MySQL_Savepoint::getSavepointName() Implemented
  574. -----------
  575. MySQL_Savepoint Total=3 Implemented=3 Not Implemented=0 Impl=100%
  576. -----------
  577. MySQL_Statement::MySQL_Statement() Implemented
  578. MySQL_Statement::cancel() Not implemented
  579. MySQL_Statement::checkClosed() Implemented
  580. MySQL_Statement::clearWarnings() Implemented
  581. MySQL_Statement::do_query() Implemented
  582. MySQL_Statement::execute() Implemented
  583. MySQL_Statement::executeQuery() Implemented
  584. MySQL_Statement::executeUpdate() Implemented
  585. MySQL_Statement::getConnection() Implemented
  586. MySQL_Statement::getFetchSize() Not implemented
  587. MySQL_Statement::getMaxFieldSize() Not implemented
  588. MySQL_Statement::getMaxRows() Not implemented
  589. MySQL_Statement::getMoreResults() Implemented
  590. MySQL_Statement::getQueryTimeout() Not implemented
  591. MySQL_Statement::getResultSet() Implemented
  592. MySQL_Statement::getUpdateCount() Implemented
  593. MySQL_Statement::getWarnings() Implemented
  594. MySQL_Statement::get_resultset() Implemented
  595. MySQL_Statement::setCursorName() Not implemented
  596. MySQL_Statement::setEscapeProcessing() Not implemented
  597. MySQL_Statement::setFetchSize() Not implemented
  598. MySQL_Statement::setMaxFieldSize() Not implemented
  599. MySQL_Statement::setMaxRows() Not implemented
  600. MySQL_Statement::setQueryTimeout() Not implemented
  601. MySQL_Statement::~MySQL_Statement() Implemented
  602. -----------
  603. MySQL_Statement Total=25 Implemented=14 Not Implemented=11 Impl=56 %
  604. -----------
  605. MyVal::MyVal() Implemented
  606. MyVal::MyVal()_2 Implemented
  607. MyVal::getBool() Implemented
  608. MyVal::getDouble() Implemented
  609. MyVal::getInt64() Implemented
  610. MyVal::getString() Implemented
  611. MyVal::getUInt64() Implemented
  612. -----------
  613. MyVal Total=7 Implemented=7 Not Implemented=0 Impl=100%
  614. Total=567 Implemented=458 Not implemented=109
  615.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement