Proto commits in chequer-io/JDBC.NET

These 35 commits are when the Protocol Buffers files have changed:

Commit:468ba5f
Author:Wein Cho

Seperate PreparedStatement and Statement logic

The documentation is generated from this commit.

Commit:8eaa2e3
Author:evan-choi
Committer:evan-choi

Optimize Data Reader

Commit:0a3dfd8
Author:evan-choi

Support .NET 6

Commit:1701c33
Author:Kevin

Fix rows serialize performance

Commit:49e0c4c
Author:Kevin

Implement GetFunctions from metadata

Commit:1d43390
Author:Kevin

Implement Get JDBC MetaData

Commit:a4dd2c9
Author:Kevin

Implement Jdbc connection properties

Commit:a2ae001
Author:Kevin

Add IsAliased, base column & catalog name on SchemaTable

Commit:43dc273
Author:Kevin

Add more info on SchemaTable

Commit:bcbec2b
Author:Kevin

Implement byte array type row

Commit:a59a31f
Author:Kevin

Add schema table missing field

Commit:3132caa
Author:Kevin
Committer:Kevin

Fix null row value handling

Commit:e2e41e3
Author:Kevin

Fix driver reflection to classpath load

Commit:1bd3b90
Author:Kevin

Implement statement cancel

Commit:cf9ef8b
Author:Kevin

Fix Unspecified isolation level error

Commit:bd5d4cb
Author:Kevin

Implement IsolationLevel on Transaction

Commit:f24377e
Author:Kevin

Add setIsolationLevel on DatabaseService

Commit:1b119b7
Author:Kevin
Committer:Kevin

Implement JdbcTransaction function

Commit:a65df2d
Author:Kevin

Support chunked data fetch

Commit:bb66dcf
Author:Kevin

Support FetchSize option on Command

Commit:d2fb77c
Author:Kevin

Implement prepared statement

Commit:4952ebd
Author:Kevin

Fix streaming call to AsyncDuplexStreamingCall

Commit:b2cb3b2
Author:Kevin

Implement JdbcDataReader dispose

Commit:8f0790e
Author:Kevin
Committer:Kevin

Move Row & Column to common.proto

Commit:1f8985c
Author:Kevin

Implement JdbcDataEnumerator

Commit:49f8c9a
Author:Kevin

Implement JdbcDataReader

Commit:dae35b3
Author:Kevin

Implement execute statement

Commit:91f56ee
Author:Kevin

Implement Create & Close statement

Commit:bf1480c
Author:Kevin
Committer:Kevin

Implement change database method

Commit:2aa1668
Author:Kevin

Implement Open & Close connection

Commit:151eeec
Author:Kevin

Implement JdbcBridgePool class

Commit:0922ac6
Author:Kevin
Committer:Kevin

Implement LoadDriver method

Commit:b6f8583
Author:Kevin

Implement basic grpc server on Bridge

Commit:216700e
Author:Kevin

Fix proto build path

Commit:a19dc62
Author:Kevin

Add JDBC.NET.Proto project