C# Class Deveel.Data.Transactions.TransactionTableContainer.SqlTypesTable

Inheritance: Deveel.Data.Sql.Tables.GeneratedTable
Afficher le fichier Open project: deveel/deveeldb

Méthodes publiques

Méthode Description
GetValue ( long rowNumber, int columnOffset ) : Field
SqlTypesTable ( ITransaction transaction ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
AddType ( string name, string localName, SqlTypeCode type, byte precision, string prefix, string suffix, bool searchable ) : void
Init ( ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetValue() public méthode

public GetValue ( long rowNumber, int columnOffset ) : Field
rowNumber long
columnOffset int
Résultat Field

SqlTypesTable() public méthode

public SqlTypesTable ( ITransaction transaction ) : System
transaction ITransaction
Résultat System