コード例 #1
0
 protected SybaseSchemaBase(StatusEnum.ObjectTypeEnum objectType)
     : base("[", "]", objectType)
 {
 }
コード例 #2
0
 public MySQLSchemaBase(StatusEnum.ObjectTypeEnum objectType)
     : base("`", "`", objectType)
 {
     this.Owner = "";
 }