function lmbOciTypeInfoTest()
 {
     parent::DriverTypeInfoTestBase('lmbOciStatement', 'lmbOciRecord');
 }
 function lmbLinterTypeInfoTest()
 {
     parent::DriverTypeInfoTestBase('lmbLinterStatement', 'lmbLinterRecord');
 }
 function lmbMysqlTypeInfoTest()
 {
     parent::DriverTypeInfoTestBase('lmbMysqlStatement', 'lmbMysqlRecord');
 }
 function lmbSqliteTypeInfoTest()
 {
     parent::DriverTypeInfoTestBase('lmbSqliteStatement', 'lmbSqliteRecord');
 }