@Singleton public class StateUdfSource extends Object implements UdfSourceAssembly
import 'net.hasor.dataql.fx.basic.StateUdfSource' as state;UdfSourceAssembly.TypeUdfMap, UdfSourceAssembly.UdfName, UdfSourceAssembly.UdfParams| 构造器和说明 |
|---|
StateUdfSource() |
| 限定符和类型 | 方法和说明 |
|---|---|
static Udf |
decNumber(long initValue)
返回一个Udf,每次调用这个UDF,都会返回一个 Number。
|
static Udf |
incNumber(long initValue)
返回一个Udf,每次调用这个UDF,都会返回一个 Number。
|
static String |
uuid()
返回一个完整格式的 UUID 字符串。
|
static String |
uuidToShort()
返回一个不含"-" 符号的 UUID 字符串
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPredicate, getSupplier, getUdfResourcepublic static Udf decNumber(long initValue)
public static Udf incNumber(long initValue)
public static String uuid()
public static String uuidToShort()
Copyright © 2020. All rights reserved.