public class Sql
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
Sql() |
| Modifier and Type | Method and Description |
|---|---|
void |
addManyKey(int index,
java.lang.String vManyKey)
Method addManyKey
|
void |
addManyKey(java.lang.String vManyKey)
Method addManyKey
|
void |
addName(int index,
java.lang.String vName)
Method addName
|
void |
addName(java.lang.String vName)
Method addName
|
void |
clearManyKey()
Method clearManyKey
|
void |
clearName()
Method clearName
|
void |
deleteReadOnly()
Method deleteReadOnly
|
void |
deleteTransient()
Method deleteTransient
|
java.util.Enumeration |
enumerateManyKey()
Method enumerateManyKey
|
java.util.Enumeration |
enumerateName()
Method enumerateName
|
SqlDirtyType |
getDirty()
Returns the value of field 'dirty'.
|
java.lang.String[] |
getManyKey()
Method getManyKey
|
java.lang.String |
getManyKey(int index)
Method getManyKey
|
int |
getManyKeyCount()
Method getManyKeyCount
|
java.lang.String |
getManyTable()
Returns the value of field 'manyTable'.
|
java.lang.String[] |
getName()
Method getName
|
java.lang.String |
getName(int index)
Method getName
|
int |
getNameCount()
Method getNameCount
|
boolean |
getReadOnly()
Returns the value of field 'readOnly'.
|
boolean |
getTransient()
Returns the value of field 'transient'.
|
java.lang.String |
getType()
Returns the value of field 'type'.
|
boolean |
hasReadOnly()
Method hasReadOnly
|
boolean |
hasTransient()
Method hasTransient
|
boolean |
isValid()
Method isValid
|
void |
marshal(org.xml.sax.ContentHandler handler)
Method marshal
|
void |
marshal(java.io.Writer out)
Method marshal
|
boolean |
removeManyKey(java.lang.String vManyKey)
Method removeManyKey
|
boolean |
removeName(java.lang.String vName)
Method removeName
|
void |
setDirty(SqlDirtyType dirty)
Sets the value of field 'dirty'.
|
void |
setManyKey(int index,
java.lang.String vManyKey)
Method setManyKey
|
void |
setManyKey(java.lang.String[] manyKeyArray)
Method setManyKey
|
void |
setManyTable(java.lang.String manyTable)
Sets the value of field 'manyTable'.
|
void |
setName(int index,
java.lang.String vName)
Method setName
|
void |
setName(java.lang.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(java.lang.String type)
Sets the value of field 'type'.
|
static Sql |
unmarshal(java.io.Reader reader)
Method unmarshal
|
void |
validate()
Method validate
|
public void addManyKey(java.lang.String vManyKey)
throws java.lang.IndexOutOfBoundsException
vManyKey - java.lang.IndexOutOfBoundsExceptionpublic void addManyKey(int index,
java.lang.String vManyKey)
throws java.lang.IndexOutOfBoundsException
index - vManyKey - java.lang.IndexOutOfBoundsExceptionpublic void addName(java.lang.String vName)
throws java.lang.IndexOutOfBoundsException
vName - java.lang.IndexOutOfBoundsExceptionpublic void addName(int index,
java.lang.String vName)
throws java.lang.IndexOutOfBoundsException
index - vName - java.lang.IndexOutOfBoundsExceptionpublic void clearManyKey()
public void clearName()
public void deleteReadOnly()
public void deleteTransient()
public java.util.Enumeration enumerateManyKey()
public java.util.Enumeration enumerateName()
public SqlDirtyType getDirty()
public java.lang.String getManyKey(int index)
throws java.lang.IndexOutOfBoundsException
index - java.lang.IndexOutOfBoundsExceptionpublic java.lang.String[] getManyKey()
public int getManyKeyCount()
public java.lang.String getManyTable()
public java.lang.String getName(int index)
throws java.lang.IndexOutOfBoundsException
index - java.lang.IndexOutOfBoundsExceptionpublic java.lang.String[] getName()
public int getNameCount()
public boolean getReadOnly()
public boolean getTransient()
public java.lang.String getType()
public boolean hasReadOnly()
public boolean hasTransient()
public boolean isValid()
public void marshal(java.io.Writer out)
throws MarshalException,
ValidationException
out - MarshalExceptionValidationExceptionpublic void marshal(org.xml.sax.ContentHandler handler)
throws java.io.IOException,
MarshalException,
ValidationException
handler - java.io.IOExceptionMarshalExceptionValidationExceptionpublic boolean removeManyKey(java.lang.String vManyKey)
vManyKey - public boolean removeName(java.lang.String vName)
vName - public void setDirty(SqlDirtyType dirty)
dirty - the value of field 'dirty'.public void setManyKey(int index,
java.lang.String vManyKey)
throws java.lang.IndexOutOfBoundsException
index - vManyKey - java.lang.IndexOutOfBoundsExceptionpublic void setManyKey(java.lang.String[] manyKeyArray)
manyKeyArray - public void setManyTable(java.lang.String manyTable)
manyTable - the value of field 'manyTable'.public void setName(int index,
java.lang.String vName)
throws java.lang.IndexOutOfBoundsException
index - vName - java.lang.IndexOutOfBoundsExceptionpublic void setName(java.lang.String[] nameArray)
nameArray - public void setReadOnly(boolean readOnly)
readOnly - the value of field 'readOnly'.public void setTransient(boolean _transient)
_transient - transient - the value of field 'transient'.public void setType(java.lang.String type)
type - the value of field 'type'.public static Sql unmarshal(java.io.Reader reader) throws MarshalException, ValidationException
reader - MarshalExceptionValidationExceptionpublic void validate()
throws ValidationException
ValidationExceptionIntalio Inc. (C) 1999-2006. All rights reserved http://www.intalio.com