From 1a747a11c2b0e2e225154cde3571fe191fecca99 Mon Sep 17 00:00:00 2001 From: "Brian J. Cardiff" Date: Mon, 10 Apr 2017 10:37:46 -0300 Subject: [PATCH] publishing redirect 0.4 -> 0.4.0 --- api/0.4/DB.md | 4 ++++ api/0.4/DB/Any.md | 4 ++++ api/0.4/DB/BeginTransaction.md | 4 ++++ api/0.4/DB/Connection.md | 4 ++++ api/0.4/DB/ConnectionContext.md | 4 ++++ api/0.4/DB/ConnectionLost.md | 4 ++++ api/0.4/DB/ConnectionRefused.md | 4 ++++ api/0.4/DB/Database.md | 4 ++++ api/0.4/DB/Disposable.md | 4 ++++ api/0.4/DB/Driver.md | 4 ++++ api/0.4/DB/Error.md | 4 ++++ api/0.4/DB/ExecResult.md | 4 ++++ api/0.4/DB/Mappable.md | 4 ++++ api/0.4/DB/MappingException.md | 4 ++++ api/0.4/DB/Pool.md | 4 ++++ api/0.4/DB/Pool/TimeoutHelper.md | 4 ++++ api/0.4/DB/PoolPreparedStatement.md | 4 ++++ api/0.4/DB/PoolRetryAttemptsExceeded.md | 4 ++++ api/0.4/DB/PoolStatement.md | 4 ++++ api/0.4/DB/PoolTimeout.md | 4 ++++ api/0.4/DB/PoolUnpreparedStatement.md | 4 ++++ api/0.4/DB/QueryMethods.md | 4 ++++ api/0.4/DB/ResultSet.md | 4 ++++ api/0.4/DB/Rollback.md | 4 ++++ api/0.4/DB/SavePointTransaction.md | 4 ++++ api/0.4/DB/SessionMethods.md | 4 ++++ api/0.4/DB/SessionMethods/PreparedQuery.md | 4 ++++ api/0.4/DB/SessionMethods/UnpreparedQuery.md | 4 ++++ api/0.4/DB/Statement.md | 4 ++++ api/0.4/DB/StatementMethods.md | 4 ++++ api/0.4/DB/StringKeyCache.md | 4 ++++ api/0.4/DB/TopLevelTransaction.md | 4 ++++ api/0.4/DB/Transaction.md | 4 ++++ api/0.4/index.md | 4 ++++ 34 files changed, 136 insertions(+) create mode 100644 api/0.4/DB.md create mode 100644 api/0.4/DB/Any.md create mode 100644 api/0.4/DB/BeginTransaction.md create mode 100644 api/0.4/DB/Connection.md create mode 100644 api/0.4/DB/ConnectionContext.md create mode 100644 api/0.4/DB/ConnectionLost.md create mode 100644 api/0.4/DB/ConnectionRefused.md create mode 100644 api/0.4/DB/Database.md create mode 100644 api/0.4/DB/Disposable.md create mode 100644 api/0.4/DB/Driver.md create mode 100644 api/0.4/DB/Error.md create mode 100644 api/0.4/DB/ExecResult.md create mode 100644 api/0.4/DB/Mappable.md create mode 100644 api/0.4/DB/MappingException.md create mode 100644 api/0.4/DB/Pool.md create mode 100644 api/0.4/DB/Pool/TimeoutHelper.md create mode 100644 api/0.4/DB/PoolPreparedStatement.md create mode 100644 api/0.4/DB/PoolRetryAttemptsExceeded.md create mode 100644 api/0.4/DB/PoolStatement.md create mode 100644 api/0.4/DB/PoolTimeout.md create mode 100644 api/0.4/DB/PoolUnpreparedStatement.md create mode 100644 api/0.4/DB/QueryMethods.md create mode 100644 api/0.4/DB/ResultSet.md create mode 100644 api/0.4/DB/Rollback.md create mode 100644 api/0.4/DB/SavePointTransaction.md create mode 100644 api/0.4/DB/SessionMethods.md create mode 100644 api/0.4/DB/SessionMethods/PreparedQuery.md create mode 100644 api/0.4/DB/SessionMethods/UnpreparedQuery.md create mode 100644 api/0.4/DB/Statement.md create mode 100644 api/0.4/DB/StatementMethods.md create mode 100644 api/0.4/DB/StringKeyCache.md create mode 100644 api/0.4/DB/TopLevelTransaction.md create mode 100644 api/0.4/DB/Transaction.md create mode 100644 api/0.4/index.md diff --git a/api/0.4/DB.md b/api/0.4/DB.md new file mode 100644 index 0000000..14f67c2 --- /dev/null +++ b/api/0.4/DB.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - /api/0.4.0/DB.html +--- \ No newline at end of file diff --git a/api/0.4/DB/Any.md b/api/0.4/DB/Any.md new file mode 100644 index 0000000..738ed2e --- /dev/null +++ b/api/0.4/DB/Any.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - /api/0.4.0/DB/Any.html +--- \ No newline at end of file diff --git a/api/0.4/DB/BeginTransaction.md b/api/0.4/DB/BeginTransaction.md new file mode 100644 index 0000000..fb0472c --- /dev/null +++ b/api/0.4/DB/BeginTransaction.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - /api/0.4.0/DB/BeginTransaction.html +--- \ No newline at end of file diff --git a/api/0.4/DB/Connection.md b/api/0.4/DB/Connection.md new file mode 100644 index 0000000..1b24748 --- /dev/null +++ b/api/0.4/DB/Connection.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - /api/0.4.0/DB/Connection.html +--- \ No newline at end of file diff --git a/api/0.4/DB/ConnectionContext.md b/api/0.4/DB/ConnectionContext.md new file mode 100644 index 0000000..d812daf --- /dev/null +++ b/api/0.4/DB/ConnectionContext.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - /api/0.4.0/DB/ConnectionContext.html +--- \ No newline at end of file diff --git a/api/0.4/DB/ConnectionLost.md b/api/0.4/DB/ConnectionLost.md new file mode 100644 index 0000000..b194139 --- /dev/null +++ b/api/0.4/DB/ConnectionLost.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - /api/0.4.0/DB/ConnectionLost.html +--- \ No newline at end of file diff --git a/api/0.4/DB/ConnectionRefused.md b/api/0.4/DB/ConnectionRefused.md new file mode 100644 index 0000000..53776ca --- /dev/null +++ b/api/0.4/DB/ConnectionRefused.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - /api/0.4.0/DB/ConnectionRefused.html +--- \ No newline at end of file diff --git a/api/0.4/DB/Database.md b/api/0.4/DB/Database.md new file mode 100644 index 0000000..4d418aa --- /dev/null +++ b/api/0.4/DB/Database.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - /api/0.4.0/DB/Database.html +--- \ No newline at end of file diff --git a/api/0.4/DB/Disposable.md b/api/0.4/DB/Disposable.md new file mode 100644 index 0000000..aa8746f --- /dev/null +++ b/api/0.4/DB/Disposable.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - /api/0.4.0/DB/Disposable.html +--- \ No newline at end of file diff --git a/api/0.4/DB/Driver.md b/api/0.4/DB/Driver.md new file mode 100644 index 0000000..a8ae6ac --- /dev/null +++ b/api/0.4/DB/Driver.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - /api/0.4.0/DB/Driver.html +--- \ No newline at end of file diff --git a/api/0.4/DB/Error.md b/api/0.4/DB/Error.md new file mode 100644 index 0000000..ec70c97 --- /dev/null +++ b/api/0.4/DB/Error.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - /api/0.4.0/DB/Error.html +--- \ No newline at end of file diff --git a/api/0.4/DB/ExecResult.md b/api/0.4/DB/ExecResult.md new file mode 100644 index 0000000..cc3565f --- /dev/null +++ b/api/0.4/DB/ExecResult.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - /api/0.4.0/DB/ExecResult.html +--- \ No newline at end of file diff --git a/api/0.4/DB/Mappable.md b/api/0.4/DB/Mappable.md new file mode 100644 index 0000000..de2a8a9 --- /dev/null +++ b/api/0.4/DB/Mappable.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - /api/0.4.0/DB/Mappable.html +--- \ No newline at end of file diff --git a/api/0.4/DB/MappingException.md b/api/0.4/DB/MappingException.md new file mode 100644 index 0000000..db39971 --- /dev/null +++ b/api/0.4/DB/MappingException.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - /api/0.4.0/DB/MappingException.html +--- \ No newline at end of file diff --git a/api/0.4/DB/Pool.md b/api/0.4/DB/Pool.md new file mode 100644 index 0000000..3d08b21 --- /dev/null +++ b/api/0.4/DB/Pool.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - /api/0.4.0/DB/Pool.html +--- \ No newline at end of file diff --git a/api/0.4/DB/Pool/TimeoutHelper.md b/api/0.4/DB/Pool/TimeoutHelper.md new file mode 100644 index 0000000..4c2b3dc --- /dev/null +++ b/api/0.4/DB/Pool/TimeoutHelper.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - /api/0.4.0/DB/Pool/TimeoutHelper.html +--- \ No newline at end of file diff --git a/api/0.4/DB/PoolPreparedStatement.md b/api/0.4/DB/PoolPreparedStatement.md new file mode 100644 index 0000000..164144e --- /dev/null +++ b/api/0.4/DB/PoolPreparedStatement.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - /api/0.4.0/DB/PoolPreparedStatement.html +--- \ No newline at end of file diff --git a/api/0.4/DB/PoolRetryAttemptsExceeded.md b/api/0.4/DB/PoolRetryAttemptsExceeded.md new file mode 100644 index 0000000..8c2c1c3 --- /dev/null +++ b/api/0.4/DB/PoolRetryAttemptsExceeded.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - /api/0.4.0/DB/PoolRetryAttemptsExceeded.html +--- \ No newline at end of file diff --git a/api/0.4/DB/PoolStatement.md b/api/0.4/DB/PoolStatement.md new file mode 100644 index 0000000..6632535 --- /dev/null +++ b/api/0.4/DB/PoolStatement.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - /api/0.4.0/DB/PoolStatement.html +--- \ No newline at end of file diff --git a/api/0.4/DB/PoolTimeout.md b/api/0.4/DB/PoolTimeout.md new file mode 100644 index 0000000..730e229 --- /dev/null +++ b/api/0.4/DB/PoolTimeout.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - /api/0.4.0/DB/PoolTimeout.html +--- \ No newline at end of file diff --git a/api/0.4/DB/PoolUnpreparedStatement.md b/api/0.4/DB/PoolUnpreparedStatement.md new file mode 100644 index 0000000..9fbe30d --- /dev/null +++ b/api/0.4/DB/PoolUnpreparedStatement.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - /api/0.4.0/DB/PoolUnpreparedStatement.html +--- \ No newline at end of file diff --git a/api/0.4/DB/QueryMethods.md b/api/0.4/DB/QueryMethods.md new file mode 100644 index 0000000..5ff897a --- /dev/null +++ b/api/0.4/DB/QueryMethods.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - /api/0.4.0/DB/QueryMethods.html +--- \ No newline at end of file diff --git a/api/0.4/DB/ResultSet.md b/api/0.4/DB/ResultSet.md new file mode 100644 index 0000000..84e4b93 --- /dev/null +++ b/api/0.4/DB/ResultSet.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - /api/0.4.0/DB/ResultSet.html +--- \ No newline at end of file diff --git a/api/0.4/DB/Rollback.md b/api/0.4/DB/Rollback.md new file mode 100644 index 0000000..d316aed --- /dev/null +++ b/api/0.4/DB/Rollback.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - /api/0.4.0/DB/Rollback.html +--- \ No newline at end of file diff --git a/api/0.4/DB/SavePointTransaction.md b/api/0.4/DB/SavePointTransaction.md new file mode 100644 index 0000000..5ae58d5 --- /dev/null +++ b/api/0.4/DB/SavePointTransaction.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - /api/0.4.0/DB/SavePointTransaction.html +--- \ No newline at end of file diff --git a/api/0.4/DB/SessionMethods.md b/api/0.4/DB/SessionMethods.md new file mode 100644 index 0000000..2c4bea2 --- /dev/null +++ b/api/0.4/DB/SessionMethods.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - /api/0.4.0/DB/SessionMethods.html +--- \ No newline at end of file diff --git a/api/0.4/DB/SessionMethods/PreparedQuery.md b/api/0.4/DB/SessionMethods/PreparedQuery.md new file mode 100644 index 0000000..9e05f42 --- /dev/null +++ b/api/0.4/DB/SessionMethods/PreparedQuery.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - /api/0.4.0/DB/SessionMethods/PreparedQuery.html +--- \ No newline at end of file diff --git a/api/0.4/DB/SessionMethods/UnpreparedQuery.md b/api/0.4/DB/SessionMethods/UnpreparedQuery.md new file mode 100644 index 0000000..1e71b19 --- /dev/null +++ b/api/0.4/DB/SessionMethods/UnpreparedQuery.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - /api/0.4.0/DB/SessionMethods/UnpreparedQuery.html +--- \ No newline at end of file diff --git a/api/0.4/DB/Statement.md b/api/0.4/DB/Statement.md new file mode 100644 index 0000000..3c916e0 --- /dev/null +++ b/api/0.4/DB/Statement.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - /api/0.4.0/DB/Statement.html +--- \ No newline at end of file diff --git a/api/0.4/DB/StatementMethods.md b/api/0.4/DB/StatementMethods.md new file mode 100644 index 0000000..24324e9 --- /dev/null +++ b/api/0.4/DB/StatementMethods.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - /api/0.4.0/DB/StatementMethods.html +--- \ No newline at end of file diff --git a/api/0.4/DB/StringKeyCache.md b/api/0.4/DB/StringKeyCache.md new file mode 100644 index 0000000..558d82b --- /dev/null +++ b/api/0.4/DB/StringKeyCache.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - /api/0.4.0/DB/StringKeyCache.html +--- \ No newline at end of file diff --git a/api/0.4/DB/TopLevelTransaction.md b/api/0.4/DB/TopLevelTransaction.md new file mode 100644 index 0000000..0197ffb --- /dev/null +++ b/api/0.4/DB/TopLevelTransaction.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - /api/0.4.0/DB/TopLevelTransaction.html +--- \ No newline at end of file diff --git a/api/0.4/DB/Transaction.md b/api/0.4/DB/Transaction.md new file mode 100644 index 0000000..78d89ab --- /dev/null +++ b/api/0.4/DB/Transaction.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - /api/0.4.0/DB/Transaction.html +--- \ No newline at end of file diff --git a/api/0.4/index.md b/api/0.4/index.md new file mode 100644 index 0000000..05526b4 --- /dev/null +++ b/api/0.4/index.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - /api/0.4.0 +--- \ No newline at end of file