UNPKG

hdb

Version:

SAP HANA Database Client for Node

41 lines (39 loc) 1.25 kB
// Copyright 2013 SAP AG. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http: //www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, // software distributed under the License is distributed on an // "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, // either express or implied. See the License for the specific // language governing permissions and limitations under the License. 'use strict'; module.exports = { CONNECTION_ID: 1, COMPLETE_ARRAY_EXECUTION: 2, CLIENT_LOCALE: 3, SUPPORTS_LARGE_BULK_OPERATIONS: 4, LARGE_NUMBER_OF_PARAMETERS_SUPPORT: 10, SYSTEM_ID: 11, DATA_FORMAT_VERSION: 12, SELECT_FOR_UPDATE_SUPPORTED: 14, CLIENT_DISTRIBUTION_MODE: 15, ENGINE_DATA_FORMAT_VERSION: 16, DISTRIBUTION_PROTOCOL_VERSION: 17, SPLIT_BATCH_COMMANDS: 18, USE_TRANSACTION_FLAGS_ONLY: 19, ROW_AND_COLUMN_OPTIMIZED_FORMAT: 20, IGNORE_UNKNOWN_PARTS: 21, DATA_FORMAT_VERSION2: 23, OS_USER: 32, REDIRECTION_TYPE: 57, REDIRECTED_HOST: 58, REDIRECTED_PORT: 59, ENDPOINT_HOST: 60, ENDPOINT_PORT: 61, ENDPOINT_LIST: 62 };