package exec.user

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message BitToUserHandshake

User.proto:138

message CatalogMetadata

User.proto:182

Message encapsulating metadata for a Catalog.

Used in: GetCatalogsResp

enum CollateSupport

User.proto:468

Used in: ServerMeta

message ColumnMetadata

User.proto:267

Message encapsulating metadata for a Column.

Used in: GetColumnsResp

enum ColumnSearchability

User.proto:308

How a column can be used in WHERE clause

Used in: ResultColumnMetadata

enum ColumnUpdatability

User.proto:319

Whether a column can be updatable.

Used in: ResultColumnMetadata

message ConvertSupport

User.proto:472

Used in: ServerMeta

enum CorrelationNamesSupport

User.proto:477

Used in: ServerMeta

message CreatePreparedStatementReq

User.proto:301

Request message to create a prepared statement. Currently prepared statement only accepts a SQL query. Query parameter support is not included in current implementation.

message CreatePreparedStatementResp

User.proto:456

Response message for CreatePreparedStatementReq.

enum DateTimeLiteralsSupport

User.proto:484

Used in: ServerMeta

message GetCatalogsReq

User.proto:175

Request message for getting the metadata for catalogs satisfying the given optional filter.

message GetCatalogsResp

User.proto:191

Response message for GetCatalogReq.

message GetColumnsReq

User.proto:257

Request message for getting the metadata for columns satisfying the given optional filters.

message GetColumnsResp

User.proto:290

Response message for GetColumnsReq.

message GetQueryPlanFragments

User.proto:111

message GetSchemasReq

User.proto:200

Request message for getting the metadata for schemas satisfying the given optional filters.

message GetSchemasResp

User.proto:219

Response message for GetSchemasReq.

message GetServerMetaReq

User.proto:465

Request message for getting server metadata

(message has no fields)

message GetServerMetaResp

User.proto:568

Response message for GetServerMetaReq

message GetTablesReq

User.proto:228

Request message for getting the metadata for tables satisfying the given optional filters.

message GetTablesResp

User.proto:248

Response message for GetTablesReq.

enum GroupBySupport

User.proto:504

Used in: ServerMeta

enum HandshakeStatus

User.proto:130

Used in: BitToUserHandshake

enum IdentifierCasing

User.proto:512

Used in: ServerMeta

message LikeFilter

User.proto:167

Simple filter which encapsulates the SQL LIKE ... ESCAPE function

Used in: GetCatalogsReq, GetColumnsReq, GetSchemasReq, GetTablesReq

enum NullCollation

User.proto:524

Used in: ServerMeta

enum OrderBySupport

User.proto:532

Used in: ServerMeta

enum OuterJoinSupport

User.proto:538

Used in: ServerMeta

message PreparedStatement

User.proto:443

Prepared statement. It contains the query metadata and handle to prepared statement state on server.

Used in: CreatePreparedStatementResp

message PreparedStatementHandle

User.proto:435

Server state of prepared statement. Contents are opaque to client. Client just need to submit this object in RunQuery to the prepared statement.

Used in: PreparedStatement, RunQuery

message Property

User.proto:68

Used in: UserProperties

message QueryPlanFragments

User.proto:117

enum QueryResultsMode

User.proto:124

Used in: RunQuery

message RequestResults

User.proto:106

enum RequestStatus

User.proto:153

Enum indicating the request status.

Used in: CreatePreparedStatementResp, GetCatalogsResp, GetColumnsResp, GetSchemasResp, GetServerMetaResp, GetTablesResp

message ResultColumnMetadata

User.proto:328

Metadata of a column in query result set

Used in: PreparedStatement

message RpcEndpointInfos

User.proto:77

Used in: BitToUserHandshake, UserToBitHandshake

enum RpcType

User.proto:33

//// User <-> Bit RPC ///////

Used in: BitToUserHandshake

message RunQuery

User.proto:680

Request message for running a query.

enum SaslSupport

User.proto:88

Used in: UserToBitHandshake

message SchemaMetadata

User.proto:208

Message encapsulating metadata for a Schema.

Used in: GetSchemasResp

message ServerMeta

User.proto:574

Used in: GetServerMetaResp

enum SubQuerySupport

User.proto:550

Used in: ServerMeta

message TableMetadata

User.proto:238

Message encapsulating metadata for a Table.

Used in: GetTablesResp

enum UnionSupport

User.proto:559

Used in: ServerMeta

message UserProperties

User.proto:73

Used in: UserToBitHandshake

message UserToBitHandshake

User.proto:94