added into_string() for SPSDataTypes
This commit is contained in:
		
							parent
							
								
									5d131a18b1
								
							
						
					
					
						commit
						d3ef430bdb
					
				@ -94,6 +94,10 @@ impl SPSDataTypes {
 | 
			
		||||
    pub fn create_sql_data_type(self) -> SQLDataType {
 | 
			
		||||
        self.into().create_sql_data_type()
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    pub fn into_string(self) -> String {
 | 
			
		||||
        self.into().into_string()
 | 
			
		||||
    } 
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
impl From<SPSDataTypes> for UnparsedSPSDataType {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user