com.hecloud.runtime.database.state.DeleteState Maven / Gradle / Ivy
package com.hecloud.runtime.database.state;
public enum DeleteState {
/**
* delete
*/
DELETE,
/**
* from
*/
FROM,
/**
* table
*/
TABLE,
/**
* where
*/
WHERE,
/**
* condition
*/
CONDITION,
/**
* value
*/
VALUE,
/**
* sign
*/
SIGN
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy