📄 jdbcidhandler.java
字号:
/* * Copyright (C) The Apache Software Foundation. All rights reserved.*/package com.klopotek.utils.log;/**This interface has to be implemented to provide ID-columns with unique IDs and its used in class JDBCLogger.<p><b>Author : </b><A HREF="mailto:t.fenner@klopotek.de">Thomas Fenner</A></p>@since 1.0*/public interface JDBCIDHandler{ /**Get a unique ID*/ Object getID();}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -