public class DeleteDataset extends net.idea.modbcum.q.update.AbstractUpdate<Object,SourceDataset> implements net.idea.modbcum.i.IStoredProcStatement
Modifier and Type | Field and Description |
---|---|
static String[] |
delete_sql_by_id |
Constructor and Description |
---|
DeleteDataset() |
DeleteDataset(SourceDataset dataset) |
DeleteDataset(SourceDataset dataset,
int stars) |
Modifier and Type | Method and Description |
---|---|
List<net.idea.modbcum.i.query.QueryParam> |
getParameters(int index) |
String[] |
getSQL() |
void |
getStoredProcedureOutVars(CallableStatement statement) |
boolean |
isStoredProcedure() |
void |
registerOutParameters(CallableStatement statement) |
void |
setID(int index,
int id) |
public static final String[] delete_sql_by_id
public DeleteDataset(SourceDataset dataset, int stars)
public DeleteDataset(SourceDataset dataset)
public DeleteDataset()
public List<net.idea.modbcum.i.query.QueryParam> getParameters(int index) throws net.idea.modbcum.i.exceptions.AmbitException
getParameters
in interface net.idea.modbcum.i.query.IQueryUpdate<Object,SourceDataset>
net.idea.modbcum.i.exceptions.AmbitException
public String[] getSQL() throws net.idea.modbcum.i.exceptions.AmbitException
getSQL
in interface net.idea.modbcum.i.query.IQueryUpdate<Object,SourceDataset>
net.idea.modbcum.i.exceptions.AmbitException
public void setID(int index, int id)
setID
in interface net.idea.modbcum.i.query.IQueryUpdate<Object,SourceDataset>
public boolean isStoredProcedure()
isStoredProcedure
in interface net.idea.modbcum.i.query.IQueryUpdate<Object,SourceDataset>
isStoredProcedure
in class net.idea.modbcum.q.update.AbstractUpdate<Object,SourceDataset>
public void getStoredProcedureOutVars(CallableStatement statement) throws SQLException
getStoredProcedureOutVars
in interface net.idea.modbcum.i.IStoredProcStatement
SQLException
public void registerOutParameters(CallableStatement statement) throws SQLException
registerOutParameters
in interface net.idea.modbcum.i.IStoredProcStatement
SQLException
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.