IFTSSchema
The database schema of IndexedFTS.
Constructor Summary
| Public Constructor | ||
| public | 
       constructor(schema: object) Create IFTSSchema.  | 
    |
Member Summary
| Public Members | ||
| public get | 
      
       All column names that indexed in some way.  | 
    |
| public | 
      
       Column names that indexed with ngram for full-text search.  | 
    |
| public | 
      
       Column names that normal indexed.  | 
    |
| public | 
       primaryKey: string | null Primary key of this schema.  | 
    |
| public | 
      
       Column names that unique indexed.  | 
    |
| public | 
      
       Column names that indexed with word for full-text search.  | 
    |
Public Constructors
public constructor(schema: object) source
Create IFTSSchema.
Params:
| Name | Type | Attribute | Description | 
| schema | object | please see same name param of IndexedFTS#constructor.  | 
    
    
  