Sack Library Documentation
ContentsIndexReferenceHome
PreviousUpNext
sack::sql::CreateTableOptions Enumeration
C++
enum CreateTableOptions {
  CTO_DROP = 1,
  CTO_MATCH = 4,
  CTO_MERGE = 8,
  CTO_LOG_CHANGES = 16
};
Members 
Description 
CTO_DROP = 1 
drop old table before create. 
CTO_MATCH = 4 
attempt to figure out alter statements to drop or add columns to exact match definition 
CTO_MERGE = 8 
attempt to figure out alter statements to add missing columns, do not drop. Rename? 
CTO_LOG_CHANGES = 16 
log changes to "changes.sql 

CreateTable Options (CTO_)

Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at support@toolsfactory.com.
Copyright (c) 2000+. All rights reserved.
What do you think about this topic? Send feedback!