Lines Matching refs:getLength
255 …e<sal_Int8>(reinterpret_cast<const sal_Int8*>(aRet.getStr()),sizeof(sal_Unicode)*aRet.getLength()); in getBytes()
880 const char *pPKQ = catalog.hasValue() && aPKQ.getLength() ? aPKQ.getStr() : NULL, in openTables()
881 *pPKO = pSchemaPat && pSchemaPat->getLength() ? aPKO.getStr() : NULL, in openTables()
888 const ::rtl::OUString* pEnd = pBegin + types.getLength(); in openTables()
894 if ( aCOL.getLength() ) in openTables()
896 aCOL = aCOL.replaceAt(aCOL.getLength()-1,1,pComma); in openTables()
903 (SDB_ODBC_CHAR *) pPKQ, (catalog.hasValue() && aPKQ.getLength()) ? SQL_NTS : 0, in openTables()
982 const char *pPKQ = catalog.hasValue() && aPKQ.getLength() ? aPKQ.getStr() : NULL, in openColumnPrivileges()
983 *pPKO = pSchemaPat && pSchemaPat->getLength() ? aPKO.getStr() : NULL, in openColumnPrivileges()
989 (SDB_ODBC_CHAR *) pPKQ, (catalog.hasValue() && aPKQ.getLength()) ? SQL_NTS : 0, in openColumnPrivileges()
1015 const char *pPKQ = catalog.hasValue() && aPKQ.getLength() ? aPKQ.getStr() : NULL, in openColumns()
1016 *pPKO = pSchemaPat && pSchemaPat->getLength() && pSchemaPat->getLength() ? aPKO.getStr() : NULL, in openColumns()
1022 (SDB_ODBC_CHAR *) pPKQ, (catalog.hasValue() && aPKQ.getLength()) ? SQL_NTS : 0, in openColumns()
1082 const char *pPKQ = catalog.hasValue() && aPKQ.getLength() ? aPKQ.getStr() : NULL, in openProcedureColumns()
1083 *pPKO = pSchemaPat && pSchemaPat->getLength() ? aPKO.getStr() : NULL, in openProcedureColumns()
1089 (SDB_ODBC_CHAR *) pPKQ, (catalog.hasValue() && aPKQ.getLength()) ? SQL_NTS : 0, in openProcedureColumns()
1116 const char *pPKQ = catalog.hasValue() && aPKQ.getLength() ? aPKQ.getStr() : NULL, in openProcedures()
1117 *pPKO = pSchemaPat && pSchemaPat->getLength() ? aPKO.getStr() : NULL, in openProcedures()
1122 (SDB_ODBC_CHAR *) pPKQ, (catalog.hasValue() && aPKQ.getLength()) ? SQL_NTS : 0, in openProcedures()
1146 const char *pPKQ = catalog.hasValue() && aPKQ.getLength() ? aPKQ.getStr() : NULL, in openSpecialColumns()
1147 *pPKO = pSchemaPat && pSchemaPat->getLength() ? aPKO.getStr() : NULL, in openSpecialColumns()
1152 (SDB_ODBC_CHAR *) pPKQ, (catalog.hasValue() && aPKQ.getLength()) ? SQL_NTS : 0, in openSpecialColumns()
1186 const char *pPKQ = catalog.hasValue() && aPKQ.getLength() ? aPKQ.getStr() : NULL, in openForeignKeys()
1187 …*pPKO = schema && schema->getLength() ? ::rtl::OUStringToOString(*schema,m_nTextEncoding).getStr()… in openForeignKeys()
1189 *pFKQ = catalog2.hasValue() && aFKQ.getLength() ? aFKQ.getStr() : NULL, in openForeignKeys()
1190 …*pFKO = schema2 && schema2->getLength() ? (aFKO = ::rtl::OUStringToOString(*schema2,m_nTextEncodin… in openForeignKeys()
1195 (SDB_ODBC_CHAR *) pPKQ, (catalog.hasValue() && aPKQ.getLength()) ? SQL_NTS : 0, in openForeignKeys()
1198 (SDB_ODBC_CHAR *) pFKQ, (catalog2.hasValue() && aFKQ.getLength()) ? SQL_NTS : 0, in openForeignKeys()
1236 const char *pPKQ = catalog.hasValue() && aPKQ.getLength() ? aPKQ.getStr() : NULL, in openPrimaryKeys()
1237 *pPKO = pSchemaPat && pSchemaPat->getLength() ? aPKO.getStr() : NULL, in openPrimaryKeys()
1242 (SDB_ODBC_CHAR *) pPKQ, (catalog.hasValue() && aPKQ.getLength()) ? SQL_NTS : 0, in openPrimaryKeys()
1266 const char *pPKQ = catalog.hasValue() && aPKQ.getLength() ? aPKQ.getStr() : NULL, in openTablePrivileges()
1267 *pPKO = pSchemaPat && pSchemaPat->getLength() ? aPKO.getStr() : NULL, in openTablePrivileges()
1272 (SDB_ODBC_CHAR *) pPKQ, (catalog.hasValue() && aPKQ.getLength()) ? SQL_NTS : 0, in openTablePrivileges()
1297 const char *pPKQ = catalog.hasValue() && aPKQ.getLength() ? aPKQ.getStr() : NULL, in openIndexInfo()
1298 *pPKO = pSchemaPat && pSchemaPat->getLength() ? aPKO.getStr() : NULL, in openIndexInfo()
1303 (SDB_ODBC_CHAR *) pPKQ, (catalog.hasValue() && aPKQ.getLength()) ? SQL_NTS : 0, in openIndexInfo()