Skip to content

Commit

Permalink
Merge branch 'develop' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
RayTWv2 committed Nov 6, 2022
2 parents 1d86d3f + 717ec1f commit 52d9605
Show file tree
Hide file tree
Showing 456 changed files with 4,868 additions and 4,899 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repositories {
}
dependencies {
implementation 'io.github.raytw:ra:0.6.1'
implementation 'io.github.raytw:ra:0.7.0'
}
```

Expand All @@ -31,11 +31,19 @@ Import the library(GoogleBigQueryJDBC42.jar) to the java build path.
#### Setp 3
```gradle
dependencies {
implementation 'io.github.raytw:ra:0.6.1'
implementation 'io.github.raytw:ra:0.7.0'
implementation 'com.google.cloud:google-cloud-bigquery:2.16.1'
}
```

### How to use Cloud Spanner JDBC?
```gradle
dependencies {
implementation 'io.github.raytw:ra:0.7.0'
implementation 'com.google.cloud:google-cloud-spanner-jdbc:2.7.9'
}
```

## API Document
### [latest](https://raytw.github.io/RA/)

Expand Down
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ targetCompatibility = "8"

group = "io.github.raytw"
archivesBaseName = "ra"
version = "0.6.1"
version = "0.7.0"

//-SNAPSHOT

Expand Down Expand Up @@ -104,6 +104,7 @@ dependencies {
// https://mvnrepository.com/artifact/org.xerial.snappy/snappy-java
implementation group: 'org.xerial.snappy', name: 'snappy-java', version: '1.1.8.4'
testImplementation 'com.google.cloud:google-cloud-bigquery:2.16.1'
testImplementation group: 'com.google.cloud', name: 'google-cloud-spanner-jdbc', version: '2.7.9'

// Use JUnit test framework
testImplementation 'junit:junit:4.12'
Expand Down
31 changes: 7 additions & 24 deletions docs/allclasses-frame.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_242) on Tue Oct 11 10:17:11 CST 2022 -->
<!-- Generated by javadoc (1.8.0_292) on Sat Oct 22 01:00:45 CST 2022 -->
<title>All Classes</title>
<meta name="date" content="2022-10-11">
<meta name="date" content="2022-10-22">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand All @@ -13,8 +13,6 @@ <h1 class="bar">All&nbsp;Classes</h1>
<div class="indexContainer">
<ul>
<li><a href="ra/db/parameter/Accountable.html" title="interface in ra.db.parameter" target="classFrame"><span class="interfaceName">Accountable</span></a></li>
<li><a href="ra/util/annotation/AutoIncrement.html" title="annotation in ra.util.annotation" target="classFrame">AutoIncrement</a></li>
<li><a href="ra/util/annotation/BigInt.html" title="annotation in ra.util.annotation" target="classFrame">BigInt</a></li>
<li><a href="ra/db/parameter/BigQueryParameters.html" title="class in ra.db.parameter" target="classFrame">BigQueryParameters</a></li>
<li><a href="ra/db/parameter/BigQueryParameters.Builder.html" title="class in ra.db.parameter" target="classFrame">BigQueryParameters.Builder</a></li>
<li><a href="ra/ref/BiReference.html" title="class in ra.ref" target="classFrame">BiReference</a></li>
Expand All @@ -29,7 +27,6 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="ra/util/compression/CompressionMode.html" title="enum in ra.util.compression" target="classFrame">CompressionMode</a></li>
<li><a href="ra/util/logging/CompressionTimeUnit.html" title="enum in ra.util.logging" target="classFrame">CompressionTimeUnit</a></li>
<li><a href="ra/db/connection/ConcurrentConnection.html" title="class in ra.db.connection" target="classFrame">ConcurrentConnection</a></li>
<li><a href="ra/util/parser/ConfigParser.html" title="interface in ra.util.parser" target="classFrame"><span class="interfaceName">ConfigParser</span></a></li>
<li><a href="ra/util/annotation/Configuration.html" title="annotation in ra.util.annotation" target="classFrame">Configuration</a></li>
<li><a href="ra/net/nio/Data.html" title="class in ra.net.nio" target="classFrame">Data</a></li>
<li><a href="ra/db/DatabaseCategory.html" title="enum in ra.db" target="classFrame">DatabaseCategory</a></li>
Expand All @@ -50,10 +47,8 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="ra/net/nio/DataType.html" title="enum in ra.net.nio" target="classFrame">DataType</a></li>
<li><a href="ra/net/request/DefaultRequest.html" title="class in ra.net.request" target="classFrame">DefaultRequest</a></li>
<li><a href="ra/net/DefaultUser.html" title="class in ra.net" target="classFrame">DefaultUser</a></li>
<li><a href="ra/util/annotation/Defenses.html" title="annotation in ra.util.annotation" target="classFrame">Defenses</a></li>
<li><a href="ra/ref/DoubleReference.html" title="class in ra.ref" target="classFrame">DoubleReference</a></li>
<li><a href="ra/util/sql/EscapeString.html" title="class in ra.util.sql" target="classFrame">EscapeString</a></li>
<li><a href="ra/util/annotation/ExcludeIfNull.html" title="annotation in ra.util.annotation" target="classFrame">ExcludeIfNull</a></li>
<li><a href="ra/ref/FloatReference.html" title="class in ra.ref" target="classFrame">FloatReference</a></li>
<li><a href="ra/server/basis/Global.html" title="class in ra.server.basis" target="classFrame">Global</a></li>
<li><a href="ra/util/compression/GzipFileStringInput.html" title="class in ra.util.compression" target="classFrame">GzipFileStringInput</a></li>
Expand All @@ -63,6 +58,7 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="ra/ref/IntReference.html" title="class in ra.ref" target="classFrame">IntReference</a></li>
<li><a href="ra/util/Iso8601.html" title="class in ra.util" target="classFrame">Iso8601</a></li>
<li><a href="ra/db/JdbcExecutor.html" title="class in ra.db" target="classFrame">JdbcExecutor</a></li>
<li><a href="ra/db/record/JdbcTypeWrapper.html" title="class in ra.db.record" target="classFrame">JdbcTypeWrapper</a></li>
<li><a href="ra/util/parser/JsonConfigParser.html" title="class in ra.util.parser" target="classFrame">JsonConfigParser</a></li>
<li><a href="ra/db/KeepAlive.html" title="interface in ra.db" target="classFrame"><span class="interfaceName">KeepAlive</span></a></li>
<li><a href="ra/db/KeepAvailable.html" title="interface in ra.db" target="classFrame"><span class="interfaceName">KeepAvailable</span></a></li>
Expand All @@ -75,17 +71,6 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="ra/ref/LongReference.html" title="class in ra.ref" target="classFrame">LongReference</a></li>
<li><a href="ra/net/MessageReceiver.html" title="class in ra.net" target="classFrame">MessageReceiver</a></li>
<li><a href="ra/net/MessageSender.html" title="class in ra.net" target="classFrame">MessageSender</a></li>
<li><a href="ra/db/connection/MockConcurrentConnection.html" title="class in ra.db.connection" target="classFrame">MockConcurrentConnection</a></li>
<li><a href="ra/db/MockConnection.html" title="class in ra.db" target="classFrame">MockConnection</a></li>
<li><a href="ra/db/MockDatabaseConnections.html" title="class in ra.db" target="classFrame">MockDatabaseConnections</a></li>
<li><a href="ra/db/connection/MockOnceConnection.html" title="class in ra.db.connection" target="classFrame">MockOnceConnection</a></li>
<li><a href="ra/db/connection/MockOriginalConnection.html" title="class in ra.db.connection" target="classFrame">MockOriginalConnection</a></li>
<li><a href="ra/db/MockPreparedStatement.html" title="class in ra.db" target="classFrame">MockPreparedStatement</a></li>
<li><a href="ra/db/MockResultSet.html" title="class in ra.db" target="classFrame">MockResultSet</a></li>
<li><a href="ra/db/MockResultSet.Builder.html" title="class in ra.db" target="classFrame">MockResultSet.Builder</a></li>
<li><a href="ra/server/basis/MockSendAdapter.html" title="class in ra.server.basis" target="classFrame">MockSendAdapter</a></li>
<li><a href="ra/db/MockStatement.html" title="class in ra.db" target="classFrame">MockStatement</a></li>
<li><a href="ra/db/MockStatementExecutor.html" title="class in ra.db" target="classFrame">MockStatementExecutor</a></li>
<li><a href="ra/util/Monitor.html" title="class in ra.util" target="classFrame">Monitor</a></li>
<li><a href="ra/db/parameter/MysqlParameters.html" title="class in ra.db.parameter" target="classFrame">MysqlParameters</a></li>
<li><a href="ra/db/parameter/MysqlParameters.Builder.html" title="class in ra.db.parameter" target="classFrame">MysqlParameters.Builder</a></li>
Expand All @@ -106,15 +91,13 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="ra/db/OnceDatabaseFactory.html" title="class in ra.db" target="classFrame">OnceDatabaseFactory</a></li>
<li><a href="ra/server/basis/OnRequestListener.html" title="interface in ra.server.basis" target="classFrame"><span class="interfaceName">OnRequestListener</span></a></li>
<li><a href="ra/util/OperatingSystemProxy.html" title="class in ra.util" target="classFrame">OperatingSystemProxy</a></li>
<li><a href="ra/util/annotation/Optional.html" title="annotation in ra.util.annotation" target="classFrame">Optional</a></li>
<li><a href="ra/db/connection/OriginalConnection.html" title="class in ra.db.connection" target="classFrame">OriginalConnection</a></li>
<li><a href="ra/net/nio/PackageHandleInput.html" title="class in ra.net.nio" target="classFrame">PackageHandleInput</a></li>
<li><a href="ra/net/nio/PackageHandleOutput.html" title="class in ra.net.nio" target="classFrame">PackageHandleOutput</a></li>
<li><a href="ra/db/ParameterValue.html" title="class in ra.db" target="classFrame">ParameterValue</a></li>
<li><a href="ra/db/ParameterValue.Builder.html" title="class in ra.db" target="classFrame">ParameterValue.Builder</a></li>
<li><a href="ra/db/Prepared.html" title="class in ra.db" target="classFrame">Prepared</a></li>
<li><a href="ra/db/Prepared.Builder.html" title="class in ra.db" target="classFrame">Prepared.Builder</a></li>
<li><a href="ra/util/annotation/Quote.html" title="annotation in ra.util.annotation" target="classFrame">Quote</a></li>
<li><a href="ra/exception/RaConnectException.html" title="class in ra.exception" target="classFrame">RaConnectException</a></li>
<li><a href="ra/exception/RaSqlException.html" title="class in ra.exception" target="classFrame">RaSqlException</a></li>
<li><a href="ra/db/record/Record.html" title="interface in ra.db.record" target="classFrame"><span class="interfaceName">Record</span></a></li>
Expand All @@ -125,11 +108,9 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="ra/net/request/Request.html" title="class in ra.net.request" target="classFrame">Request</a></li>
<li><a href="ra/net/request/Request.Builder.html" title="class in ra.net.request" target="classFrame">Request.Builder</a></li>
<li><a href="ra/util/annotation/RequestCommand.html" title="annotation in ra.util.annotation" target="classFrame">RequestCommand</a></li>
<li><a href="ra/util/annotation/Required.html" title="annotation in ra.util.annotation" target="classFrame">Required</a></li>
<li><a href="ra/server/basis/Response.html" title="class in ra.server.basis" target="classFrame">Response</a></li>
<li><a href="ra/db/record/ResultConverter.html" title="interface in ra.db.record" target="classFrame"><span class="interfaceName">ResultConverter</span></a></li>
<li><a href="ra/db/Row.html" title="class in ra.db" target="classFrame">Row</a></li>
<li><a href="ra/db/RowSet.html" title="interface in ra.db" target="classFrame"><span class="interfaceName">RowSet</span></a></li>
<li><a href="ra/db/record/Row.html" title="class in ra.db.record" target="classFrame">Row</a></li>
<li><a href="ra/db/record/RowSet.html" title="interface in ra.db.record" target="classFrame"><span class="interfaceName">RowSet</span></a></li>
<li><a href="ra/net/Sendable.html" title="interface in ra.net" target="classFrame"><span class="interfaceName">Sendable</span></a></li>
<li><a href="ra/net/nio/Sender.html" title="class in ra.net.nio" target="classFrame">Sender</a></li>
<li><a href="ra/server/basis/SenderAdapter.html" title="class in ra.server.basis" target="classFrame">SenderAdapter</a></li>
Expand All @@ -145,6 +126,8 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="ra/util/compression/SnappyFileStringInput.html" title="class in ra.util.compression" target="classFrame">SnappyFileStringInput</a></li>
<li><a href="ra/util/compression/SnappyFileStringOutput.html" title="class in ra.util.compression" target="classFrame">SnappyFileStringOutput</a></li>
<li><a href="ra/util/SpaceUnit.html" title="enum in ra.util" target="classFrame">SpaceUnit</a></li>
<li><a href="ra/db/parameter/SpannerParameters.html" title="class in ra.db.parameter" target="classFrame">SpannerParameters</a></li>
<li><a href="ra/db/parameter/SpannerParameters.Builder.html" title="class in ra.db.parameter" target="classFrame">SpannerParameters.Builder</a></li>
<li><a href="ra/db/StatementExecutor.html" title="interface in ra.db" target="classFrame"><span class="interfaceName">StatementExecutor</span></a></li>
<li><a href="ra/db/StatementFactory.html" title="interface in ra.db" target="classFrame"><span class="interfaceName">StatementFactory</span></a></li>
<li><a href="ra/util/sql/StatementsFunction.html" title="interface in ra.util.sql" target="classFrame"><span class="interfaceName">StatementsFunction</span></a></li>
Expand Down
Loading

0 comments on commit 52d9605

Please sign in to comment.