@types/snowflake-sdk
Advanced tools
Comparing version 1.6.4 to 1.6.5
@@ -315,5 +315,70 @@ // Type definitions for snowflake-sdk 1.6 | ||
/** | ||
* Retuns the type associated with this column. | ||
* Returns the type associated with this column. | ||
*/ | ||
getType(): string; | ||
/** | ||
* Returns true if this column is type STRING. | ||
*/ | ||
isString(): boolean; | ||
/** | ||
* Returns true if this column is type BINARY. | ||
*/ | ||
isBinary(): boolean; | ||
/** | ||
* Returns true if this column is type NUMBER. | ||
*/ | ||
isNumber(): boolean; | ||
/** | ||
* Returns true if this column is type BOOLEAN. | ||
*/ | ||
isBoolean(): boolean; | ||
/** | ||
* Returns true if this column is type DATE. | ||
*/ | ||
isDate(): boolean; | ||
/** | ||
* Returns true if this column is type TIME. | ||
*/ | ||
isTime(): boolean; | ||
/** | ||
* Returns true if this column is type TIMESTAMP. | ||
*/ | ||
isTimestamp(): boolean; | ||
/** | ||
* Returns true if this column is type TIMESTAMP_LTZ. | ||
*/ | ||
isTimestampLtz(): boolean; | ||
/** | ||
* Returns true if this column is type TIMESTAMP_NTZ. | ||
*/ | ||
isTimestampNtz(): boolean; | ||
/** | ||
* Returns true if this column is type TIMESTAMP_TZ. | ||
*/ | ||
isTimestampTz(): boolean; | ||
/** | ||
* Returns true if this column is type VARIANT. | ||
*/ | ||
isVariant(): boolean; | ||
/** | ||
* Returns true if this column is type OBJECT. | ||
*/ | ||
isObject(): boolean; | ||
/** | ||
* Returns true if this column is type ARRAY. | ||
*/ | ||
isArray(): boolean; | ||
} | ||
@@ -320,0 +385,0 @@ |
{ | ||
"name": "@types/snowflake-sdk", | ||
"version": "1.6.4", | ||
"version": "1.6.5", | ||
"description": "TypeScript definitions for snowflake-sdk", | ||
@@ -36,4 +36,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/snowflake-sdk", | ||
}, | ||
"typesPublisherContentHash": "9d36dcf6b0a38d2f940965ecfdf72834ae52c276cb60130f657dcb8096a378ee", | ||
"typesPublisherContentHash": "3661c26dd35d3d7049685b34a8ef402f852a241cfd6c0097d8f74000cc5c3ecf", | ||
"typeScriptVersion": "3.9" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Sat, 07 May 2022 20:31:35 GMT | ||
* Last updated: Wed, 25 May 2022 15:31:31 GMT | ||
* Dependencies: [@types/generic-pool](https://npmjs.com/package/@types/generic-pool), [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -14,0 +14,0 @@ * Global values: none |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23852
527