您的浏览器已禁用 JavaScript。
跳过导航链接
概览
程序包
类
树
已过时
索引
帮助
上一个
下一个
框架
无框架
所有类
B
C
D
E
G
H
I
J
M
P
Q
R
S
T
U
V
B
bulkInsert(String, String, List<Map<String, Object>>)
- 接口 中的方法cn.geekcity.xiot.support.vertx.database.proxy.
DatabaseProxy
bulkInsert(String, String, List<Map<String, Object>>)
- 类 中的方法cn.geekcity.xiot.support.vertx.database.proxy.impl.
DatabaseProxyJdbcImpl
INSERT INTO DEVICE (DID, TYPE, ONLINE) VALUES ('aaa', 'xxx', 1), ('bbb', 'xxx', 1);
bulkUpsert(String, String, String, List<Map<String, Object>>)
- 接口 中的方法cn.geekcity.xiot.support.vertx.database.proxy.
DatabaseProxy
bulkUpsert(String, String, String, List<Map<String, Object>>)
- 类 中的方法cn.geekcity.xiot.support.vertx.database.proxy.impl.
DatabaseProxyJdbcImpl
INSERT INTO DEVICE (DID, TYPE, ONLINE) VALUES ('aaa', 'xxx', 1), ('bbb', 'xxx', 1) ON DUPLICATE KEY UPDATE DID=VALUES(DID), TYPE=VALUES(TYPE), ONLINE=VALUES(ONLINE);
C
close()
- 接口 中的方法cn.geekcity.xiot.support.vertx.database.proxy.
DatabaseProxy
close()
- 类 中的方法cn.geekcity.xiot.support.vertx.database.proxy.impl.
DatabaseProxyJdbcImpl
cn.geekcity.xiot.support.vertx.database.configuration.jdbc.codec
- 程序包 cn.geekcity.xiot.support.vertx.database.configuration.jdbc.codec
cn.geekcity.xiot.support.vertx.database.configuration.jdbc.codec.impl
- 程序包 cn.geekcity.xiot.support.vertx.database.configuration.jdbc.codec.impl
cn.geekcity.xiot.support.vertx.database.configuration.jdbc.codec.impl.h2
- 程序包 cn.geekcity.xiot.support.vertx.database.configuration.jdbc.codec.impl.h2
cn.geekcity.xiot.support.vertx.database.configuration.jdbc.typedef
- 程序包 cn.geekcity.xiot.support.vertx.database.configuration.jdbc.typedef
cn.geekcity.xiot.support.vertx.database.configuration.jdbc.typedef.impl
- 程序包 cn.geekcity.xiot.support.vertx.database.configuration.jdbc.typedef.impl
cn.geekcity.xiot.support.vertx.database.configuration.jdbc.typedef.impl.h2
- 程序包 cn.geekcity.xiot.support.vertx.database.configuration.jdbc.typedef.impl.h2
cn.geekcity.xiot.support.vertx.database.h2
- 程序包 cn.geekcity.xiot.support.vertx.database.h2
cn.geekcity.xiot.support.vertx.database.helper
- 程序包 cn.geekcity.xiot.support.vertx.database.helper
cn.geekcity.xiot.support.vertx.database.proxy
- 程序包 cn.geekcity.xiot.support.vertx.database.proxy
cn.geekcity.xiot.support.vertx.database.proxy.impl
- 程序包 cn.geekcity.xiot.support.vertx.database.proxy.impl
cn.geekcity.xiot.support.vertx.database.utils
- 程序包 cn.geekcity.xiot.support.vertx.database.utils
count(String, String)
- 接口 中的方法cn.geekcity.xiot.support.vertx.database.proxy.
DatabaseProxy
count(String, String, String, String[])
- 接口 中的方法cn.geekcity.xiot.support.vertx.database.proxy.
DatabaseProxy
count(String, String)
- 类 中的方法cn.geekcity.xiot.support.vertx.database.proxy.impl.
DatabaseProxyJdbcImpl
count(String, String, String, String[])
- 类 中的方法cn.geekcity.xiot.support.vertx.database.proxy.impl.
DatabaseProxyJdbcImpl
create(Vertx, JsonObject)
- 接口 中的静态方法cn.geekcity.xiot.support.vertx.database.proxy.
DatabaseProxy
createTables(Vertx, JsonObject, Map<String, String>)
- 类 中的静态方法cn.geekcity.xiot.support.vertx.database.helper.
DatabaseHelper
D
database()
- 类 中的方法cn.geekcity.xiot.support.vertx.database.configuration.jdbc.typedef.impl.h2.
JdbcConfigurationH2RemoteImpl
database()
- 类 中的方法cn.geekcity.xiot.support.vertx.database.configuration.jdbc.typedef.impl.
JdbcConfigurationMySqlImpl
DatabaseHelper
-
cn.geekcity.xiot.support.vertx.database.helper
中的类
DatabaseProxy
-
cn.geekcity.xiot.support.vertx.database.proxy
中的接口
DatabaseProxyHolder
-
cn.geekcity.xiot.support.vertx.database.proxy
中的类
DatabaseProxyJdbcImpl
-
cn.geekcity.xiot.support.vertx.database.proxy.impl
中的类
DatabaseProxyJdbcImpl(Vertx, JsonObject)
- 类 的构造器cn.geekcity.xiot.support.vertx.database.proxy.impl.
DatabaseProxyJdbcImpl
DatabaseValues
-
cn.geekcity.xiot.support.vertx.database.proxy
中的类
decode(String[], JsonObject)
- 类 中的静态方法cn.geekcity.xiot.support.vertx.database.configuration.jdbc.codec.impl.h2.
JdbcConfigurationH2EmbeddedImplCodec
decode(String[], JsonObject)
- 类 中的静态方法cn.geekcity.xiot.support.vertx.database.configuration.jdbc.codec.impl.h2.
JdbcConfigurationH2RemoteImplCodec
decode(String, JsonObject)
- 类 中的静态方法cn.geekcity.xiot.support.vertx.database.configuration.jdbc.codec.impl.
JdbcConfigurationH2ImplCodec
decode(String, JsonObject)
- 类 中的静态方法cn.geekcity.xiot.support.vertx.database.configuration.jdbc.codec.impl.
JdbcConfigurationMysqlImplCodec
decode(JsonObject)
- 类 中的静态方法cn.geekcity.xiot.support.vertx.database.configuration.jdbc.codec.
JdbcConfigurationCodec
decode(String, JsonObject)
- 类 中的静态方法cn.geekcity.xiot.support.vertx.database.configuration.jdbc.codec.
JdbcConfigurationCodec
DEFAULT_DB_FILE
- 类 中的静态变量cn.geekcity.xiot.support.vertx.database.h2.
H2embedded
delete(String, String)
- 接口 中的方法cn.geekcity.xiot.support.vertx.database.proxy.
DatabaseProxy
delete(String, String, String, String[])
- 接口 中的方法cn.geekcity.xiot.support.vertx.database.proxy.
DatabaseProxy
delete(String, String)
- 类 中的方法cn.geekcity.xiot.support.vertx.database.proxy.impl.
DatabaseProxyJdbcImpl
DELETE FROM DEVICE
delete(String, String, String, String[])
- 类 中的方法cn.geekcity.xiot.support.vertx.database.proxy.impl.
DatabaseProxyJdbcImpl
deleteTables(Vertx, JsonObject, Collection<String>)
- 类 中的静态方法cn.geekcity.xiot.support.vertx.database.helper.
DatabaseHelper
DRIVER
- 类 中的静态变量cn.geekcity.xiot.support.vertx.database.h2.
H2embedded
E
encode(JdbcConfigurationH2Impl)
- 类 中的静态方法cn.geekcity.xiot.support.vertx.database.configuration.jdbc.codec.impl.h2.
JdbcConfigurationH2EmbeddedImplCodec
encode(JdbcConfigurationH2Impl)
- 类 中的静态方法cn.geekcity.xiot.support.vertx.database.configuration.jdbc.codec.impl.h2.
JdbcConfigurationH2RemoteImplCodec
encode(JdbcConfigurationH2Impl)
- 类 中的静态方法cn.geekcity.xiot.support.vertx.database.configuration.jdbc.codec.impl.
JdbcConfigurationH2ImplCodec
encode(JdbcConfigurationMySqlImpl)
- 类 中的静态方法cn.geekcity.xiot.support.vertx.database.configuration.jdbc.codec.impl.
JdbcConfigurationMysqlImplCodec
encode(JdbcConfiguration)
- 类 中的静态方法cn.geekcity.xiot.support.vertx.database.configuration.jdbc.codec.
JdbcConfigurationCodec
execSQL(String, String)
- 接口 中的方法cn.geekcity.xiot.support.vertx.database.proxy.
DatabaseProxy
execSQL(String, String)
- 类 中的方法cn.geekcity.xiot.support.vertx.database.proxy.impl.
DatabaseProxyJdbcImpl
exists(String, String)
- 接口 中的方法cn.geekcity.xiot.support.vertx.database.proxy.
DatabaseProxy
exists(String, String)
- 类 中的方法cn.geekcity.xiot.support.vertx.database.proxy.impl.
DatabaseProxyJdbcImpl
G
get(String)
- 类 中的方法cn.geekcity.xiot.support.vertx.database.proxy.
DatabaseProxyHolder
getInstance()
- 类 中的静态方法cn.geekcity.xiot.support.vertx.database.proxy.
DatabaseProxyHolder
getInteger(Map<String, Object>, String, int)
- 类 中的静态方法cn.geekcity.xiot.support.vertx.database.proxy.
DatabaseValues
getJsonArray(Map<String, Object>, String, JsonArray)
- 类 中的静态方法cn.geekcity.xiot.support.vertx.database.proxy.
DatabaseValues
getJsonObject(Map<String, Object>, String, JsonObject)
- 类 中的静态方法cn.geekcity.xiot.support.vertx.database.proxy.
DatabaseValues
getLocalDateTime(Map<String, Object>, String, LocalDateTime)
- 类 中的静态方法cn.geekcity.xiot.support.vertx.database.proxy.
DatabaseValues
getLong(Map<String, Object>, String, long)
- 类 中的静态方法cn.geekcity.xiot.support.vertx.database.proxy.
DatabaseValues
getString(Map<String, Object>, String, String)
- 类 中的静态方法cn.geekcity.xiot.support.vertx.database.proxy.
DatabaseValues
getType(JsonObject)
- 类 中的静态方法cn.geekcity.xiot.support.vertx.database.helper.
JdbcTypeHelper
getType(String)
- 类 中的静态方法cn.geekcity.xiot.support.vertx.database.helper.
JdbcTypeHelper
H
H2embedded
-
cn.geekcity.xiot.support.vertx.database.h2
中的类
H2embedded()
- 类 的构造器cn.geekcity.xiot.support.vertx.database.h2.
H2embedded
host()
- 类 中的方法cn.geekcity.xiot.support.vertx.database.configuration.jdbc.typedef.impl.h2.
JdbcConfigurationH2RemoteImpl
host()
- 类 中的方法cn.geekcity.xiot.support.vertx.database.configuration.jdbc.typedef.impl.
JdbcConfigurationMySqlImpl
I
initialize()
- 类 中的静态方法cn.geekcity.xiot.support.vertx.database.h2.
H2embedded
insert(String, String, Map<String, Object>)
- 接口 中的方法cn.geekcity.xiot.support.vertx.database.proxy.
DatabaseProxy
insert(String, String, Map<String, Object>)
- 类 中的方法cn.geekcity.xiot.support.vertx.database.proxy.impl.
DatabaseProxyJdbcImpl
INSERT INTO DEVICE (DID, TYPE, ONLINE) VALUES ('aaa', 'xxx', 1);
J
JdbcConfiguration
-
cn.geekcity.xiot.support.vertx.database.configuration.jdbc.typedef
中的类
JdbcConfiguration(JsonObject)
- 类 的构造器cn.geekcity.xiot.support.vertx.database.configuration.jdbc.typedef.
JdbcConfiguration
JdbcConfigurationCodec
-
cn.geekcity.xiot.support.vertx.database.configuration.jdbc.codec
中的类
JdbcConfigurationCodec()
- 类 的构造器cn.geekcity.xiot.support.vertx.database.configuration.jdbc.codec.
JdbcConfigurationCodec
JdbcConfigurationH2EmbeddedImpl
-
cn.geekcity.xiot.support.vertx.database.configuration.jdbc.typedef.impl.h2
中的类
JdbcConfigurationH2EmbeddedImpl(JsonObject, String, String)
- 类 的构造器cn.geekcity.xiot.support.vertx.database.configuration.jdbc.typedef.impl.h2.
JdbcConfigurationH2EmbeddedImpl
JdbcConfigurationH2EmbeddedImplCodec
-
cn.geekcity.xiot.support.vertx.database.configuration.jdbc.codec.impl.h2
中的类
JdbcConfigurationH2EmbeddedImplCodec()
- 类 的构造器cn.geekcity.xiot.support.vertx.database.configuration.jdbc.codec.impl.h2.
JdbcConfigurationH2EmbeddedImplCodec
JdbcConfigurationH2Impl
-
cn.geekcity.xiot.support.vertx.database.configuration.jdbc.typedef.impl
中的类
JdbcConfigurationH2Impl(JsonObject, String)
- 类 的构造器cn.geekcity.xiot.support.vertx.database.configuration.jdbc.typedef.impl.
JdbcConfigurationH2Impl
JdbcConfigurationH2ImplCodec
-
cn.geekcity.xiot.support.vertx.database.configuration.jdbc.codec.impl
中的类
JdbcConfigurationH2ImplCodec()
- 类 的构造器cn.geekcity.xiot.support.vertx.database.configuration.jdbc.codec.impl.
JdbcConfigurationH2ImplCodec
JdbcConfigurationH2RemoteImpl
-
cn.geekcity.xiot.support.vertx.database.configuration.jdbc.typedef.impl.h2
中的类
JdbcConfigurationH2RemoteImpl(JsonObject, String, String, int, String)
- 类 的构造器cn.geekcity.xiot.support.vertx.database.configuration.jdbc.typedef.impl.h2.
JdbcConfigurationH2RemoteImpl
JdbcConfigurationH2RemoteImplCodec
-
cn.geekcity.xiot.support.vertx.database.configuration.jdbc.codec.impl.h2
中的类
JdbcConfigurationH2RemoteImplCodec()
- 类 的构造器cn.geekcity.xiot.support.vertx.database.configuration.jdbc.codec.impl.h2.
JdbcConfigurationH2RemoteImplCodec
JdbcConfigurationMySqlImpl
-
cn.geekcity.xiot.support.vertx.database.configuration.jdbc.typedef.impl
中的类
JdbcConfigurationMySqlImpl(String, int, String, JsonObject)
- 类 的构造器cn.geekcity.xiot.support.vertx.database.configuration.jdbc.typedef.impl.
JdbcConfigurationMySqlImpl
JdbcConfigurationMysqlImplCodec
-
cn.geekcity.xiot.support.vertx.database.configuration.jdbc.codec.impl
中的类
JdbcConfigurationMysqlImplCodec()
- 类 的构造器cn.geekcity.xiot.support.vertx.database.configuration.jdbc.codec.impl.
JdbcConfigurationMysqlImplCodec
JdbcTypeHelper
-
cn.geekcity.xiot.support.vertx.database.helper
中的类
JdbcTypeHelper()
- 类 的构造器cn.geekcity.xiot.support.vertx.database.helper.
JdbcTypeHelper
join(CharSequence, String[])
- 类 中的静态方法cn.geekcity.xiot.support.vertx.database.utils.
StringUtils
join(CharSequence, Iterable<? extends CharSequence>)
- 类 中的静态方法cn.geekcity.xiot.support.vertx.database.utils.
StringUtils
M
makePlaceholders(int)
- 类 中的静态方法cn.geekcity.xiot.support.vertx.database.utils.
StringUtils
mode()
- 类 中的方法cn.geekcity.xiot.support.vertx.database.configuration.jdbc.typedef.impl.
JdbcConfigurationH2Impl
P
path()
- 类 中的方法cn.geekcity.xiot.support.vertx.database.configuration.jdbc.typedef.impl.h2.
JdbcConfigurationH2EmbeddedImpl
port()
- 类 中的方法cn.geekcity.xiot.support.vertx.database.configuration.jdbc.typedef.impl.h2.
JdbcConfigurationH2RemoteImpl
port()
- 类 中的方法cn.geekcity.xiot.support.vertx.database.configuration.jdbc.typedef.impl.
JdbcConfigurationMySqlImpl
PROTOCOL
- 类 中的静态变量cn.geekcity.xiot.support.vertx.database.h2.
H2embedded
put(String, DatabaseProxy)
- 类 中的方法cn.geekcity.xiot.support.vertx.database.proxy.
DatabaseProxyHolder
Q
query(String, String, String[])
- 接口 中的方法cn.geekcity.xiot.support.vertx.database.proxy.
DatabaseProxy
query(String, String, String[], String, String[])
- 接口 中的方法cn.geekcity.xiot.support.vertx.database.proxy.
DatabaseProxy
query(String, String, String[])
- 类 中的方法cn.geekcity.xiot.support.vertx.database.proxy.impl.
DatabaseProxyJdbcImpl
SELECT (DID, TYPE, ONLINE) FROM DEVICE;
query(String, String, String[], String, String[])
- 类 中的方法cn.geekcity.xiot.support.vertx.database.proxy.impl.
DatabaseProxyJdbcImpl
queryOne(String, String, String[], String, String[])
- 接口 中的方法cn.geekcity.xiot.support.vertx.database.proxy.
DatabaseProxy
queryOne(String, String, String[], String, String[])
- 类 中的方法cn.geekcity.xiot.support.vertx.database.proxy.impl.
DatabaseProxyJdbcImpl
R
rawQuery(String, String, String[])
- 接口 中的方法cn.geekcity.xiot.support.vertx.database.proxy.
DatabaseProxy
rawQuery(String, String, String[])
- 类 中的方法cn.geekcity.xiot.support.vertx.database.proxy.impl.
DatabaseProxyJdbcImpl
rawQueryOne(String, String, String[])
- 接口 中的方法cn.geekcity.xiot.support.vertx.database.proxy.
DatabaseProxy
rawQueryOne(String, String, String[])
- 类 中的方法cn.geekcity.xiot.support.vertx.database.proxy.impl.
DatabaseProxyJdbcImpl
S
StringUtils
-
cn.geekcity.xiot.support.vertx.database.utils
中的类
StringUtils()
- 类 的构造器cn.geekcity.xiot.support.vertx.database.utils.
StringUtils
T
toHexString(int, int)
- 类 中的静态方法cn.geekcity.xiot.support.vertx.database.utils.
StringUtils
type()
- 类 中的方法cn.geekcity.xiot.support.vertx.database.configuration.jdbc.typedef.impl.
JdbcConfigurationH2Impl
type()
- 类 中的方法cn.geekcity.xiot.support.vertx.database.configuration.jdbc.typedef.impl.
JdbcConfigurationMySqlImpl
type()
- 类 中的方法cn.geekcity.xiot.support.vertx.database.configuration.jdbc.typedef.
JdbcConfiguration
U
update(String, String, Map<String, Object>)
- 接口 中的方法cn.geekcity.xiot.support.vertx.database.proxy.
DatabaseProxy
update(String, String, Map<String, Object>, String, String[])
- 接口 中的方法cn.geekcity.xiot.support.vertx.database.proxy.
DatabaseProxy
update(String, String, Map<String, Object>)
- 类 中的方法cn.geekcity.xiot.support.vertx.database.proxy.impl.
DatabaseProxyJdbcImpl
update(String, String, Map<String, Object>, String, String[])
- 类 中的方法cn.geekcity.xiot.support.vertx.database.proxy.impl.
DatabaseProxyJdbcImpl
upsert(String, String, String, Map<String, Object>)
- 接口 中的方法cn.geekcity.xiot.support.vertx.database.proxy.
DatabaseProxy
upsert(String, String, String, Map<String, Object>)
- 类 中的方法cn.geekcity.xiot.support.vertx.database.proxy.impl.
DatabaseProxyJdbcImpl
INSERT INTO device_summary (did, type, online, accesspoint, bridge, timestamp) VALUES (?
V
value()
- 类 中的方法cn.geekcity.xiot.support.vertx.database.configuration.jdbc.typedef.
JdbcConfiguration
B
C
D
E
G
H
I
J
M
P
Q
R
S
T
U
V
跳过导航链接
概览
程序包
类
树
已过时
索引
帮助
上一个
下一个
框架
无框架
所有类