C# Class TShockAPI.DB.MysqlQueryCreator

Inheritance: GenericQueryCreator, IQueryBuilder
Afficher le fichier Open project: NyxStudios/TShock Class Usage Examples

Méthodes publiques

Méthode Description
CreateTable ( SqlTable table ) : string
DbTypeToString ( MySqlDbType type, int length ) : string
RenameTable ( string from, string to ) : string

Méthodes protégées

Méthode Description
EscapeTableName ( string table ) : string

Method Details

CreateTable() public méthode

public CreateTable ( SqlTable table ) : string
table SqlTable
Résultat string

DbTypeToString() public méthode

public DbTypeToString ( MySqlDbType type, int length ) : string
type MySqlDbType
length int
Résultat string

EscapeTableName() protected méthode

protected EscapeTableName ( string table ) : string
table string
Résultat string

RenameTable() public méthode

public RenameTable ( string from, string to ) : string
from string
to string
Résultat string