package
0.0.0-20240601061555-e70d6101015d
Repository: https://github.com/uonun/gorm-oracle.git
Documentation: pkg.go.dev

# Structs

-------Auto returning auto-generated sequence--------------------------------------------------------------- Customer table comment - use `autoIncrement` to specify the auto generated sequence value.
--------go_ora.NVarChar/go_ora.NClob for NCLOB columns-------------------------------------------------------- CustomerOfNClob table comment use `type` for go_ora.NClob.
---------------------------------------------------------------------- CustomerOfUDT table comment.
----Customer callbacks------------------------------------------------------------------ CustomerWithHook table comment.
CustomerWithPrimaryKey table comment - use `primaryKey` to create WHERE condition.
------Generate sequence(autoIncrement value)---------------------------------------------------------------- CustomerWithSequenceButNotReturning table comment - use `sequence` to specify the sequence name.
No description provided by the author

# Interfaces

No description provided by the author