aboutsummaryrefslogtreecommitdiff
path: root/odb/oracle/oracle-types.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-12-22 12:29:53 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-12-22 12:29:53 +0200
commit0d59e889e52c9495e42492b74b99076e3b3f3361 (patch)
tree067ecfca22fb082fdc539ee78b0ce881859f439d /odb/oracle/oracle-types.hxx
parent8ba963c9d10e25780b34b734b9c1f4d90610720e (diff)
Rename *_chunk to chunk_* enumerators in Oracle for consistency
Diffstat (limited to 'odb/oracle/oracle-types.hxx')
-rw-r--r--odb/oracle/oracle-types.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/odb/oracle/oracle-types.hxx b/odb/oracle/oracle-types.hxx
index bd62fe1..6e01bf7 100644
--- a/odb/oracle/oracle-types.hxx
+++ b/odb/oracle/oracle-types.hxx
@@ -21,10 +21,10 @@ namespace odb
{
enum chunk_position
{
- one_chunk,
- first_chunk,
- next_chunk,
- last_chunk
+ chunk_one,
+ chunk_first,
+ chunk_next,
+ chunk_last
};
// Callback function signature used to specify LOB parameters that are