public interface RemoteClient
| Modifier and Type | Method and Description |
|---|---|
void |
connect()
Connect to kylin restful service.
|
KylinMetaImpl.MetaProject |
getMetadata(String project) |
DataSet<Object[]> |
query(net.hydromatic.avatica.AvaticaStatement statement,
String sql)
Run query
|
void connect()
throws ConnectionException
ConnectionExceptionKylinMetaImpl.MetaProject getMetadata(String project) throws ConnectionException
project - ConnectionExceptionDataSet<Object[]> query(net.hydromatic.avatica.AvaticaStatement statement, String sql) throws SQLException
statement - sql - SQLExceptionCopyright © 2014–2015 Apache Software Foundation. All rights reserved.