C# Class Deveel.Data.Sql.IndexInfo

Afficher le fichier Open project: deveel/deveeldb

Méthodes publiques

Méthode Description
IndexInfo ( string indexName, string indexType, string columnNames ) : System
IndexInfo ( string indexName, string indexType, string columnNames, bool isUnique ) : System
IndexInfo ( string indexName, string indexType, string columnNames, bool isUnique, int offset ) : System

Private Methods

Méthode Description
DeserializeFrom ( Stream stream ) : IndexInfo
SerializeTo ( Stream stream ) : void

Method Details

IndexInfo() public méthode

public IndexInfo ( string indexName, string indexType, string columnNames ) : System
indexName string
indexType string
columnNames string
Résultat System

IndexInfo() public méthode

public IndexInfo ( string indexName, string indexType, string columnNames, bool isUnique ) : System
indexName string
indexType string
columnNames string
isUnique bool
Résultat System

IndexInfo() public méthode

public IndexInfo ( string indexName, string indexType, string columnNames, bool isUnique, int offset ) : System
indexName string
indexType string
columnNames string
isUnique bool
offset int
Résultat System