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
SQLExceptionpublic boolean isIssueWithParameterName()
public void setIssueWithParameterName(boolean _issueWithParameterName)
public void createProcedure()
throws SQLException
SQLExceptionpublic void createSelect()
throws SQLException
SQLExceptionpublic Exception getException()
public boolean loaded()
public String getSignature()
Copyright © 2012–2019 UCanAccess. All rights reserved.