コード例 #1
0
		//http://www.postgresql.org/docs/8.2/interactive/sql-alterindex.html
		public override void AlterIndex (IndexAlterSchema index)
		{
			throw new NotImplementedException ();
コード例 #2
0
 public override void AlterIndex(IndexAlterSchema index)
 {
     throw new NotImplementedException();
 }
コード例 #3
0
		public virtual void AlterIndex (IndexAlterSchema index)
		{
			throw new NotImplementedException ();
		}