public interface UpdateSource extends org.atp.api.Typeable<UpdateSource>
SET clause of UPDATE statement.| Modifier and Type | Interface and Description |
|---|---|
static class |
UpdateSource.Default
This syntax element represents the
DEFAULT keyword as data source for column, meaning to use the default
value for the column. |
static class |
UpdateSource.Null
This syntax element represents the
NULL keyword as data source for column, meaning to use the
NULL value for the column. |
Copyright © 2010-2012. All Rights Reserved.