Class::DBI::Plugin::TimePiece::Oracle - Extension to Class::DBI for Oracle DATE type.


Class-DBI-Plugin-TimePiece-Oracle documentation  | view source Contained in the Class-DBI-Plugin-TimePiece-Oracle distribution.

Index


NAME

Top

Class::DBI::Plugin::TimePiece::Oracle - Extension to Class::DBI for Oracle DATE type.

VERSION

Top

This documentation refers to Class::DBI::Plugin::TimePiece::Oracle version 0.01

SYNOPSIS

Top

 __PACKAGE__->has_a_auto_timepiece( INS_DATE );
 __PACKAGE__->has_a_atp( UPDATE_DATE );

DESCRIPTION

Top

This module is Extensionto Class::DBI for Oracle DATE type. This module supports Oracle DATE TYPE limitedly. This module supports the following FORMAT.

 - YYYY
 - YY
 - RRRR
 - RR
 - MM
 - MON
 - MONTH
 - DD
 - HH
 - HH24
 - MI
 - SS

METHOD

Top

has_a_auto_timepiece

This method is automatic related by useing Time::Piece for Oracle date type. This method need Class::DBI::Plugin::DateFormat::Oracle's get_nls_date_format method.

 __PACKAGE__->has_a_auto_timepiece( INS_DATE );

INS_DATE colum related to Time::Piece Object.

has_a_atp

has_a_atp is has_a_auto_timepiece'a alias.

_get_nls_date_format

_get_nls_date_format converts nls_date_format into Time::Piece format.

DEPENDENCIES

Top

Carp, Time::Piece, Class::DBI::Plugin::DateFormat::Oracle

SEE ALSO

Top

Carp, Time::Piece, Class::DBI::Plugin::DateFormat::Oracle

BUGS AND LIMITATIONS

Top

There are no known bugs in this module. Please report problems to Atsushi Kobayashi (<nekokak@cpan.org>) Patches are welcome.

AUTHOR

Top

Atsushi Kobayashi, <nekokak@cpan.org>

COPYRIGHT AND LICENSE

Top


Class-DBI-Plugin-TimePiece-Oracle documentation  | view source Contained in the Class-DBI-Plugin-TimePiece-Oracle distribution.