|
LEONARDI Application Composer - 8.9.0.40 by W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectleon.info.LyTag
leon.info.LyInfo
leon.info.location.LyLocation
leon.info.location.LySqlLocation
public class LySqlLocation
This class implements a SQL data location.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class leon.info.LyTag |
---|
LyTag.Model |
Field Summary | |
---|---|
static java.lang.String |
__VERSION
|
static java.lang.String |
VALUE_SEP
Default separator used between multiple values. |
Fields inherited from class leon.info.location.LyLocation |
---|
DEFAULT_LOCATION, ID_L_EXTEND, ID_L_INFO, ID_L_UNION |
Constructor Summary | |
---|---|
LySqlLocation(java.lang.String id)
Constructor. |
|
LySqlLocation(java.lang.String id,
java.lang.String javaName,
java.lang.String url,
java.lang.String driver,
java.lang.String user,
java.lang.String password,
java.lang.String dbName,
java.lang.String nbConnection,
java.lang.String valueSep,
java.lang.String trim,
java.lang.String metadata)
Constructor. |
Method Summary | |
---|---|
java.lang.String |
getDbName()
Accessor to the database name of this location. |
java.lang.String |
getDriver()
Accessor to the driver of this location. |
java.lang.String |
getJavaName()
Accessor to the base object name of this location May be null. |
java.lang.String |
getNbConnection()
Accessor to the number of connection of this location. |
java.lang.String |
getPassword()
Accessor to the password of this location. |
java.lang.String |
getUser()
Accessor to the user of this location. |
java.lang.String |
getValueSep()
Accessor to the value separator of this location. |
java.lang.String |
isTrim()
To know if values may be trimmed. |
java.lang.String |
useMetadata()
To know if metadata must be used. |
Methods inherited from class leon.info.location.LyLocation |
---|
check, getNotifier, getUrl, isPersistent, setNotifier |
Methods inherited from class leon.info.LyInfo |
---|
getAlias, getApplication, getFile, getId, getInclude, getName, isIncluded, isInternal, isInternal, isLoaded, isLocked, load, setApplication, setFile, toString |
Methods inherited from class leon.info.LyTag |
---|
clone, getCommentsEnd, getCommentsStart, getEnvironment, getModelType, getParent, getRootProject, hasAncestor, isExtern, setCommentsEnd, setCommentsStart, wasCloned |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface leon.parser.LyCommentInterface |
---|
getCommentsEnd, getCommentsStart, setCommentsEnd, setCommentsStart |
Field Detail |
---|
public static final java.lang.String __VERSION
public static final java.lang.String VALUE_SEP
Constructor Detail |
---|
public LySqlLocation(java.lang.String id)
id
- identifier of the locationpublic LySqlLocation(java.lang.String id, java.lang.String javaName, java.lang.String url, java.lang.String driver, java.lang.String user, java.lang.String password, java.lang.String dbName, java.lang.String nbConnection, java.lang.String valueSep, java.lang.String trim, java.lang.String metadata)
id
- identifier of the locationjavaName
- Name of the java class of the provider. May be null to use default.url
- url of the providerdriver
- JDBC driveruser
- User name to connect to databasepassword
- User password to connect to databasedbName
- Database namenbConnection
- Number of connectionsvalueSep
- Value separatortrim
- Trim values or notmetadata
- Use database metadataMethod Detail |
---|
public java.lang.String getDriver()
public java.lang.String getJavaName()
public java.lang.String getUser()
public java.lang.String getPassword()
public java.lang.String getDbName()
public java.lang.String getNbConnection()
public java.lang.String getValueSep()
public java.lang.String isTrim()
public java.lang.String useMetadata()
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |