mysql-native v3.0.0
API Reference Home: [This Version] [Latest Version] [Other Versions]
Struct PreparedStmtHeaders
A struct representing the collation of a prepared statement parameter description sequence.
					
			struct PreparedStmtHeaders
			;
					
				
			As noted in ParamDescription description, parameter descriptions are not fully implemented by MySQL.
Constructors
| Name | Description | 
|---|---|
							
								this
							
						 | 
						
Properties
| Name | Type | Description | 
|---|---|---|
							fieldDescriptions[get]
						 | 
						FieldDescription[] | |
							paramCount[get]
						 | 
						const(ushort) | |
							paramDescriptions[get]
						 | 
						ParamDescription[] | |
							warnings[get]
						 | 
						ushort | 
Methods
| Name | Description | 
|---|---|
							
								col
							
						 | 
						|
							
								param
							
						 | 
						|
							
								showCols
							
						 |