C# Class Deveel.Data.FunctionTestBase

Inheritance: ContextBasedTest
Afficher le fichier Open project: deveel/deveeldb

Méthodes protégées

Méthode Description
FunctionTestBase ( ) : System
FunctionTestBase ( StorageType storageType ) : System
Select ( ObjectName functionName ) : Field
Select ( string functionName ) : Field

Method Details

FunctionTestBase() protected méthode

protected FunctionTestBase ( ) : System
Résultat System

FunctionTestBase() protected méthode

protected FunctionTestBase ( StorageType storageType ) : System
storageType StorageType
Résultat System

Select() protected méthode

protected Select ( ObjectName functionName ) : Field
functionName ObjectName
Résultat Field

Select() protected méthode

protected Select ( string functionName ) : Field
functionName string
Résultat Field