C# Class Deveel.Data.Sql.IndexInfo

Mostrar archivo Open project: deveel/deveeldb

Public Methods

Method 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

Method Description
DeserializeFrom ( Stream stream ) : IndexInfo
SerializeTo ( Stream stream ) : void

Method Details

IndexInfo() public method

public IndexInfo ( string indexName, string indexType, string columnNames ) : System
indexName string
indexType string
columnNames string
return System

IndexInfo() public method

public IndexInfo ( string indexName, string indexType, string columnNames, bool isUnique ) : System
indexName string
indexType string
columnNames string
isUnique bool
return System

IndexInfo() public method

public IndexInfo ( string indexName, string indexType, string columnNames, bool isUnique, int offset ) : System
indexName string
indexType string
columnNames string
isUnique bool
offset int
return System