SQL - Extended  1.0.0
Pi-Con: Small utilities makes the difference
Public Member Functions | Properties | List of all members
SQLite.TableAttribute Class Reference

Attribute to set some table options More...

Inheritance diagram for SQLite.TableAttribute:

Public Member Functions

 TableAttribute (string name)
 Constructor More...
 

Properties

string Name [get, set]
 The name of the table, when different then object name More...
 
bool WithoutRowId [get, set]
 Flag whether to create the table without rowid (see https://sqlite.org/withoutrowid.html) More...
 

Detailed Description

Attribute to set some table options

Constructor & Destructor Documentation

◆ TableAttribute()

SQLite.TableAttribute.TableAttribute ( string  name)

Constructor

Parameters
name

Property Documentation

◆ Name

string SQLite.TableAttribute.Name
getset

The name of the table, when different then object name

◆ WithoutRowId

bool SQLite.TableAttribute.WithoutRowId
getset

Flag whether to create the table without rowid (see https://sqlite.org/withoutrowid.html)

The default is false so that sqlite adds an implicit rowid to every table created.


The documentation for this class was generated from the following file: