Beispiel #1
0
 public override void PasteCreateAsql(IDatabaseConnection connection)
 {
     FormatAndPasteToEditAreaButWarnIfEmpty(connection.GetCreateTableStatementAsql(Text));
 }
Beispiel #2
0
 public override void CopyCreateAsql(IDatabaseConnection connection)
 {
     FormatAndCopyToClipboardButWarnIfEmpty(connection.GetCreateTableStatementAsql(Text));
 }