@Deprecated public class RestfulConnection extends AbstractConnection
catalog, clientInfoProps, idGenerator, serverVersion, statementsMap, supportBlob, supportLineBindTRANSACTION_NONE, TRANSACTION_READ_COMMITTED, TRANSACTION_READ_UNCOMMITTED, TRANSACTION_REPEATABLE_READ, TRANSACTION_SERIALIZABLE| Constructor and Description |
|---|
RestfulConnection(String host,
String port,
Properties props,
String database,
String url,
String auth,
boolean useSsl,
String token,
String tz)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Deprecated.
|
Statement |
createStatement()
Deprecated.
|
String |
getAuth()
Deprecated.
|
String |
getDatabase()
Deprecated.
|
String |
getHost()
Deprecated.
|
DatabaseMetaData |
getMetaData()
Deprecated.
|
String |
getPort()
Deprecated.
|
String |
getToken()
Deprecated.
|
String |
getTz()
Deprecated.
|
String |
getUrl()
Deprecated.
|
boolean |
isClosed()
Deprecated.
|
boolean |
isUseSsl()
Deprecated.
|
PreparedStatement |
prepareStatement(String sql)
Deprecated.
|
void |
write(String[] lines,
SchemalessProtocolType protocolType,
SchemalessTimestampType timestampType,
Integer ttl,
Long reqId)
Deprecated.
|
int |
writeRaw(String line,
SchemalessProtocolType protocolType,
SchemalessTimestampType timestampType,
Integer ttl,
Long reqId)
Deprecated.
|
abort, clearWarnings, commit, createArrayOf, createBlob, createClob, createNClob, createSQLXML, createStatement, createStatement, createStruct, getAutoCommit, getCatalog, getClientInfo, getClientInfo, getHoldability, getNetworkTimeout, getSchema, getTransactionIsolation, getTypeMap, getWarnings, isReadOnly, isSupportBlob, isValid, nativeSQL, prepareCall, prepareCall, prepareCall, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, registerStatement, releaseSavepoint, rollback, rollback, setAutoCommit, setCatalog, setClientInfo, setClientInfo, setHoldability, setNetworkTimeout, setReadOnly, setSavepoint, setSavepoint, setSchema, setTransactionIsolation, setTypeMap, unregisterStatement, write, write, write, writeRawisWrapperFor, unwrapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisWrapperFor, unwrappublic Statement createStatement() throws SQLException
createStatement in interface ConnectioncreateStatement in class AbstractConnectionSQLExceptionpublic PreparedStatement prepareStatement(String sql) throws SQLException
prepareStatement in interface ConnectionprepareStatement in class AbstractConnectionSQLExceptionpublic void close()
throws SQLException
close in interface AutoCloseableclose in interface Connectionclose in class AbstractConnectionSQLExceptionpublic boolean isClosed()
throws SQLException
isClosed in interface ConnectionisClosed in class AbstractConnectionSQLExceptionpublic DatabaseMetaData getMetaData() throws SQLException
getMetaData in interface ConnectiongetMetaData in class AbstractConnectionSQLExceptionpublic void write(String[] lines, SchemalessProtocolType protocolType, SchemalessTimestampType timestampType, Integer ttl, Long reqId) throws SQLException
write in class AbstractConnectionSQLExceptionpublic int writeRaw(String line, SchemalessProtocolType protocolType, SchemalessTimestampType timestampType, Integer ttl, Long reqId) throws SQLException
writeRaw in class AbstractConnectionSQLExceptionpublic String getHost()
public String getPort()
public String getDatabase()
public String getUrl()
public String getToken()
public String getAuth()
public boolean isUseSsl()
public String getTz()
Copyright © 2025. All rights reserved.