- Preparing search index...
- The search index is not available
dddl
Class CreateTableStatement
Constructors
constructor
- new CreateTableStatement(name: ObjectName, columns: ColumnDef[], constraints: TableConstraint[], withOptions: SqlOption[], orReplace: boolean, ifNotExists: boolean, withoutRowid: boolean, external: boolean, fileFormat?: FileFormat, location?: string, query?: Query): CreateTableStatement
-
Parameters
-
name: ObjectName
-
-
-
withOptions: SqlOption[]
-
orReplace: boolean
-
ifNotExists: boolean
-
withoutRowid: boolean
-
external: boolean
-
Optional
fileFormat: FileFormat
-
Optional
location: string
-
Optional
query: Query
Properties
Readonly
columns
Readonly
constraints
Readonly
external
external: boolean
Optional
Readonly
fileFormat
fileFormat?: FileFormat
Readonly
ifNotExists
ifNotExists: boolean
Optional
Readonly
location
location?: string
Readonly
name
name: ObjectName
Readonly
orReplace
orReplace: boolean
Optional
Readonly
query
query?: Query
Readonly
withOptions
withOptions: SqlOption[]
Readonly
withoutRowid
withoutRowid: boolean