|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Project | |
---|---|
net.ontopia.persistence.rdbms | Classes for managing relational database schemas. |
Uses of Project in net.ontopia.persistence.rdbms |
---|
Fields in net.ontopia.persistence.rdbms declared as Project | |
---|---|
protected Project |
GenericSQLProducer.project
|
protected Project |
CSVImport.project
|
Methods in net.ontopia.persistence.rdbms that return Project | |
---|---|
Project |
CSVImport.getProject()
|
static Project |
DatabaseProjectReader.loadProject(org.xml.sax.InputSource isource)
|
static Project |
DatabaseProjectReader.loadProject(java.io.InputStream istream)
|
static Project |
DatabaseProjectReader.loadProject(java.lang.String filename)
INTERNAL: Reads the database schema definition from the specified file. |
Methods in net.ontopia.persistence.rdbms with parameters of type Project | |
---|---|
static GenericSQLProducer |
DDLExecuter.getSQLProducer(Project project,
java.lang.String platform)
|
static GenericSQLProducer |
DDLExecuter.getSQLProducer(Project project,
java.lang.String[] platforms)
|
static void |
DatabaseProjectReader.saveProject(Project project,
org.xml.sax.DocumentHandler dh)
|
static void |
DatabaseProjectReader.saveProject(Project project,
java.lang.String filename)
|
static void |
DatabaseProjectReader.saveProject(Project project,
java.lang.String filename,
java.lang.String encoding)
|
Constructors in net.ontopia.persistence.rdbms with parameters of type Project | |
---|---|
CSVImport(Project project,
java.sql.Connection conn)
|
|
DB2SQLProducer(Project project)
|
|
DB2SQLProducer(Project project,
java.lang.String[] platforms)
|
|
FirebirdSQLProducer(Project project)
|
|
FirebirdSQLProducer(Project project,
java.lang.String[] platforms)
|
|
GenericSQLProducer(Project project)
|
|
GenericSQLProducer(Project project,
java.lang.String[] platforms)
|
|
MySqlSQLProducer(Project project)
|
|
MySqlSQLProducer(Project project,
java.lang.String[] platforms)
|
|
OracleSQLProducer(Project project)
|
|
OracleSQLProducer(Project project,
java.lang.String[] platforms)
|
|
PostgreSQLProducer(Project project)
|
|
PostgreSQLProducer(Project project,
java.lang.String[] platforms)
|
|
SQLServerSQLProducer(Project project)
|
|
SQLServerSQLProducer(Project project,
java.lang.String[] platforms)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |