public class PCDSQL
extends java.lang.Object
Constructor and Description |
---|
PCDSQL(JDBCDBConnection connection,
java.lang.String sql,
boolean fullquery)
Creates a new PCD SQL query object.
|
Modifier and Type | Method and Description |
---|---|
void |
pcdOut(int scope,
java.lang.Appendable out)
Writes the BioPCD representation of the PCD SQL command
|
java.sql.ResultSet |
query() |
public PCDSQL(JDBCDBConnection connection, java.lang.String sql, boolean fullquery)
connection
- the database connection to perform the SQL onsql
- the SQL command to queryfullquery
- whether to print the full database connection
details when outputting the query via pcdOutpublic java.sql.ResultSet query()
public void pcdOut(int scope, java.lang.Appendable out) throws java.io.IOException
scope
- the level of scope to write the menu widget.out
- the writer object to output the BioPCD code.java.io.IOException
Copyright © 2008-2022 University of Manitoba.