All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.hecloud.runtime.database.state.UpdateState Maven / Gradle / Ivy

There is a newer version: 1.0.8
Show newest version
package com.hecloud.runtime.database.state;

public enum UpdateState {
    /**
     * delete
     */
    UPDATE,
    /**
     * table
     */
    TABLE,
    /**
     * set
     */
    SET,
    /**
     * where
     */
    WHERE,
    /**
     * condition
     */
    CONDITION,
    /**
     * value
     */
    VALUE,
    /**
     * sign
     */
    SIGN
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy