C# 클래스 Deveel.Data.Sql.IndexInfo

파일 보기 프로젝트 열기: deveel/deveeldb

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
DeserializeFrom ( Stream stream ) : IndexInfo
SerializeTo ( Stream stream ) : void

메소드 상세

IndexInfo() 공개 메소드

public IndexInfo ( string indexName, string indexType, string columnNames ) : System
indexName string
indexType string
columnNames string
리턴 System

IndexInfo() 공개 메소드

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

IndexInfo() 공개 메소드

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