Java Doc for MySQL323GroupSecurityDAO.java in » Forum » JForum-2.1.8 » net » jforum » dao » mysql » security » Java Source Code / Java DocumentationJava Source Code and Java Documentation
Gets a set of ids from a statement The statement is expected to return an id in the first
column
Parameters: p - The statement to execute The ids, separated by comma throws: SQLException -
Gets a statement to use with some csv data
Parameters: sql - The SQL query to execute. It must have an "?", which will be replaced bycsv Parameters: csv - The ids to replace The statement, ready to execute throws: SQLException -