Load NewsGroup from database
Both field sets from k_categories and k_newsgroups are loaded into internal properties collection upon load. @param oConn Database Conenction @param PKVals A single element array containing the GUID of NewsGroup to beloaded. For example: oNewsGrpObj.load(oConnection, new object[]{"123456789012345678901234567890AB"}); @return true if NewsGroup was successfully loaded, false ifNewsgroup GUID was not found at k_newsgropus o k_categories tables. @throws SQLException
|
|