mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-09-19 02:27:55 +08:00
mdb-export: Rename --backend into --insert
This commit is contained in:
@@ -3,7 +3,7 @@ NAME
|
||||
|
||||
SYNOPSIS
|
||||
mdb-export [--no-header] [--delimiter delim] [--row-delimiter delim] [[--no-quote] | [--quote char [--escape char]]] [--date-format fmt] [--datetime-format fmt] [--bin strip|raw|octal|hex] [--boolean-words] database table
|
||||
mdb-export --backend backend [--namespace prefix] [--batch-size int] database table
|
||||
mdb-export --insert backend [--namespace prefix] [--batch-size int] database table
|
||||
mdb-export -h|--help
|
||||
|
||||
DESCRIPTION
|
||||
@@ -20,7 +20,7 @@ OPTIONS
|
||||
-Q, --no-quote Don't wrap text-like fields (text, memo, date) in quotes. If not specified text fiels will be surrounded by " (double quote) characters.
|
||||
-q, --quote char Use char to wrap text-like fields. Default is " (double quote).
|
||||
-X, --escape char Use char to escape quoted characters within a field. Default is doubling.
|
||||
-I, --backend backend INSERT statements (instead of CSV). You must specify which SQL backend dialect to use. Allowed values are: access, sybase, oracle, postgres, mysql and sqlite.
|
||||
-I, --insert backend INSERT statements (instead of CSV). You must specify which SQL backend dialect to use. Allowed values are: access, sybase, oracle, postgres, mysql and sqlite.
|
||||
-N, --namespace prefix Prefix identifiers with prefix.
|
||||
-S, --batch-size int Size of insert batches on supported platforms.
|
||||
-D, --date-format fmt Set the date format (see strftime(3) for details.
|
||||
|
Reference in New Issue
Block a user