
public class OrientDataSource
extends java.lang.Object
implements javax.sql.DataSource
| Constructor and Description |
|---|
OrientDataSource() |
OrientDataSource(OrientDB orientDB)
Deprecated.
|
OrientDataSource(OrientDB orientDB,
java.lang.String dbName) |
OrientDataSource(java.lang.String dbUrl,
java.lang.String username,
java.lang.String password,
java.util.Properties info)
Creates a
DataSource |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
java.sql.Connection |
getConnection() |
java.sql.Connection |
getConnection(java.lang.String username,
java.lang.String password) |
int |
getLoginTimeout() |
java.io.PrintWriter |
getLogWriter() |
java.util.logging.Logger |
getParentLogger() |
boolean |
isWrapperFor(java.lang.Class<?> iface) |
void |
setDbUrl(java.lang.String dbUrl) |
void |
setInfo(java.util.Properties info) |
void |
setLoginTimeout(int seconds) |
void |
setLogWriter(java.io.PrintWriter out) |
void |
setPassword(java.lang.String password) |
void |
setUsername(java.lang.String username) |
<T> T |
unwrap(java.lang.Class<T> iface) |
public OrientDataSource()
public OrientDataSource(java.lang.String dbUrl,
java.lang.String username,
java.lang.String password,
java.util.Properties info)
DataSourcedbUrl - username - password - info - @Deprecated public OrientDataSource(OrientDB orientDB)
public OrientDataSource(OrientDB orientDB, java.lang.String dbName)
public java.io.PrintWriter getLogWriter()
throws java.sql.SQLException
getLogWriter in interface javax.sql.CommonDataSourcejava.sql.SQLExceptionpublic void setLogWriter(java.io.PrintWriter out)
throws java.sql.SQLException
setLogWriter in interface javax.sql.CommonDataSourcejava.sql.SQLExceptionpublic <T> T unwrap(java.lang.Class<T> iface)
throws java.sql.SQLException
unwrap in interface java.sql.Wrapperjava.sql.SQLExceptionpublic boolean isWrapperFor(java.lang.Class<?> iface)
throws java.sql.SQLException
isWrapperFor in interface java.sql.Wrapperjava.sql.SQLExceptionpublic java.sql.Connection getConnection()
throws java.sql.SQLException
getConnection in interface javax.sql.DataSourcejava.sql.SQLExceptionpublic java.sql.Connection getConnection(java.lang.String username,
java.lang.String password)
throws java.sql.SQLException
getConnection in interface javax.sql.DataSourcejava.sql.SQLExceptionpublic void setDbUrl(java.lang.String dbUrl)
public void setUsername(java.lang.String username)
public void setPassword(java.lang.String password)
public void setInfo(java.util.Properties info)
public int getLoginTimeout()
throws java.sql.SQLException
getLoginTimeout in interface javax.sql.CommonDataSourcejava.sql.SQLExceptionpublic void setLoginTimeout(int seconds)
throws java.sql.SQLException
setLoginTimeout in interface javax.sql.CommonDataSourcejava.sql.SQLExceptionpublic java.util.logging.Logger getParentLogger()
throws java.sql.SQLFeatureNotSupportedException
getParentLogger in interface javax.sql.CommonDataSourcejava.sql.SQLFeatureNotSupportedExceptionpublic void close()
Copyright © 2012–2023 OrientDB. All rights reserved.