| Method and Description |
|---|
| io.r2dbc.spi.test.TestKit.getCreateTableWithAutogeneratedKey()
since 0.8.3, use
TestKit.doGetSql(TestStatement) as customization hook instead using TestKit.TestStatement.CREATE_TABLE_AUTOGENERATED_KEY. |
| io.r2dbc.spi.test.TestKit.getInsertIntoWithAutogeneratedKey()
since 0.8.3, use
TestKit.doGetSql(TestStatement) as customization hook instead using TestKit.TestStatement.INSERT_VALUE_AUTOGENERATED_KEY. |
| io.r2dbc.spi.test.MockResult.Builder.rowMetadata(RowMetadata)
since 0.9, no-op. Provide metadata as part of
Row.getMetadata(). |
Copyright © 2022. All rights reserved.