public class ValueSource extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ValueSource.Default
This syntax element represents the
DEFAULT keyword as data source for column, meaning
to use the default value for the column. |
static class |
ValueSource.Null
This syntax element represents the
NULL keyword as data source for column, meaning to
use the NULL value for the column. |
| Constructor and Description |
|---|
ValueSource() |
Copyright © 2010-2012. All Rights Reserved.