C# Class Deveel.Data.Sql.Statements.LockTableStatement

Inheritance: SqlStatement
Afficher le fichier Open project: deveel/deveeldb Class Usage Examples

Méthodes publiques

Méthode Description
LockTableStatement ( ObjectName tableName, LockingMode mode ) : System
LockTableStatement ( ObjectName tableName, LockingMode mode, int timeout ) : System

Méthodes protégées

Méthode Description
AppendTo ( SqlStringBuilder builder ) : void
ExecuteStatement ( ExecutionContext context ) : void
GetData ( SerializationInfo info ) : void
PrepareStatement ( IRequest context ) : SqlStatement

Private Methods

Méthode Description
LockTableStatement ( SerializationInfo info, StreamingContext context ) : System

Method Details

AppendTo() protected méthode

protected AppendTo ( SqlStringBuilder builder ) : void
builder SqlStringBuilder
Résultat void

ExecuteStatement() protected méthode

protected ExecuteStatement ( ExecutionContext context ) : void
context System.Threading.ExecutionContext
Résultat void

GetData() protected méthode

protected GetData ( SerializationInfo info ) : void
info System.Runtime.Serialization.SerializationInfo
Résultat void

LockTableStatement() public méthode

public LockTableStatement ( ObjectName tableName, LockingMode mode ) : System
tableName ObjectName
mode LockingMode
Résultat System

LockTableStatement() public méthode

public LockTableStatement ( ObjectName tableName, LockingMode mode, int timeout ) : System
tableName ObjectName
mode LockingMode
timeout int
Résultat System

PrepareStatement() protected méthode

protected PrepareStatement ( IRequest context ) : SqlStatement
context IRequest
Résultat SqlStatement