| 295 | | TODO |
|---|
| 296 | | |
|---|
| 297 | | =head1 AUTHOR & COPYRIGHT |
|---|
| | 295 | =head2 bind_param_attributes($driver, $data_type) |
|---|
| | 296 | |
|---|
| | 297 | Return the value of the C<SQL_BLOB> constant if C<$data_type> is given |
|---|
| | 298 | as 'blob.' |
|---|
| | 299 | |
|---|
| | 300 | =head2 column_defs($type) |
|---|
| | 301 | |
|---|
| | 302 | Return the datasource column definitions given by C<$type>. |
|---|
| | 303 | |
|---|
| | 304 | =head2 db2ts($ts) |
|---|
| | 305 | |
|---|
| | 306 | Convert the DB timestamp format to our timestamp format. |
|---|
| | 307 | |
|---|
| | 308 | =head2 db2type($db_type) |
|---|
| | 309 | |
|---|
| | 310 | Return the generic data type given the given DB column specifier. |
|---|
| | 311 | |
|---|
| | 312 | =head2 fetch_id() |
|---|
| | 313 | |
|---|
| | 314 | Return the last inserted row id. |
|---|
| | 315 | |
|---|
| | 316 | =head2 init |
|---|
| | 317 | |
|---|
| | 318 | Initialize the SQLite DB driver. |
|---|
| | 319 | |
|---|
| | 320 | =head2 load_iter($class, $terms, $args) |
|---|
| | 321 | |
|---|
| | 322 | Return a "non-locking" iteration object for SQLite. Please see the |
|---|
| | 323 | L<MT::Object/Loading an existing object or objects> documentation for |
|---|
| | 324 | method details. |
|---|
| | 325 | |
|---|
| | 326 | =head2 ts2db($ts) |
|---|
| | 327 | |
|---|
| | 328 | Return the DB formatted timestamp. |
|---|
| | 329 | |
|---|
| | 330 | =head2 type2db($def) |
|---|
| | 331 | |
|---|
| | 332 | Return the DB column specifier for the given column definition. |
|---|
| | 333 | |
|---|
| | 334 | =head2 AUTHOR & COPYRIGHT |
|---|