SqlUpdate.Apply| Constructor and Description |
|---|
SqlUpdateImpl(Connection connection,
DatabaseMock mock,
String sql,
Options options) |
public SqlUpdateImpl(Connection connection, DatabaseMock mock, @Nonnull String sql, Options options)
@Nonnull public SqlUpdate argBoolean(Boolean arg)
argBoolean in interface SqlUpdate@Nonnull public SqlUpdate argBoolean(@Nonnull String argName, Boolean arg)
argBoolean in interface SqlUpdate@Nonnull public SqlUpdate argInteger(@Nullable Integer arg)
argInteger in interface SqlUpdate@Nonnull public SqlUpdate argInteger(@Nonnull String argName, @Nullable Integer arg)
argInteger in interface SqlUpdate@Nonnull public SqlUpdate argBigDecimal(@Nullable BigDecimal arg)
argBigDecimal in interface SqlUpdate@Nonnull public SqlUpdate argBigDecimal(@Nonnull String argName, @Nullable BigDecimal arg)
argBigDecimal in interface SqlUpdate@Nonnull public SqlUpdate argLocalDate(@Nullable LocalDate arg)
argLocalDate in interface SqlUpdate@Nonnull public SqlUpdate argLocalDate(@Nonnull String argName, @Nullable LocalDate arg)
argLocalDate in interface SqlUpdate@Nonnull public SqlUpdate argDateNowPerApp()
argDateNowPerApp in interface SqlUpdate@Nonnull public SqlUpdate argDateNowPerApp(@Nonnull String argName)
argDateNowPerApp in interface SqlUpdate@Nonnull public SqlUpdate argDateNowPerDb()
argDateNowPerDb in interface SqlUpdate@Nonnull public SqlUpdate argDateNowPerDb(@Nonnull String argName)
argDateNowPerDb in interface SqlUpdate@Nonnull public SqlUpdate argBlobBytes(@Nullable byte[] arg)
argBlobBytes in interface SqlUpdate@Nonnull public SqlUpdate argBlobBytes(@Nonnull String argName, @Nullable byte[] arg)
argBlobBytes in interface SqlUpdate@Nonnull public SqlUpdate argBlobStream(@Nullable InputStream arg)
argBlobStream in interface SqlUpdate@Nonnull public SqlUpdate argBlobStream(@Nonnull String argName, @Nullable InputStream arg)
argBlobStream in interface SqlUpdate@Nonnull public SqlUpdate argClobString(@Nullable String arg)
argClobString in interface SqlUpdate@Nonnull public SqlUpdate argClobString(@Nonnull String argName, @Nullable String arg)
argClobString in interface SqlUpdate@Nonnull public SqlUpdate argClobReader(@Nullable Reader arg)
argClobReader in interface SqlUpdate@Nonnull public SqlUpdate argClobReader(@Nonnull String argName, @Nullable Reader arg)
argClobReader in interface SqlUpdate@Nonnull public SqlUpdate apply(SqlUpdate.Apply apply)
public int update()
SqlUpdateCopyright © 2020. All rights reserved.