Advertisement
Guest User

nixnutz

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