Static Readonly sqlScripts
sqlScripts: { 
    contents: string[]; 
    contents_id: string[]; 
    data_column_constraints: string[]; 
    data_columns: string[]; 
    extended_relations: string[]; 
    extensions: string[]; 
    feature_tile_link: string[]; 
    geometry_columns: string[]; 
    geometry_index: string[]; 
    geometry_index_index: string[]; 
    geometry_index_unindex: string[]; 
    metadata: string[]; 
    metadata_reference: string[]; 
    spatial_reference_system: string[]; 
    table_index: string[]; 
    tile_matrix: string[]; 
    tile_matrix_set: string[]; 
    tile_scaling: string[]; 
} = ...
Type declaration
- 
contents: string[]
- 
contents_id: string[]
- 
data_column_constraints: string[]
- 
data_columns: string[]
- 
extended_relations: string[]
- 
extensions: string[]
- 
feature_tile_link: string[]
- 
geometry_columns: string[]
- 
geometry_index: string[]
- 
geometry_index_index: string[]
- 
geometry_index_unindex: string[]
- 
metadata: string[]
- 
metadata_reference: string[]
- 
spatial_reference_system: string[]
- 
table_index: string[]
- 
tile_matrix: string[]
- 
tile_matrix_set: string[]
- 
tile_scaling: string[]
  
TableCreatorprovides methods for creating the various standard tables in a GeoPackage database.