Method: PgGraph::Data::SqlRender#truncate
- Defined in:
- lib/pg_graph/data/render.rb
#truncate ⇒ Object (readonly)
Which data to truncate:
none - don't delete any data
touched - delete data for tables in the fox file
all - delete data from the whole database
24 25 26 |
# File 'lib/pg_graph/data/render.rb', line 24 def truncate @truncate end |