[ Index ]
 

Code source de PHP PEAR 1.4.5

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/tests/MDB/tests/ -> MDB_usage_testcase.php (sommaire)

(pas de description)

Poids: 1121 lignes (48 kb)
Inclus ou requis:0 fois
Référencé: 0 fois
Nécessite: 0 fichiers

Définit 1 class

MDB_Usage_TestCase:: (23 méthodes):
  MDB_Usage_TestCase()
  setUp()
  tearDown()
  methodExists()
  clearTables()
  supported()
  insertTestValues()
  verifyFetchedValues()
  testStorage()
  testBulkFetch()
  testPreparedQueries()
  testMetadata()
  testNulls()
  testEscapeSequences()
  testRanges()
  testSequences()
  testReplace()
  testAffectedRows()
  testTransactions()
  testLobStorage()
  testLobFiles()
  testLobNulls()
  testTableInfo()


Classe: MDB_Usage_TestCase  - X-Ref

MDB_Usage_TestCase($name)   X-Ref
Pas de description

setUp()   X-Ref
Pas de description

tearDown()   X-Ref
Pas de description

methodExists($name)   X-Ref
Pas de description

clearTables()   X-Ref
Pas de description

supported($feature)   X-Ref
Pas de description

insertTestValues($prepared_query, &$data)   X-Ref
Pas de description

verifyFetchedValues(&$result, $rownum, &$data)   X-Ref
Pas de description

testStorage()   X-Ref
Test typed data storage and retrieval

This tests typed data storage and retrieval by executing a single
prepared query and then selecting the data back from the database
and comparing the results

testBulkFetch()   X-Ref
Test bulk fetch

This test bulk fetching of result data by using a prepared query to
insert an number of rows of data and then retrieving the data columns
one by one

testPreparedQueries()   X-Ref
Test prepared queries

Tests prepared queries, making sure they correctly deal with ?, !, and '

testMetadata()   X-Ref
Test retrieval of result metadata

This tests the result metadata by executing a prepared_query and
select the data, and checking the result contains the correct
number of columns and that the column names are in the correct order

testNulls()   X-Ref
Test storage and retrieval of nulls

This tests null storage and retrieval by successively inserting,
selecting, and testing a number of null / not null values

testEscapeSequences()   X-Ref
Tests escaping of text values with special characters


testRanges()   X-Ref
Test paged queries

Test the use of setSelectedRowRange to return paged queries

testSequences()   X-Ref
Test the handling of sequences


testReplace()   X-Ref
Test replace query

The replace method emulates the replace query of mysql

testAffectedRows()   X-Ref
Test affected rows methods


testTransactions()   X-Ref
Testing transaction support


testLobStorage()   X-Ref
Testing LOB storage


testLobFiles()   X-Ref
Test for lob storage from and to files


testLobNulls()   X-Ref
Test handling of lob nulls


testTableInfo()   X-Ref
test tableInfo()




Généré le : Sun Feb 25 14:08:00 2007 par Balluche grâce à PHPXref 0.7