.
This commit is contained in:
		
							
								
								
									
										19
									
								
								qwen/nodejs/node_modules/sequelize/lib/table-hints.js
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										19
									
								
								qwen/nodejs/node_modules/sequelize/lib/table-hints.js
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							@@ -0,0 +1,19 @@
 | 
			
		||||
"use strict";
 | 
			
		||||
const TableHints = module.exports = {
 | 
			
		||||
  NOLOCK: "NOLOCK",
 | 
			
		||||
  READUNCOMMITTED: "READUNCOMMITTED",
 | 
			
		||||
  UPDLOCK: "UPDLOCK",
 | 
			
		||||
  REPEATABLEREAD: "REPEATABLEREAD",
 | 
			
		||||
  SERIALIZABLE: "SERIALIZABLE",
 | 
			
		||||
  READCOMMITTED: "READCOMMITTED",
 | 
			
		||||
  TABLOCK: "TABLOCK",
 | 
			
		||||
  TABLOCKX: "TABLOCKX",
 | 
			
		||||
  PAGLOCK: "PAGLOCK",
 | 
			
		||||
  ROWLOCK: "ROWLOCK",
 | 
			
		||||
  NOWAIT: "NOWAIT",
 | 
			
		||||
  READPAST: "READPAST",
 | 
			
		||||
  XLOCK: "XLOCK",
 | 
			
		||||
  SNAPSHOT: "SNAPSHOT",
 | 
			
		||||
  NOEXPAND: "NOEXPAND"
 | 
			
		||||
};
 | 
			
		||||
//# sourceMappingURL=table-hints.js.map
 | 
			
		||||
		Reference in New Issue
	
	Block a user