Lines Matching refs:const_striType

50                          const const_striType stri);
77 const const_striType sqlStatementStri);
95 databaseType sqlOpenDb2 (const const_striType host, intType port,
96 const const_striType dbName, const const_striType user,
97 const const_striType password);
98 databaseType sqlOpenFire (const const_striType host, intType port,
99 const const_striType dbName, const const_striType user,
100 const const_striType password);
101 databaseType sqlOpenLite (const const_striType host, intType port,
102 const const_striType dbName, const const_striType user,
103 const const_striType password);
104 databaseType sqlOpenMy (const const_striType host, intType port,
105 const const_striType dbName, const const_striType user,
106 const const_striType password);
107 databaseType sqlOpenOci (const const_striType host, intType port,
108 const const_striType dbName, const const_striType user,
109 const const_striType password);
110 databaseType sqlOpenOdbc (const const_striType driver,
111 const const_striType server, const const_striType dbName,
112 const const_striType user, const const_striType password);
113 databaseType sqlOpenPost (const const_striType host, intType port,
114 const const_striType dbName, const const_striType user,
115 const const_striType password);
116 databaseType sqlOpenSqlServer (const const_striType host, intType port,
117 const const_striType dbName, const const_striType user,
118 const const_striType password);
119 databaseType sqlOpenTds (const const_striType host, intType port,
120 const const_striType dbName, const const_striType user,
121 const const_striType password);