
co.streamx.fluent.SQL.Oracle.DatePart Maven / Gradle / Ivy
package co.streamx.fluent.SQL.Oracle;
import co.streamx.fluent.notation.Keyword;
public enum DatePart implements Keyword {
YEAR, MONTH, DAY, HOUR, MINUTE, SECOND, TIMEZONE_HOUR, TIMEZONE_MINUTE, TIMEZONE_ABBR, TIMEZONE_REGION,
TIMEZONE_OFFSET
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy