记录类的使用
cn.yingyya.next.moment.api.database.sql.SQLValue
使用SQLValue的程序包
-
cn.yingyya.next.moment.api.database.sql中SQLValue的使用
修饰符和类型方法说明@Nullable SQLValuestatic SQLValue@NotNull SQLValueSQLCondition.value()返回value记录组件的值。修饰符和类型方法说明static @NotNull SQLConditionstatic @NotNull SQLConditionstatic @NotNull SQLConditionstatic @NotNull SQLConditionSQLCondition.of(@NotNull SQLValue value, @NotNull SQLConditionType type) static @NotNull SQLCondition限定符构造器说明SQLCondition(@NotNull SQLValue value, @NotNull SQLConditionType type) 创建SQLCondition记录类的实例。 -
cn.yingyya.next.moment.api.database.sql.executor中SQLValue的使用
修饰符和类型方法说明@NotNull AlterTableExecutor@NotNull AlterTableExecutorAlterTableExecutor.renameColumn(@NotNull SQLValue... columns) @NotNull InsertQueryExecutor@NotNull UpdateQueryExecutor类型变量类型为SQLValue的cn.yingyya.next.moment.api.database.sql.executor中的方法参数修饰符和类型方法说明@NotNull AlterTableExecutor@NotNull AlterTableExecutorAlterTableExecutor.renameColumn(@NotNull List<SQLValue> columns) @NotNull InsertQueryExecutor@NotNull UpdateQueryExecutor