- 所有已实现的接口:
gu.sql2java.store.URLStore, URLStreamHandlerFactory
URLStore implementation for Store table only
CHAR(32) required for primary key type
- 作者:
- guyadong
-
-
字段概要
从类继承的字段 gu.sql2java.store.BaseURLStore
additionalParams
-
-
方法概要
doDelete, doGetURLStreamHandler, equals, fillStoreBean, getExtension, getMime, getProtocol, hashCode, makeURL, pathOf, toString
从类继承的方法 gu.sql2java.store.BaseURLStore
createURLStreamHandler, delete, delete, exists, find, intall, isStored, setAdditionalParam, store, store
-
构造器详细资料
-
BinaryStoreTable
构造方法
- 参数:
tablename - 表名
storeColumn - 存储数据的字段名
extensionColumn - 存储扩展名的字段名(可为null)
mimeColumn - 存储MIME类型的字段名(可为null)
- 抛出:
IllegalArgumentException - 参数错误
-