Lines Matching refs:hasValue

115 	return aRet.hasValue() ? aRet : ODatabaseMetaDataResultSet_BASE::queryInterface(rType);  in queryInterface()
876 if ( catalog.hasValue() ) in openTables()
880 const char *pPKQ = catalog.hasValue() && aPKQ.getLength() ? aPKQ.getStr() : NULL, in openTables()
903 (SDB_ODBC_CHAR *) pPKQ, (catalog.hasValue() && aPKQ.getLength()) ? SQL_NTS : 0, in openTables()
978 if ( catalog.hasValue() ) in openColumnPrivileges()
982 const char *pPKQ = catalog.hasValue() && aPKQ.getLength() ? aPKQ.getStr() : NULL, in openColumnPrivileges()
989 (SDB_ODBC_CHAR *) pPKQ, (catalog.hasValue() && aPKQ.getLength()) ? SQL_NTS : 0, in openColumnPrivileges()
1011 if ( catalog.hasValue() ) in openColumns()
1015 const char *pPKQ = catalog.hasValue() && aPKQ.getLength() ? aPKQ.getStr() : NULL, in openColumns()
1022 (SDB_ODBC_CHAR *) pPKQ, (catalog.hasValue() && aPKQ.getLength()) ? SQL_NTS : 0, in openColumns()
1078 if ( catalog.hasValue() ) in openProcedureColumns()
1082 const char *pPKQ = catalog.hasValue() && aPKQ.getLength() ? aPKQ.getStr() : NULL, in openProcedureColumns()
1089 (SDB_ODBC_CHAR *) pPKQ, (catalog.hasValue() && aPKQ.getLength()) ? SQL_NTS : 0, in openProcedureColumns()
1112 if ( catalog.hasValue() ) in openProcedures()
1116 const char *pPKQ = catalog.hasValue() && aPKQ.getLength() ? aPKQ.getStr() : NULL, in openProcedures()
1122 (SDB_ODBC_CHAR *) pPKQ, (catalog.hasValue() && aPKQ.getLength()) ? SQL_NTS : 0, in openProcedures()
1142 if ( catalog.hasValue() ) in openSpecialColumns()
1146 const char *pPKQ = catalog.hasValue() && aPKQ.getLength() ? aPKQ.getStr() : NULL, in openSpecialColumns()
1152 (SDB_ODBC_CHAR *) pPKQ, (catalog.hasValue() && aPKQ.getLength()) ? SQL_NTS : 0, in openSpecialColumns()
1181 if ( catalog.hasValue() ) in openForeignKeys()
1183 if ( catalog2.hasValue() ) in openForeignKeys()
1186 const char *pPKQ = catalog.hasValue() && aPKQ.getLength() ? aPKQ.getStr() : NULL, in openForeignKeys()
1189 *pFKQ = catalog2.hasValue() && aFKQ.getLength() ? aFKQ.getStr() : NULL, 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()
1232 if ( catalog.hasValue() ) in openPrimaryKeys()
1236 const char *pPKQ = catalog.hasValue() && aPKQ.getLength() ? aPKQ.getStr() : NULL, in openPrimaryKeys()
1242 (SDB_ODBC_CHAR *) pPKQ, (catalog.hasValue() && aPKQ.getLength()) ? SQL_NTS : 0, in openPrimaryKeys()
1262 if ( catalog.hasValue() ) in openTablePrivileges()
1266 const char *pPKQ = catalog.hasValue() && aPKQ.getLength() ? aPKQ.getStr() : NULL, in openTablePrivileges()
1272 (SDB_ODBC_CHAR *) pPKQ, (catalog.hasValue() && aPKQ.getLength()) ? SQL_NTS : 0, in openTablePrivileges()
1293 if ( catalog.hasValue() ) in openIndexInfo()
1297 const char *pPKQ = catalog.hasValue() && aPKQ.getLength() ? aPKQ.getStr() : NULL, in openIndexInfo()
1303 (SDB_ODBC_CHAR *) pPKQ, (catalog.hasValue() && aPKQ.getLength()) ? SQL_NTS : 0, in openIndexInfo()