public static enum ReadStoredQuery._query extends Enum<ReadStoredQuery._query>
Modifier and Type | Method and Description |
---|---|
abstract net.idea.modbcum.i.query.QueryParam |
getParam(ReadStoredQuery query) |
abstract String |
getSQL(ReadStoredQuery query) |
abstract boolean |
isEnabled(ReadStoredQuery query) |
abstract void |
update(StoredQuery query,
ResultSet rs) |
static ReadStoredQuery._query |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReadStoredQuery._query[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReadStoredQuery._query idquery
public static final ReadStoredQuery._query name
public static final ReadStoredQuery._query title
public static final ReadStoredQuery._query content
public static ReadStoredQuery._query[] values()
for (ReadStoredQuery._query c : ReadStoredQuery._query.values()) System.out.println(c);
public static ReadStoredQuery._query valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic abstract String getSQL(ReadStoredQuery query)
public abstract boolean isEnabled(ReadStoredQuery query)
public abstract net.idea.modbcum.i.query.QueryParam getParam(ReadStoredQuery query)
public abstract void update(StoredQuery query, ResultSet rs) throws SQLException
SQLException
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.