Class Sql.
addManyKey
public void addManyKey(int index,
java.lang.String vManyKey)
throws java.lang.IndexOutOfBoundsException
addManyKey
public void addManyKey(java.lang.String vManyKey)
throws java.lang.IndexOutOfBoundsException
addName
public void addName(int index,
java.lang.String vName)
throws java.lang.IndexOutOfBoundsException
addName
public void addName(java.lang.String vName)
throws java.lang.IndexOutOfBoundsException
deleteReadOnly
public void deleteReadOnly()
deleteTransient
public void deleteTransient()
enumerateManyKey
public java.util.Enumeration enumerateManyKey()
Method enumerateManyKey.
- an Enumeration over all possible elements of this
collection
enumerateName
public java.util.Enumeration enumerateName()
Method enumerateName.
- an Enumeration over all possible elements of this
collection
getDirty
public SqlDirtyType getDirty()
Returns the value of field 'dirty'.
- the value of field 'Dirty'.
getManyKey
public java.lang.String[] getManyKey()
Method getManyKey.Returns the contents of the collection in
an Array.
Note: Just in case the collection contents
are changing in another thread, we pass a 0-length Array of
the correct type into the API call. This way we
know
that the Array returned is of exactly the correct length.
- this collection as an Array
getManyKey
public java.lang.String getManyKey(int index)
throws java.lang.IndexOutOfBoundsException
Method getManyKey.
- the value of the java.lang.String at the given index
getManyKeyCount
public int getManyKeyCount()
Method getManyKeyCount.
- the size of this collection
getManyTable
public java.lang.String getManyTable()
Returns the value of field 'manyTable'.
- the value of field 'ManyTable'.
getName
public java.lang.String[] getName()
Method getName.Returns the contents of the collection in an
Array.
Note: Just in case the collection contents are
changing in another thread, we pass a 0-length Array of the
correct type into the API call. This way we
know
that the Array returned is of exactly the correct length.
- this collection as an Array
getName
public java.lang.String getName(int index)
throws java.lang.IndexOutOfBoundsException
Method getName.
- the value of the java.lang.String at the given index
getNameCount
public int getNameCount()
Method getNameCount.
- the size of this collection
getReadOnly
public boolean getReadOnly()
Returns the value of field 'readOnly'.
- the value of field 'ReadOnly'.
getTransient
public boolean getTransient()
Returns the value of field 'transient'.
- the value of field 'Transient'.
getType
public java.lang.String getType()
Returns the value of field 'type'.
- the value of field 'Type'.
hasReadOnly
public boolean hasReadOnly()
Method hasReadOnly.
- true if at least one ReadOnly has been added
hasTransient
public boolean hasTransient()
Method hasTransient.
- true if at least one Transient has been added
isReadOnly
public boolean isReadOnly()
Returns the value of field 'readOnly'.
- the value of field 'ReadOnly'.
isTransient
public boolean isTransient()
Returns the value of field 'transient'.
- the value of field 'Transient'.
isValid
public boolean isValid()
Method isValid.
- true if this object is valid according to the schema
iterateManyKey
public java.util.Iterator iterateManyKey()
Method iterateManyKey.
- an Iterator over all possible elements in this
collection
iterateName
public java.util.Iterator iterateName()
Method iterateName.
- an Iterator over all possible elements in this
collection
removeAllManyKey
public void removeAllManyKey()
removeAllName
public void removeAllName()
removeManyKey
public boolean removeManyKey(java.lang.String vManyKey)
Method removeManyKey.
- true if the object was removed from the collection.
removeManyKeyAt
public java.lang.String removeManyKeyAt(int index)
Method removeManyKeyAt.
- the element removed from the collection
removeName
public boolean removeName(java.lang.String vName)
Method removeName.
- true if the object was removed from the collection.
removeNameAt
public java.lang.String removeNameAt(int index)
Method removeNameAt.
- the element removed from the collection
setDirty
public void setDirty(SqlDirtyType dirty)
Sets the value of field 'dirty'.
dirty
- the value of field 'dirty'.
setManyKey
public void setManyKey(int index,
java.lang.String vManyKey)
throws java.lang.IndexOutOfBoundsException
setManyKey
public void setManyKey(java.lang.String[] vManyKeyArray)
setManyTable
public void setManyTable(java.lang.String manyTable)
Sets the value of field 'manyTable'.
manyTable
- the value of field 'manyTable'.
setName
public void setName(int index,
java.lang.String vName)
throws java.lang.IndexOutOfBoundsException
setName
public void setName(java.lang.String[] vNameArray)
setReadOnly
public void setReadOnly(boolean readOnly)
Sets the value of field 'readOnly'.
readOnly
- the value of field 'readOnly'.
setTransient
public void setTransient(boolean _transient)
Sets the value of field 'transient'.
setType
public void setType(java.lang.String type)
Sets the value of field 'type'.
type
- the value of field 'type'.