From 8df30ee37a0697bff3c5bd753b7a1f39180c9316 Mon Sep 17 00:00:00 2001 From: "Brian J. Cardiff" Date: Wed, 21 Dec 2016 18:15:13 -0300 Subject: [PATCH] publishing redirect latest -> 0.3.2 --- api/latest/DB.md | 4 ++++ api/latest/DB/Any.md | 4 ++++ api/latest/DB/BeginTransaction.md | 4 ++++ api/latest/DB/Connection.md | 4 ++++ api/latest/DB/ConnectionLost.md | 4 ++++ api/latest/DB/ConnectionRefused.md | 4 ++++ api/latest/DB/Database.md | 4 ++++ api/latest/DB/Disposable.md | 4 ++++ api/latest/DB/Driver.md | 4 ++++ api/latest/DB/Error.md | 4 ++++ api/latest/DB/ExecResult.md | 4 ++++ api/latest/DB/Mappable.md | 4 ++++ api/latest/DB/MappingException.md | 4 ++++ api/latest/DB/Pool.md | 4 ++++ api/latest/DB/Pool/TimeoutHelper.md | 4 ++++ api/latest/DB/PoolPreparedStatement.md | 4 ++++ api/latest/DB/PoolRetryAttemptsExceeded.md | 4 ++++ api/latest/DB/PoolStatement.md | 4 ++++ api/latest/DB/PoolTimeout.md | 4 ++++ api/latest/DB/PoolUnpreparedStatement.md | 4 ++++ api/latest/DB/QueryMethods.md | 4 ++++ api/latest/DB/ResultSet.md | 4 ++++ api/latest/DB/Rollback.md | 4 ++++ api/latest/DB/SavePointTransaction.md | 4 ++++ api/latest/DB/SessionMethods.md | 4 ++++ api/latest/DB/SessionMethods/PreparedQuery.md | 4 ++++ api/latest/DB/SessionMethods/UnpreparedQuery.md | 4 ++++ api/latest/DB/Statement.md | 4 ++++ api/latest/DB/StatementMethods.md | 4 ++++ api/latest/DB/StringKeyCache.md | 4 ++++ api/latest/DB/TopLevelTransaction.md | 4 ++++ api/latest/DB/Transaction.md | 4 ++++ api/latest/index.md | 4 ++++ 33 files changed, 132 insertions(+) create mode 100644 api/latest/DB.md create mode 100644 api/latest/DB/Any.md create mode 100644 api/latest/DB/BeginTransaction.md create mode 100644 api/latest/DB/Connection.md create mode 100644 api/latest/DB/ConnectionLost.md create mode 100644 api/latest/DB/ConnectionRefused.md create mode 100644 api/latest/DB/Database.md create mode 100644 api/latest/DB/Disposable.md create mode 100644 api/latest/DB/Driver.md create mode 100644 api/latest/DB/Error.md create mode 100644 api/latest/DB/ExecResult.md create mode 100644 api/latest/DB/Mappable.md create mode 100644 api/latest/DB/MappingException.md create mode 100644 api/latest/DB/Pool.md create mode 100644 api/latest/DB/Pool/TimeoutHelper.md create mode 100644 api/latest/DB/PoolPreparedStatement.md create mode 100644 api/latest/DB/PoolRetryAttemptsExceeded.md create mode 100644 api/latest/DB/PoolStatement.md create mode 100644 api/latest/DB/PoolTimeout.md create mode 100644 api/latest/DB/PoolUnpreparedStatement.md create mode 100644 api/latest/DB/QueryMethods.md create mode 100644 api/latest/DB/ResultSet.md create mode 100644 api/latest/DB/Rollback.md create mode 100644 api/latest/DB/SavePointTransaction.md create mode 100644 api/latest/DB/SessionMethods.md create mode 100644 api/latest/DB/SessionMethods/PreparedQuery.md create mode 100644 api/latest/DB/SessionMethods/UnpreparedQuery.md create mode 100644 api/latest/DB/Statement.md create mode 100644 api/latest/DB/StatementMethods.md create mode 100644 api/latest/DB/StringKeyCache.md create mode 100644 api/latest/DB/TopLevelTransaction.md create mode 100644 api/latest/DB/Transaction.md create mode 100644 api/latest/index.md diff --git a/api/latest/DB.md b/api/latest/DB.md new file mode 100644 index 0000000..17bbe01 --- /dev/null +++ b/api/latest/DB.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - ../0.3.2/DB.html +--- \ No newline at end of file diff --git a/api/latest/DB/Any.md b/api/latest/DB/Any.md new file mode 100644 index 0000000..f3a274c --- /dev/null +++ b/api/latest/DB/Any.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - ../../0.3.2/DB/Any.html +--- \ No newline at end of file diff --git a/api/latest/DB/BeginTransaction.md b/api/latest/DB/BeginTransaction.md new file mode 100644 index 0000000..aac1d40 --- /dev/null +++ b/api/latest/DB/BeginTransaction.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - ../../0.3.2/DB/BeginTransaction.html +--- \ No newline at end of file diff --git a/api/latest/DB/Connection.md b/api/latest/DB/Connection.md new file mode 100644 index 0000000..f371a3d --- /dev/null +++ b/api/latest/DB/Connection.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - ../../0.3.2/DB/Connection.html +--- \ No newline at end of file diff --git a/api/latest/DB/ConnectionLost.md b/api/latest/DB/ConnectionLost.md new file mode 100644 index 0000000..e45fda7 --- /dev/null +++ b/api/latest/DB/ConnectionLost.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - ../../0.3.2/DB/ConnectionLost.html +--- \ No newline at end of file diff --git a/api/latest/DB/ConnectionRefused.md b/api/latest/DB/ConnectionRefused.md new file mode 100644 index 0000000..983215e --- /dev/null +++ b/api/latest/DB/ConnectionRefused.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - ../../0.3.2/DB/ConnectionRefused.html +--- \ No newline at end of file diff --git a/api/latest/DB/Database.md b/api/latest/DB/Database.md new file mode 100644 index 0000000..902a0c7 --- /dev/null +++ b/api/latest/DB/Database.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - ../../0.3.2/DB/Database.html +--- \ No newline at end of file diff --git a/api/latest/DB/Disposable.md b/api/latest/DB/Disposable.md new file mode 100644 index 0000000..8c364f3 --- /dev/null +++ b/api/latest/DB/Disposable.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - ../../0.3.2/DB/Disposable.html +--- \ No newline at end of file diff --git a/api/latest/DB/Driver.md b/api/latest/DB/Driver.md new file mode 100644 index 0000000..70d151b --- /dev/null +++ b/api/latest/DB/Driver.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - ../../0.3.2/DB/Driver.html +--- \ No newline at end of file diff --git a/api/latest/DB/Error.md b/api/latest/DB/Error.md new file mode 100644 index 0000000..59e11ce --- /dev/null +++ b/api/latest/DB/Error.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - ../../0.3.2/DB/Error.html +--- \ No newline at end of file diff --git a/api/latest/DB/ExecResult.md b/api/latest/DB/ExecResult.md new file mode 100644 index 0000000..a879b38 --- /dev/null +++ b/api/latest/DB/ExecResult.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - ../../0.3.2/DB/ExecResult.html +--- \ No newline at end of file diff --git a/api/latest/DB/Mappable.md b/api/latest/DB/Mappable.md new file mode 100644 index 0000000..bf28c27 --- /dev/null +++ b/api/latest/DB/Mappable.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - ../../0.3.2/DB/Mappable.html +--- \ No newline at end of file diff --git a/api/latest/DB/MappingException.md b/api/latest/DB/MappingException.md new file mode 100644 index 0000000..7fb57d5 --- /dev/null +++ b/api/latest/DB/MappingException.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - ../../0.3.2/DB/MappingException.html +--- \ No newline at end of file diff --git a/api/latest/DB/Pool.md b/api/latest/DB/Pool.md new file mode 100644 index 0000000..34176e0 --- /dev/null +++ b/api/latest/DB/Pool.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - ../../0.3.2/DB/Pool.html +--- \ No newline at end of file diff --git a/api/latest/DB/Pool/TimeoutHelper.md b/api/latest/DB/Pool/TimeoutHelper.md new file mode 100644 index 0000000..cbc1a24 --- /dev/null +++ b/api/latest/DB/Pool/TimeoutHelper.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - ../../../0.3.2/DB/Pool/TimeoutHelper.html +--- \ No newline at end of file diff --git a/api/latest/DB/PoolPreparedStatement.md b/api/latest/DB/PoolPreparedStatement.md new file mode 100644 index 0000000..3d88420 --- /dev/null +++ b/api/latest/DB/PoolPreparedStatement.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - ../../0.3.2/DB/PoolPreparedStatement.html +--- \ No newline at end of file diff --git a/api/latest/DB/PoolRetryAttemptsExceeded.md b/api/latest/DB/PoolRetryAttemptsExceeded.md new file mode 100644 index 0000000..da78f87 --- /dev/null +++ b/api/latest/DB/PoolRetryAttemptsExceeded.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - ../../0.3.2/DB/PoolRetryAttemptsExceeded.html +--- \ No newline at end of file diff --git a/api/latest/DB/PoolStatement.md b/api/latest/DB/PoolStatement.md new file mode 100644 index 0000000..3e429b7 --- /dev/null +++ b/api/latest/DB/PoolStatement.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - ../../0.3.2/DB/PoolStatement.html +--- \ No newline at end of file diff --git a/api/latest/DB/PoolTimeout.md b/api/latest/DB/PoolTimeout.md new file mode 100644 index 0000000..ab9b05c --- /dev/null +++ b/api/latest/DB/PoolTimeout.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - ../../0.3.2/DB/PoolTimeout.html +--- \ No newline at end of file diff --git a/api/latest/DB/PoolUnpreparedStatement.md b/api/latest/DB/PoolUnpreparedStatement.md new file mode 100644 index 0000000..8b902ab --- /dev/null +++ b/api/latest/DB/PoolUnpreparedStatement.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - ../../0.3.2/DB/PoolUnpreparedStatement.html +--- \ No newline at end of file diff --git a/api/latest/DB/QueryMethods.md b/api/latest/DB/QueryMethods.md new file mode 100644 index 0000000..7b43a47 --- /dev/null +++ b/api/latest/DB/QueryMethods.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - ../../0.3.2/DB/QueryMethods.html +--- \ No newline at end of file diff --git a/api/latest/DB/ResultSet.md b/api/latest/DB/ResultSet.md new file mode 100644 index 0000000..cf91f0f --- /dev/null +++ b/api/latest/DB/ResultSet.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - ../../0.3.2/DB/ResultSet.html +--- \ No newline at end of file diff --git a/api/latest/DB/Rollback.md b/api/latest/DB/Rollback.md new file mode 100644 index 0000000..b318efa --- /dev/null +++ b/api/latest/DB/Rollback.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - ../../0.3.2/DB/Rollback.html +--- \ No newline at end of file diff --git a/api/latest/DB/SavePointTransaction.md b/api/latest/DB/SavePointTransaction.md new file mode 100644 index 0000000..1268be3 --- /dev/null +++ b/api/latest/DB/SavePointTransaction.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - ../../0.3.2/DB/SavePointTransaction.html +--- \ No newline at end of file diff --git a/api/latest/DB/SessionMethods.md b/api/latest/DB/SessionMethods.md new file mode 100644 index 0000000..bc2ed4c --- /dev/null +++ b/api/latest/DB/SessionMethods.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - ../../0.3.2/DB/SessionMethods.html +--- \ No newline at end of file diff --git a/api/latest/DB/SessionMethods/PreparedQuery.md b/api/latest/DB/SessionMethods/PreparedQuery.md new file mode 100644 index 0000000..0d5be86 --- /dev/null +++ b/api/latest/DB/SessionMethods/PreparedQuery.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - ../../../0.3.2/DB/SessionMethods/PreparedQuery.html +--- \ No newline at end of file diff --git a/api/latest/DB/SessionMethods/UnpreparedQuery.md b/api/latest/DB/SessionMethods/UnpreparedQuery.md new file mode 100644 index 0000000..4ce1a4d --- /dev/null +++ b/api/latest/DB/SessionMethods/UnpreparedQuery.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - ../../../0.3.2/DB/SessionMethods/UnpreparedQuery.html +--- \ No newline at end of file diff --git a/api/latest/DB/Statement.md b/api/latest/DB/Statement.md new file mode 100644 index 0000000..66d2b5f --- /dev/null +++ b/api/latest/DB/Statement.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - ../../0.3.2/DB/Statement.html +--- \ No newline at end of file diff --git a/api/latest/DB/StatementMethods.md b/api/latest/DB/StatementMethods.md new file mode 100644 index 0000000..0e1a624 --- /dev/null +++ b/api/latest/DB/StatementMethods.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - ../../0.3.2/DB/StatementMethods.html +--- \ No newline at end of file diff --git a/api/latest/DB/StringKeyCache.md b/api/latest/DB/StringKeyCache.md new file mode 100644 index 0000000..4108649 --- /dev/null +++ b/api/latest/DB/StringKeyCache.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - ../../0.3.2/DB/StringKeyCache.html +--- \ No newline at end of file diff --git a/api/latest/DB/TopLevelTransaction.md b/api/latest/DB/TopLevelTransaction.md new file mode 100644 index 0000000..a53fed8 --- /dev/null +++ b/api/latest/DB/TopLevelTransaction.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - ../../0.3.2/DB/TopLevelTransaction.html +--- \ No newline at end of file diff --git a/api/latest/DB/Transaction.md b/api/latest/DB/Transaction.md new file mode 100644 index 0000000..2772516 --- /dev/null +++ b/api/latest/DB/Transaction.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - ../../0.3.2/DB/Transaction.html +--- \ No newline at end of file diff --git a/api/latest/index.md b/api/latest/index.md new file mode 100644 index 0000000..c05aea3 --- /dev/null +++ b/api/latest/index.md @@ -0,0 +1,4 @@ +--- +redirect_to: + - ../0.3.2 +--- \ No newline at end of file