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

Attribute to create a Index in the database / table More...

Inheritance diagram for SQLite.IndexedAttribute:
PiCon.SQL.ForeignKeyAttribute PiCon.SQL.PrimaryKeyAttribute SQLite.UniqueIndexAttribute

Public Member Functions

 IndexedAttribute ()
 Constructor More...
 
 IndexedAttribute (string name, int order)
 Constructor More...
 

Properties

string Name [get, set]
 Name of the index to create More...
 
int Order [get, set]
 Ordeing of the index More...
 
virtual bool Unique [get, set]
 setting the index to a unique value More...
 

Detailed Description

Attribute to create a Index in the database / table

Constructor & Destructor Documentation

◆ IndexedAttribute() [1/2]

SQLite.IndexedAttribute.IndexedAttribute ( )

Constructor

◆ IndexedAttribute() [2/2]

SQLite.IndexedAttribute.IndexedAttribute ( string  name,
int  order 
)

Constructor

Parameters
name
order

Property Documentation

◆ Name

string SQLite.IndexedAttribute.Name
getset

Name of the index to create

◆ Order

int SQLite.IndexedAttribute.Order
getset

Ordeing of the index

◆ Unique

virtual bool SQLite.IndexedAttribute.Unique
getset

setting the index to a unique value


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