mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 10:52:44 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			228 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			228 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| endpoint SQLServer
 | |
| {
 | |
|     connect(String name) => (int connection_id)
 | |
|     sql_statement(int connection_id, String statement) => (int statement_id)
 | |
|     statement_execute(int statement_id) =|
 | |
|     disconnect(int connection_id) =|
 | |
| }
 | 
