|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Column.Name | |
net.sf.jaxme.sqls | |
net.sf.jaxme.sqls.db2 | DB2 support for the SQL generator This package contains some classes and interfaces enhancing the SQL generator with DB2 specific features. |
net.sf.jaxme.sqls.hsqldb | HsqlDb support for the SQL generator This package contains some classes and interfaces enhancing the SQL generator with HsqlDb specific features. |
net.sf.jaxme.sqls.impl |
Uses of Column.Name in net.sf.jaxme.sqls |
Methods in net.sf.jaxme.sqls that return Column.Name | |
Column.Name |
ColumnReference.getAlias()
Returns the references alias name, if any. |
Column.Name |
Column.getName()
Returns the columns name. |
Methods in net.sf.jaxme.sqls with parameters of type Column.Name | |
ColumnReference |
TableReference.newColumnReference(Column.Name pName)
Returns a reference to the column named pName
in the table. |
Column |
Table.newColumn(Column.Name name,
Column.Type pType)
Creates a new column. |
Column |
Table.getColumn(Column.Name name)
Returns the column with the given name or null, if no such column exists. |
void |
SetStatement.addSetNull(Column.Name pColumn)
Adds a SET clause setting the given column to NULL. |
void |
SetStatement.addSet(Column.Name pColumn)
Adds a SET clause setting the given column to a value given by a placeholder. |
void |
SetStatement.addSet(Column.Name pColumn,
byte pValue)
Adds a SET clause setting the given column to the value pValue . |
void |
SetStatement.addSet(Column.Name pColumn,
short pValue)
Adds a SET clause setting the given column to the value pValue . |
void |
SetStatement.addSet(Column.Name pColumn,
int pValue)
Adds a SET clause setting the given column to the value pValue . |
void |
SetStatement.addSet(Column.Name pColumn,
long pValue)
Adds a SET clause setting the given column to the value pValue . |
void |
SetStatement.addSet(Column.Name pColumn,
float pValue)
Adds a SET clause setting the given column to the value pValue . |
void |
SetStatement.addSet(Column.Name pColumn,
boolean pValue)
Adds a SET clause setting the given column to the value TRUE or FALSE, depending on pValue |
void |
SetStatement.addSet(Column.Name pColumn,
java.lang.String pValue)
Adds a SET clause setting the given column to the value pValue . |
void |
SetStatement.addSetDateTime(Column.Name pColumn,
java.util.Calendar pValue)
Adds a SET clause setting the given column to the datetime value pValue . |
void |
SetStatement.addSetTime(Column.Name pColumn,
java.util.Calendar pValue)
Adds a SET clause setting the given column to the time value pValue . |
void |
SetStatement.addSetDate(Column.Name pColumn,
java.util.Calendar pValue)
Adds a SET clause setting the given column to the date value pValue . |
void |
Index.addColumn(Column.Name pName)
Adds the column with the given name to the index by invoking Index.addColumn(Column) . |
void |
ForeignKey.addColumnLink(Column.Name pName,
Column.Name pReferencedName)
Adds a reference between the given columns. |
void |
ColumnReference.setAlias(Column.Name pName)
Sets the references alias name, if any. |
Uses of Column.Name in net.sf.jaxme.sqls.db2 |
Methods in net.sf.jaxme.sqls.db2 with parameters of type Column.Name | |
Column |
DB2SQLFactoryImpl.newColumn(Table pTable,
Column.Name pName,
Column.Type pType)
|
Constructors in net.sf.jaxme.sqls.db2 with parameters of type Column.Name | |
DB2ColumnImpl(Table pTable,
Column.Name pName,
Column.Type pType)
|
Uses of Column.Name in net.sf.jaxme.sqls.hsqldb |
Methods in net.sf.jaxme.sqls.hsqldb with parameters of type Column.Name | |
Column |
HsqlDbSQLFactoryImpl.newColumn(Table pTable,
Column.Name pName,
Column.Type pType)
|
Constructors in net.sf.jaxme.sqls.hsqldb with parameters of type Column.Name | |
HsqlDbColumnImpl(Table pTable,
Column.Name pName,
Column.Type pType)
|
Uses of Column.Name in net.sf.jaxme.sqls.impl |
Classes in net.sf.jaxme.sqls.impl that implement Column.Name | |
static class |
ColumnImpl.NameImpl
|
Methods in net.sf.jaxme.sqls.impl that return Column.Name | |
Column.Name |
ColumnReferenceImpl.getAlias()
|
Column.Name |
ColumnImpl.getName()
|
Methods in net.sf.jaxme.sqls.impl with parameters of type Column.Name | |
ColumnReference |
TableReferenceImpl.newColumnReference(Column.Name pName)
|
Column |
TableImpl.newColumn(Column.Name pName,
Column.Type pType)
|
Column |
TableImpl.getColumn(Column.Name pName)
|
protected Column |
SQLFactoryImpl.newColumnImpl(Table pTable,
Column.Name pName,
Column.Type pType)
|
void |
SetStatementImpl.addSet(Column.Name pColumn,
Value pValue)
|
void |
SetStatementImpl.addSetNull(Column.Name pColumn)
|
void |
SetStatementImpl.addSet(Column.Name pColumn)
|
void |
SetStatementImpl.addSet(Column.Name pColumn,
byte pValue)
|
void |
SetStatementImpl.addSet(Column.Name pColumn,
short pValue)
|
void |
SetStatementImpl.addSet(Column.Name pColumn,
int pValue)
|
void |
SetStatementImpl.addSet(Column.Name pColumn,
long pValue)
|
void |
SetStatementImpl.addSet(Column.Name pColumn,
float pValue)
|
void |
SetStatementImpl.addSet(Column.Name pColumn,
boolean pValue)
|
void |
SetStatementImpl.addSet(Column.Name pColumn,
java.lang.String pValue)
|
void |
SetStatementImpl.addSetDateTime(Column.Name pColumn,
java.util.Calendar pValue)
|
void |
SetStatementImpl.addSetTime(Column.Name pColumn,
java.util.Calendar pValue)
|
void |
SetStatementImpl.addSetDate(Column.Name pColumn,
java.util.Calendar pValue)
|
void |
IndexImpl.addColumn(Column.Name pName)
|
void |
ForeignKeyImpl.addColumnLink(Column.Name pName,
Column.Name pReferencedName)
|
void |
ColumnReferenceImpl.setAlias(Column.Name pName)
|
Constructors in net.sf.jaxme.sqls.impl with parameters of type Column.Name | |
ColumnImpl(Table pTable,
Column.Name pName,
Column.Type pType)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |