Lines Matching refs:DataType

203 				case DataType::CHAR:  in unbind()
204 case DataType::VARCHAR: in unbind()
207 case DataType::BIGINT: in unbind()
210 case DataType::DECIMAL: in unbind()
211 case DataType::NUMERIC: in unbind()
214 case DataType::REAL: in unbind()
215 case DataType::DOUBLE: in unbind()
218 case DataType::LONGVARCHAR: in unbind()
219 case DataType::CLOB: in unbind()
222 case DataType::LONGVARBINARY: in unbind()
223 case DataType::BLOB: in unbind()
226 case DataType::DATE: in unbind()
229 case DataType::TIME: in unbind()
232 case DataType::TIMESTAMP: in unbind()
235 case DataType::BIT: in unbind()
236 case DataType::TINYINT: in unbind()
239 case DataType::SMALLINT: in unbind()
242 case DataType::INTEGER: in unbind()
245 case DataType::FLOAT: in unbind()
248 case DataType::BINARY: in unbind()
249 case DataType::VARBINARY: in unbind()
266 case DataType::CHAR: in allocBindColumn()
267 case DataType::VARCHAR: in allocBindColumn()
270 case DataType::BIGINT: in allocBindColumn()
273 case DataType::DECIMAL: in allocBindColumn()
274 case DataType::NUMERIC: in allocBindColumn()
277 case DataType::REAL: in allocBindColumn()
278 case DataType::DOUBLE: in allocBindColumn()
281 case DataType::LONGVARCHAR: in allocBindColumn()
282 case DataType::CLOB: in allocBindColumn()
285 case DataType::LONGVARBINARY: in allocBindColumn()
286 case DataType::BLOB: in allocBindColumn()
289 case DataType::DATE: in allocBindColumn()
292 case DataType::TIME: in allocBindColumn()
295 case DataType::TIMESTAMP: in allocBindColumn()
298 case DataType::BIT: in allocBindColumn()
299 case DataType::TINYINT: in allocBindColumn()
302 case DataType::SMALLINT: in allocBindColumn()
305 case DataType::INTEGER: in allocBindColumn()
308 case DataType::FLOAT: in allocBindColumn()
311 case DataType::BINARY: in allocBindColumn()
312 case DataType::VARBINARY: in allocBindColumn()
450 case DataType::BINARY: in getBytes()
451 case DataType::VARBINARY: in getBytes()
452 case DataType::LONGVARBINARY: in getBytes()
1018 m_aBindVector.push_back(allocBindColumn(DataType::CHAR,columnIndex)); in updateNull()
1499 case DataType::CHAR: in fillRow()
1500 case DataType::VARCHAR: in fillRow()
1501 case DataType::DECIMAL: in fillRow()
1502 case DataType::NUMERIC: in fillRow()
1503 case DataType::LONGVARCHAR: in fillRow()
1504 case DataType::CLOB: in fillRow()
1510 case DataType::BIGINT: in fillRow()
1513 case DataType::REAL: in fillRow()
1514 case DataType::DOUBLE: in fillRow()
1517 case DataType::LONGVARBINARY: in fillRow()
1518 case DataType::BLOB: in fillRow()
1521 case DataType::DATE: in fillRow()
1524 case DataType::TIME: in fillRow()
1527 case DataType::TIMESTAMP: in fillRow()
1530 case DataType::BIT: in fillRow()
1533 case DataType::TINYINT: in fillRow()
1536 case DataType::SMALLINT: in fillRow()
1539 case DataType::INTEGER: in fillRow()
1542 case DataType::FLOAT: in fillRow()
1545 case DataType::BINARY: in fillRow()
1546 case DataType::VARBINARY: in fillRow()
1721 case DataType::BINARY: in fillNeededData()
1722 case DataType::VARBINARY: in fillNeededData()
1723 case DataType::LONGVARBINARY: in fillNeededData()
1724 case DataType::BLOB: in fillNeededData()
1735 case DataType::LONGVARCHAR: in fillNeededData()
1736 case DataType::CLOB: in fillNeededData()