public class ParametricQuery extends Object
Constructor and Description |
---|
ParametricQuery(Connection _hsqldb,
com.healthmarketscience.jackcess.impl.query.QueryImpl _qi) |
Modifier and Type | Method and Description |
---|---|
void |
createProcedure() |
void |
createSelect() |
Exception |
getException() |
String |
getSignature() |
boolean |
isIssueWithParameterName() |
boolean |
loaded() |
void |
setIssueWithParameterName(boolean _issueWithParameterName) |
public ParametricQuery(Connection _hsqldb, com.healthmarketscience.jackcess.impl.query.QueryImpl _qi) throws SQLException
SQLException
public boolean isIssueWithParameterName()
public void setIssueWithParameterName(boolean _issueWithParameterName)
public void createProcedure() throws SQLException
SQLException
public void createSelect() throws SQLException
SQLException
public Exception getException()
public boolean loaded()
public String getSignature()
Copyright © 2012–2018 UCanAccess. All rights reserved.