From 6ce11a5aacc167f9a64fab7d0c37a13add61f201 Mon Sep 17 00:00:00 2001 From: "Brian J. Cardiff" Date: Mon, 11 Dec 2023 19:17:50 -0300 Subject: [PATCH] publishing redirect 0.13 -> 0.13.0 --- api/0.13/404.md | 4 ++++ api/0.13/DB.md | 4 ++++ api/0.13/DB/Any.md | 4 ++++ api/0.13/DB/BeginTransaction.md | 4 ++++ api/0.13/DB/ColumnTypeMismatchError.md | 4 ++++ api/0.13/DB/Connection.md | 4 ++++ api/0.13/DB/Connection/Options.md | 4 ++++ api/0.13/DB/ConnectionBuilder.md | 4 ++++ api/0.13/DB/ConnectionContext.md | 4 ++++ api/0.13/DB/ConnectionLost.md | 4 ++++ api/0.13/DB/ConnectionRefused.md | 4 ++++ api/0.13/DB/Database.md | 4 ++++ api/0.13/DB/Disposable.md | 4 ++++ api/0.13/DB/Driver.md | 4 ++++ api/0.13/DB/DriverSpecs.md | 4 ++++ api/0.13/DB/DriverSpecs/ColumnDef.md | 4 ++++ api/0.13/DB/Error.md | 4 ++++ api/0.13/DB/ExecResult.md | 4 ++++ api/0.13/DB/Field.md | 4 ++++ api/0.13/DB/Mappable.md | 4 ++++ api/0.13/DB/MappingException.md | 4 ++++ api/0.13/DB/MetadataValueConverter.md | 4 ++++ api/0.13/DB/NoResultsError.md | 4 ++++ api/0.13/DB/Pool.md | 4 ++++ api/0.13/DB/Pool/Options.md | 4 ++++ api/0.13/DB/Pool/Stats.md | 4 ++++ api/0.13/DB/Pool/TimeoutHelper.md | 4 ++++ api/0.13/DB/PoolPreparedStatement.md | 4 ++++ api/0.13/DB/PoolResourceLost.md | 4 ++++ api/0.13/DB/PoolResourceRefused.md | 4 ++++ api/0.13/DB/PoolRetryAttemptsExceeded.md | 4 ++++ api/0.13/DB/PoolStatement.md | 4 ++++ api/0.13/DB/PoolTimeout.md | 4 ++++ api/0.13/DB/PoolUnpreparedStatement.md | 4 ++++ api/0.13/DB/QueryMethods.md | 4 ++++ api/0.13/DB/ResultSet.md | 4 ++++ api/0.13/DB/Rollback.md | 4 ++++ api/0.13/DB/SavePointTransaction.md | 4 ++++ api/0.13/DB/Serializable.md | 4 ++++ api/0.13/DB/Serializable/NonStrict.md | 4 ++++ api/0.13/DB/SessionMethods.md | 4 ++++ api/0.13/DB/SessionMethods/PreparedQuery.md | 4 ++++ api/0.13/DB/SessionMethods/UnpreparedQuery.md | 4 ++++ api/0.13/DB/Statement.md | 4 ++++ api/0.13/DB/StatementMethods.md | 4 ++++ api/0.13/DB/StringKeyCache.md | 4 ++++ api/0.13/DB/TopLevelTransaction.md | 4 ++++ api/0.13/DB/Transaction.md | 4 ++++ api/0.13/Enum.md | 4 ++++ api/0.13/index.md | 4 ++++ 50 files changed, 200 insertions(+) create mode 100644 api/0.13/404.md create mode 100644 api/0.13/DB.md create mode 100644 api/0.13/DB/Any.md create mode 100644 api/0.13/DB/BeginTransaction.md create mode 100644 api/0.13/DB/ColumnTypeMismatchError.md create mode 100644 api/0.13/DB/Connection.md create mode 100644 api/0.13/DB/Connection/Options.md create mode 100644 api/0.13/DB/ConnectionBuilder.md create mode 100644 api/0.13/DB/ConnectionContext.md create mode 100644 api/0.13/DB/ConnectionLost.md create mode 100644 api/0.13/DB/ConnectionRefused.md create mode 100644 api/0.13/DB/Database.md create mode 100644 api/0.13/DB/Disposable.md create mode 100644 api/0.13/DB/Driver.md create mode 100644 api/0.13/DB/DriverSpecs.md create mode 100644 api/0.13/DB/DriverSpecs/ColumnDef.md create mode 100644 api/0.13/DB/Error.md create mode 100644 api/0.13/DB/ExecResult.md create mode 100644 api/0.13/DB/Field.md create mode 100644 api/0.13/DB/Mappable.md create mode 100644 api/0.13/DB/MappingException.md create mode 100644 api/0.13/DB/MetadataValueConverter.md create mode 100644 api/0.13/DB/NoResultsError.md create mode 100644 api/0.13/DB/Pool.md create mode 100644 api/0.13/DB/Pool/Options.md create mode 100644 api/0.13/DB/Pool/Stats.md create mode 100644 api/0.13/DB/Pool/TimeoutHelper.md create mode 100644 api/0.13/DB/PoolPreparedStatement.md create mode 100644 api/0.13/DB/PoolResourceLost.md create mode 100644 api/0.13/DB/PoolResourceRefused.md create mode 100644 api/0.13/DB/PoolRetryAttemptsExceeded.md create mode 100644 api/0.13/DB/PoolStatement.md create mode 100644 api/0.13/DB/PoolTimeout.md create mode 100644 api/0.13/DB/PoolUnpreparedStatement.md create mode 100644 api/0.13/DB/QueryMethods.md create mode 100644 api/0.13/DB/ResultSet.md create mode 100644 api/0.13/DB/Rollback.md create mode 100644 api/0.13/DB/SavePointTransaction.md create mode 100644 api/0.13/DB/Serializable.md create mode 100644 api/0.13/DB/Serializable/NonStrict.md create mode 100644 api/0.13/DB/SessionMethods.md create mode 100644 api/0.13/DB/SessionMethods/PreparedQuery.md create mode 100644 api/0.13/DB/SessionMethods/UnpreparedQuery.md create mode 100644 api/0.13/DB/Statement.md create mode 100644 api/0.13/DB/StatementMethods.md create mode 100644 api/0.13/DB/StringKeyCache.md create mode 100644 api/0.13/DB/TopLevelTransaction.md create mode 100644 api/0.13/DB/Transaction.md create mode 100644 api/0.13/Enum.md create mode 100644 api/0.13/index.md diff --git a/api/0.13/404.md b/api/0.13/404.md new file mode 100644 index 0000000..0e2eaa2 --- /dev/null +++ b/api/0.13/404.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - /api/0.13.0/404.html +--- \ No newline at end of file diff --git a/api/0.13/DB.md b/api/0.13/DB.md new file mode 100644 index 0000000..8fc12ca --- /dev/null +++ b/api/0.13/DB.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - /api/0.13.0/DB.html +--- \ No newline at end of file diff --git a/api/0.13/DB/Any.md b/api/0.13/DB/Any.md new file mode 100644 index 0000000..733ddc0 --- /dev/null +++ b/api/0.13/DB/Any.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - /api/0.13.0/DB/Any.html +--- \ No newline at end of file diff --git a/api/0.13/DB/BeginTransaction.md b/api/0.13/DB/BeginTransaction.md new file mode 100644 index 0000000..b8bc41c --- /dev/null +++ b/api/0.13/DB/BeginTransaction.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - /api/0.13.0/DB/BeginTransaction.html +--- \ No newline at end of file diff --git a/api/0.13/DB/ColumnTypeMismatchError.md b/api/0.13/DB/ColumnTypeMismatchError.md new file mode 100644 index 0000000..ec8250e --- /dev/null +++ b/api/0.13/DB/ColumnTypeMismatchError.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - /api/0.13.0/DB/ColumnTypeMismatchError.html +--- \ No newline at end of file diff --git a/api/0.13/DB/Connection.md b/api/0.13/DB/Connection.md new file mode 100644 index 0000000..34cb4d3 --- /dev/null +++ b/api/0.13/DB/Connection.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - /api/0.13.0/DB/Connection.html +--- \ No newline at end of file diff --git a/api/0.13/DB/Connection/Options.md b/api/0.13/DB/Connection/Options.md new file mode 100644 index 0000000..7301417 --- /dev/null +++ b/api/0.13/DB/Connection/Options.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - /api/0.13.0/DB/Connection/Options.html +--- \ No newline at end of file diff --git a/api/0.13/DB/ConnectionBuilder.md b/api/0.13/DB/ConnectionBuilder.md new file mode 100644 index 0000000..d909443 --- /dev/null +++ b/api/0.13/DB/ConnectionBuilder.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - /api/0.13.0/DB/ConnectionBuilder.html +--- \ No newline at end of file diff --git a/api/0.13/DB/ConnectionContext.md b/api/0.13/DB/ConnectionContext.md new file mode 100644 index 0000000..8aa51ca --- /dev/null +++ b/api/0.13/DB/ConnectionContext.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - /api/0.13.0/DB/ConnectionContext.html +--- \ No newline at end of file diff --git a/api/0.13/DB/ConnectionLost.md b/api/0.13/DB/ConnectionLost.md new file mode 100644 index 0000000..124cc2a --- /dev/null +++ b/api/0.13/DB/ConnectionLost.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - /api/0.13.0/DB/ConnectionLost.html +--- \ No newline at end of file diff --git a/api/0.13/DB/ConnectionRefused.md b/api/0.13/DB/ConnectionRefused.md new file mode 100644 index 0000000..5c911b1 --- /dev/null +++ b/api/0.13/DB/ConnectionRefused.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - /api/0.13.0/DB/ConnectionRefused.html +--- \ No newline at end of file diff --git a/api/0.13/DB/Database.md b/api/0.13/DB/Database.md new file mode 100644 index 0000000..427de05 --- /dev/null +++ b/api/0.13/DB/Database.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - /api/0.13.0/DB/Database.html +--- \ No newline at end of file diff --git a/api/0.13/DB/Disposable.md b/api/0.13/DB/Disposable.md new file mode 100644 index 0000000..7cde6ed --- /dev/null +++ b/api/0.13/DB/Disposable.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - /api/0.13.0/DB/Disposable.html +--- \ No newline at end of file diff --git a/api/0.13/DB/Driver.md b/api/0.13/DB/Driver.md new file mode 100644 index 0000000..ec081e5 --- /dev/null +++ b/api/0.13/DB/Driver.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - /api/0.13.0/DB/Driver.html +--- \ No newline at end of file diff --git a/api/0.13/DB/DriverSpecs.md b/api/0.13/DB/DriverSpecs.md new file mode 100644 index 0000000..f84a87f --- /dev/null +++ b/api/0.13/DB/DriverSpecs.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - /api/0.13.0/DB/DriverSpecs.html +--- \ No newline at end of file diff --git a/api/0.13/DB/DriverSpecs/ColumnDef.md b/api/0.13/DB/DriverSpecs/ColumnDef.md new file mode 100644 index 0000000..6659512 --- /dev/null +++ b/api/0.13/DB/DriverSpecs/ColumnDef.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - /api/0.13.0/DB/DriverSpecs/ColumnDef.html +--- \ No newline at end of file diff --git a/api/0.13/DB/Error.md b/api/0.13/DB/Error.md new file mode 100644 index 0000000..74a938c --- /dev/null +++ b/api/0.13/DB/Error.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - /api/0.13.0/DB/Error.html +--- \ No newline at end of file diff --git a/api/0.13/DB/ExecResult.md b/api/0.13/DB/ExecResult.md new file mode 100644 index 0000000..5b7ee83 --- /dev/null +++ b/api/0.13/DB/ExecResult.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - /api/0.13.0/DB/ExecResult.html +--- \ No newline at end of file diff --git a/api/0.13/DB/Field.md b/api/0.13/DB/Field.md new file mode 100644 index 0000000..b598512 --- /dev/null +++ b/api/0.13/DB/Field.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - /api/0.13.0/DB/Field.html +--- \ No newline at end of file diff --git a/api/0.13/DB/Mappable.md b/api/0.13/DB/Mappable.md new file mode 100644 index 0000000..cfadb70 --- /dev/null +++ b/api/0.13/DB/Mappable.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - /api/0.13.0/DB/Mappable.html +--- \ No newline at end of file diff --git a/api/0.13/DB/MappingException.md b/api/0.13/DB/MappingException.md new file mode 100644 index 0000000..e6a68ef --- /dev/null +++ b/api/0.13/DB/MappingException.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - /api/0.13.0/DB/MappingException.html +--- \ No newline at end of file diff --git a/api/0.13/DB/MetadataValueConverter.md b/api/0.13/DB/MetadataValueConverter.md new file mode 100644 index 0000000..cace208 --- /dev/null +++ b/api/0.13/DB/MetadataValueConverter.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - /api/0.13.0/DB/MetadataValueConverter.html +--- \ No newline at end of file diff --git a/api/0.13/DB/NoResultsError.md b/api/0.13/DB/NoResultsError.md new file mode 100644 index 0000000..0a44ccc --- /dev/null +++ b/api/0.13/DB/NoResultsError.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - /api/0.13.0/DB/NoResultsError.html +--- \ No newline at end of file diff --git a/api/0.13/DB/Pool.md b/api/0.13/DB/Pool.md new file mode 100644 index 0000000..7454b39 --- /dev/null +++ b/api/0.13/DB/Pool.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - /api/0.13.0/DB/Pool.html +--- \ No newline at end of file diff --git a/api/0.13/DB/Pool/Options.md b/api/0.13/DB/Pool/Options.md new file mode 100644 index 0000000..6fab58a --- /dev/null +++ b/api/0.13/DB/Pool/Options.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - /api/0.13.0/DB/Pool/Options.html +--- \ No newline at end of file diff --git a/api/0.13/DB/Pool/Stats.md b/api/0.13/DB/Pool/Stats.md new file mode 100644 index 0000000..ff2dd69 --- /dev/null +++ b/api/0.13/DB/Pool/Stats.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - /api/0.13.0/DB/Pool/Stats.html +--- \ No newline at end of file diff --git a/api/0.13/DB/Pool/TimeoutHelper.md b/api/0.13/DB/Pool/TimeoutHelper.md new file mode 100644 index 0000000..1a9b000 --- /dev/null +++ b/api/0.13/DB/Pool/TimeoutHelper.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - /api/0.13.0/DB/Pool/TimeoutHelper.html +--- \ No newline at end of file diff --git a/api/0.13/DB/PoolPreparedStatement.md b/api/0.13/DB/PoolPreparedStatement.md new file mode 100644 index 0000000..f711779 --- /dev/null +++ b/api/0.13/DB/PoolPreparedStatement.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - /api/0.13.0/DB/PoolPreparedStatement.html +--- \ No newline at end of file diff --git a/api/0.13/DB/PoolResourceLost.md b/api/0.13/DB/PoolResourceLost.md new file mode 100644 index 0000000..0dde7b0 --- /dev/null +++ b/api/0.13/DB/PoolResourceLost.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - /api/0.13.0/DB/PoolResourceLost.html +--- \ No newline at end of file diff --git a/api/0.13/DB/PoolResourceRefused.md b/api/0.13/DB/PoolResourceRefused.md new file mode 100644 index 0000000..c6f0b8d --- /dev/null +++ b/api/0.13/DB/PoolResourceRefused.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - /api/0.13.0/DB/PoolResourceRefused.html +--- \ No newline at end of file diff --git a/api/0.13/DB/PoolRetryAttemptsExceeded.md b/api/0.13/DB/PoolRetryAttemptsExceeded.md new file mode 100644 index 0000000..8add974 --- /dev/null +++ b/api/0.13/DB/PoolRetryAttemptsExceeded.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - /api/0.13.0/DB/PoolRetryAttemptsExceeded.html +--- \ No newline at end of file diff --git a/api/0.13/DB/PoolStatement.md b/api/0.13/DB/PoolStatement.md new file mode 100644 index 0000000..05c1307 --- /dev/null +++ b/api/0.13/DB/PoolStatement.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - /api/0.13.0/DB/PoolStatement.html +--- \ No newline at end of file diff --git a/api/0.13/DB/PoolTimeout.md b/api/0.13/DB/PoolTimeout.md new file mode 100644 index 0000000..8205021 --- /dev/null +++ b/api/0.13/DB/PoolTimeout.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - /api/0.13.0/DB/PoolTimeout.html +--- \ No newline at end of file diff --git a/api/0.13/DB/PoolUnpreparedStatement.md b/api/0.13/DB/PoolUnpreparedStatement.md new file mode 100644 index 0000000..5eaa73b --- /dev/null +++ b/api/0.13/DB/PoolUnpreparedStatement.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - /api/0.13.0/DB/PoolUnpreparedStatement.html +--- \ No newline at end of file diff --git a/api/0.13/DB/QueryMethods.md b/api/0.13/DB/QueryMethods.md new file mode 100644 index 0000000..d6c17ad --- /dev/null +++ b/api/0.13/DB/QueryMethods.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - /api/0.13.0/DB/QueryMethods.html +--- \ No newline at end of file diff --git a/api/0.13/DB/ResultSet.md b/api/0.13/DB/ResultSet.md new file mode 100644 index 0000000..250d995 --- /dev/null +++ b/api/0.13/DB/ResultSet.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - /api/0.13.0/DB/ResultSet.html +--- \ No newline at end of file diff --git a/api/0.13/DB/Rollback.md b/api/0.13/DB/Rollback.md new file mode 100644 index 0000000..0aacd0f --- /dev/null +++ b/api/0.13/DB/Rollback.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - /api/0.13.0/DB/Rollback.html +--- \ No newline at end of file diff --git a/api/0.13/DB/SavePointTransaction.md b/api/0.13/DB/SavePointTransaction.md new file mode 100644 index 0000000..9ae1311 --- /dev/null +++ b/api/0.13/DB/SavePointTransaction.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - /api/0.13.0/DB/SavePointTransaction.html +--- \ No newline at end of file diff --git a/api/0.13/DB/Serializable.md b/api/0.13/DB/Serializable.md new file mode 100644 index 0000000..ef0b0f2 --- /dev/null +++ b/api/0.13/DB/Serializable.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - /api/0.13.0/DB/Serializable.html +--- \ No newline at end of file diff --git a/api/0.13/DB/Serializable/NonStrict.md b/api/0.13/DB/Serializable/NonStrict.md new file mode 100644 index 0000000..7674ac8 --- /dev/null +++ b/api/0.13/DB/Serializable/NonStrict.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - /api/0.13.0/DB/Serializable/NonStrict.html +--- \ No newline at end of file diff --git a/api/0.13/DB/SessionMethods.md b/api/0.13/DB/SessionMethods.md new file mode 100644 index 0000000..8ed51c4 --- /dev/null +++ b/api/0.13/DB/SessionMethods.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - /api/0.13.0/DB/SessionMethods.html +--- \ No newline at end of file diff --git a/api/0.13/DB/SessionMethods/PreparedQuery.md b/api/0.13/DB/SessionMethods/PreparedQuery.md new file mode 100644 index 0000000..e538f6b --- /dev/null +++ b/api/0.13/DB/SessionMethods/PreparedQuery.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - /api/0.13.0/DB/SessionMethods/PreparedQuery.html +--- \ No newline at end of file diff --git a/api/0.13/DB/SessionMethods/UnpreparedQuery.md b/api/0.13/DB/SessionMethods/UnpreparedQuery.md new file mode 100644 index 0000000..cc81fcc --- /dev/null +++ b/api/0.13/DB/SessionMethods/UnpreparedQuery.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - /api/0.13.0/DB/SessionMethods/UnpreparedQuery.html +--- \ No newline at end of file diff --git a/api/0.13/DB/Statement.md b/api/0.13/DB/Statement.md new file mode 100644 index 0000000..8f7c6ed --- /dev/null +++ b/api/0.13/DB/Statement.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - /api/0.13.0/DB/Statement.html +--- \ No newline at end of file diff --git a/api/0.13/DB/StatementMethods.md b/api/0.13/DB/StatementMethods.md new file mode 100644 index 0000000..9042bcd --- /dev/null +++ b/api/0.13/DB/StatementMethods.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - /api/0.13.0/DB/StatementMethods.html +--- \ No newline at end of file diff --git a/api/0.13/DB/StringKeyCache.md b/api/0.13/DB/StringKeyCache.md new file mode 100644 index 0000000..7650849 --- /dev/null +++ b/api/0.13/DB/StringKeyCache.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - /api/0.13.0/DB/StringKeyCache.html +--- \ No newline at end of file diff --git a/api/0.13/DB/TopLevelTransaction.md b/api/0.13/DB/TopLevelTransaction.md new file mode 100644 index 0000000..5a724de --- /dev/null +++ b/api/0.13/DB/TopLevelTransaction.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - /api/0.13.0/DB/TopLevelTransaction.html +--- \ No newline at end of file diff --git a/api/0.13/DB/Transaction.md b/api/0.13/DB/Transaction.md new file mode 100644 index 0000000..705fe8d --- /dev/null +++ b/api/0.13/DB/Transaction.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - /api/0.13.0/DB/Transaction.html +--- \ No newline at end of file diff --git a/api/0.13/Enum.md b/api/0.13/Enum.md new file mode 100644 index 0000000..938bda7 --- /dev/null +++ b/api/0.13/Enum.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - /api/0.13.0/Enum.html +--- \ No newline at end of file diff --git a/api/0.13/index.md b/api/0.13/index.md new file mode 100644 index 0000000..144790e --- /dev/null +++ b/api/0.13/index.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - /api/0.13.0 +--- \ No newline at end of file