org.exolab.castor.mapping.xml
public class Sql extends Object implements Serializable
Version: $Revision: 1.3 $ $Date: 2003/03/25 10:00:05 $
| Constructor Summary | |
|---|---|
| Sql() | |
| Method Summary | |
|---|---|
| void | addManyKey(String vManyKey)
Method addManyKey
|
| void | addManyKey(int index, String vManyKey)
Method addManyKey
|
| void | addName(String vName)
Method addName
|
| void | addName(int index, String vName)
Method addName
|
| void | deleteReadonly()
Method deleteReadonly |
| void | deleteTransient()
Method deleteTransient |
| Enumeration | enumerateManyKey()
Method enumerateManyKey |
| Enumeration | enumerateName()
Method enumerateName |
| DirtyType | getDirty()
Returns the value of field 'dirty'.
|
| String | getManyKey(int index)
Method getManyKey
|
| String[] | getManyKey()
Method getManyKey |
| int | getManyKeyCount()
Method getManyKeyCount |
| String | getManyTable()
Returns the value of field 'manyTable'.
|
| String | getName(int index)
Method getName
|
| String[] | getName()
Method getName |
| int | getNameCount()
Method getNameCount |
| boolean | getReadonly()
Returns the value of field 'readonly'.
|
| boolean | getTransient()
Returns the value of field 'transient'.
|
| String | getType()
Returns the value of field 'type'.
|
| boolean | hasReadonly()
Method hasReadonly |
| boolean | hasTransient()
Method hasTransient |
| boolean | isValid()
Method isValid |
| void | marshal(Writer out)
Method marshal
|
| void | marshal(ContentHandler handler)
Method marshal
|
| void | removeAllManyKey()
Method removeAllManyKey |
| void | removeAllName()
Method removeAllName |
| String | removeManyKey(int index)
Method removeManyKey
|
| String | removeName(int index)
Method removeName
|
| void | setDirty(DirtyType dirty)
Sets the value of field 'dirty'.
|
| void | setManyKey(int index, String vManyKey)
Method setManyKey
|
| void | setManyKey(String[] manyKeyArray)
Method setManyKey
|
| void | setManyTable(String manyTable)
Sets the value of field 'manyTable'.
|
| void | setName(int index, String vName)
Method setName
|
| void | setName(String[] nameArray)
Method setName
|
| void | setReadonly(boolean readonly)
Sets the value of field 'readonly'.
|
| void | setTransient(boolean _transient)
Sets the value of field 'transient'.
|
| void | setType(String type)
Sets the value of field 'type'.
|
| static Sql | unmarshal(Reader reader)
Method unmarshal
|
| void | validate()
Method validate |
Parameters: vManyKey
Parameters: index vManyKey
Parameters: vName
Parameters: index vName
Returns: the value of field 'dirty'.
Parameters: index
Returns: the value of field 'manyTable'.
Parameters: index
Returns: the value of field 'readonly'.
Returns: the value of field 'transient'.
Returns: the value of field 'type'.
Parameters: out
Parameters: handler
Parameters: index
Parameters: index
Parameters: dirty the value of field 'dirty'.
Parameters: index vManyKey
Parameters: manyKeyArray
Parameters: manyTable the value of field 'manyTable'.
Parameters: index vName
Parameters: nameArray
Parameters: readonly the value of field 'readonly'.
Parameters: _transient transient the value of field 'transient'.
Parameters: type the value of field 'type'.
Parameters: reader