亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? column-remarks.properties

?? hsql是很有名的嵌入式數據庫
?? PROPERTIES
?? 第 1 頁 / 共 3 頁
字號:
# default column-remarks# SYSTEM_ALIASESSYSTEM_ALIASES_OBJECT_TYPE=type of the aliased object: "DOMAIN" for data type aliases and "ROUTINE" for routine call aliasesSYSTEM_ALIASES_OBJECT_CAT=catalog in which the aliased object is definedSYSTEM_ALIASES_OBJECT_SCHEM=schema in which the aliased object is definedSYSTEM_ALIASES_OBJECT_NAME=simple identifier of the aliased objectSYSTEM_ALIASES_ALIAS_CAT=catalog in which the alias is definedSYSTEM_ALIASES_ALIAS_SCHEM=schema in which the alias is definedSYSTEM_ALIASES_ALIAS=the SQL identifier which is the alias for the indicated object# SYSTEM_ALLTYPEINFOSYSTEM_ALLTYPEINFO_TYPE_NAME=the HSQLDB-specific data type name; this is the canonical name used in CREATE TABLE and ALTER TABLE statements.SYSTEM_ALLTYPEINFO_DATA_TYPE=SQL data type.  This may be a java.sql.Types data type, a SQL 200n data type or an HSQLDB-specific data type.  For datetime or interval data types, this column returns the concise data type (such as SQL_璗YPE_璗IME or SQL_璉NTERVAL_璝EAR_璗O_璏ONTH).SYSTEM_ALLTYPEINFO_PRECISION=The maximum column size for this data type.  For numeric data, this is the maximum precision.  For string data, this is the length in characters.  For datetime data types, this is the length in characters of the string representation (assuming the maximum allowed precision of the fractional seconds component).  NULL for data types where column size is not applicable.  For interval data types, this is the number of characters in the character representation of the interval literal (as defined by the interval leading precision).SYSTEM_ALLTYPEINFO_LITERAL_PREFIX=the character or characters used to prefix a literal of this type; for example, a single quotation mark (') for character data types; NULL for data types where a literal prefix is not applicableSYSTEM_ALLTYPEINFO_LITERAL_SUFFIX=the character or characters used to terminate a literal of this type; for example, a single quotation mark (') for character data types; NULL for data types where a literal suffix is not applicableSYSTEM_ALLTYPEINFO_CREATE_PARAMS=A list of keywords, separated by commas, corresponding to each parameter that may be specified in parentheses when issuing DDL relative to the data type.  The keywords in the list, in the language of the current Locale, may be any of the following:  length, precision, scale.  They appear in the order that the syntax requires that they be used.  For example, CREATE_PARAMS for DECIMAL with an English locale would be "precision,scale"; CREATE_PARAMS for VARCHAR would be "length".  The value is NULL if there are no parameters for the data type definition; for example, INTEGER.SYSTEM_ALLTYPEINFO_NULLABLE=NULL values allowed for this type?: { No Nulls | Nullable | Unknown }SYSTEM_ALLTYPEINFO_CASE_SENSITIVE=TRUE if the type is case-sensitive in collations and comparisons; FALSE otherwiseSYSTEM_ALLTYPEINFO_SEARCHABLE=use of WHERE?: { None | Char (Only WHERE .. LIKE) | Basic (Except WHERE .. LIKE) | Searchable (All forms of WHERE...) }SYSTEM_ALLTYPEINFO_UNSIGNED_ATTRIBUTE=TRUE if the data type is unsigned; NULL the attribute is not applicable to the data type or the data type is not numeric.SYSTEM_ALLTYPEINFO_FIXED_PREC_SCALE=TRUE if the data type has predefined fixed precision and scale , like a money data type.  NULL for non-numeric types.SYSTEM_ALLTYPEINFO_AUTO_INCREMENT=NULL if the attribute is not applicable to the data type or the data type is not numeric.  If TRUE, this indicates that when an insert is made, a unique value is inserted into the column at insert time. The increment is not defined. An application should not assume that auto-increment values start at any particular point or increment by any particular value.SYSTEM_ALLTYPEINFO_LOCAL_TYPE_NAME=Localized version of the name of the data type; NULL if a localized name is not supported.  This name is intended for display only, such as in dialog boxesSYSTEM_ALLTYPEINFO_MINIMUM_SCALE=minimum scale supportedSYSTEM_ALLTYPEINFO_MAXIMUM_SCALE=maximum scale supportedSYSTEM_ALLTYPEINFO_SQL_DATA_TYPE=The value of the SQL data type as it would appear in the SQL CLI SQL_DESC_TYPE field of the SQLDA.SYSTEM_ALLTYPEINFO_SQL_DATETIME_SUB=When the value of SQL_DATA_TYPE is SQL_DATETIME or SQL_INTERVAL, this column contains the datetime/interval subcode.  For data types other than datetime and interval, this column is NULL.SYSTEM_ALLTYPEINFO_NUM_PREC_RADIX=For numeric types, this column contains the value 10 to indicate that COLUMN_SIZE specifies a number of decimal digits.  Otherwise, this column is NULL.SYSTEM_ALLTYPEINFO_INTERVAL_PRECISION=If the data type is an interval data type, then this column contains the value of the interval leading precision.  Otherwise, this column is NULL.SYSTEM_ALLTYPEINFO_AS_TAB_COL=TRUE if the engine supports this data type as a table column, else FALSESYSTEM_ALLTYPEINFO_AS_PROC_COL=TRUE if the engine supports this data type as a procedure parameter or return type, else FALSESYSTEM_ALLTYPEINFO_MAX_PREC_ACT=same as PRECISION except for data types whose precision cannot be represented by an INTEGER column valueSYSTEM_ALLTYPEINFO_MIN_SCALE_ACT=same as MINIMUM_SCALE except for data types whose minimum scale cannot be represented by a SMALLINT column valueSYSTEM_ALLTYPEINFO_MAX_SCALE_ACT=same as MAXIMUM_SCALE except for data types whose maximum scale cannot be represented by a SMALLINT column valueSYSTEM_ALLTYPEINFO_COL_ST_CLS_NAME=the fully qualified name of the Java class that HSQLDB uses to represent values of this type in memorySYSTEM_ALLTYPEINFO_COL_ST_IS_SUP=TRUE if the Java class that HSQLDB uses to represent values of this type in memory is supported under the hosting JVM and engine build optionsSYSTEM_ALLTYPEINFO_STD_MAP_CLS_NAME=the fully qualified name of the Java class that the JDBC standard mapping uses to represent values of this typeSYSTEM_ALLTYPEINFO_STD_MAP_IS_SUP=TRUE if the Java class that the JDBC standard mapping uses to represent values of this type is supported under the current JVMSYSTEM_ALLTYPEINFO_CST_MAP_CLS_NAME=the fully qualified name of the Java class that HSQLDB provides to represent values of this type via the JDBC interfaceSYSTEM_ALLTYPEINFO_CST_MAP_IS_SUP=TRUE if the Java class that HSQLDB provides to represent values of this type via the JDBC interface is supported under the hosting JVM and engine build optionsSYSTEM_ALLTYPEINFO_MCOL_JDBC=the maximum character octet length of this type if it is representable via the JDBC interface (i.e. as an INTEGER column value)SYSTEM_ALLTYPEINFO_MCOL_ACT=same as MCOL_JDBC except for data types whose maximum character octet length cannot be represented by an INTEGER column valueSYSTEM_ALLTYPEINFO_DEF_OR_FIXED_SCALE=the default or fixed scale of numeric types; NULL if not applicable of the type is not numericSYSTEM_ALLTYPEINFO_REMARKS=a localized explanatory comment on the data typeSYSTEM_ALLTYPEINFO_TYPE_SUB=the variant tag for this variation of the data type.  1 = standard, 2 = identity, 4 = ignore case# SYSTEM_BESTROWIDENTIFIERSYSTEM_BESTROWIDENTIFIER_SCOPE=actual scope of result, as defined in java.sql.DatabaseMetadataSYSTEM_BESTROWIDENTIFIER_COLUMN_NAME=simple column nameSYSTEM_BESTROWIDENTIFIER_DATA_TYPE=SQL data type.  This may be a java.sql.Types data type, a SQL 200n data type or an HSQLDB-specific data type.  For datetime or interval data types, this column returns the concise data type (such as SQL_璗YPE_璗IME or SQL_璉NTERVAL_璝EAR_璗O_璏ONTH).SYSTEM_BESTROWIDENTIFIER_TYPE_NAME=the HSQLDB-specific data type name; this is the canonical name used in CREATE TABLE and ALTER TABLE statements.SYSTEM_BESTROWIDENTIFIER_COLUMN_SIZE=precision for number types; length for variable sized types; NULL for othersSYSTEM_BESTROWIDENTIFIER_BUFFER_LENGTH=The maximum length in bytes of data, if definitely known, that would be transferred to a buffer on a fetch operation.  For numeric data, this size may be different than the size of the data stored on the data source.  This value is the same as the COLUMN_SIZE column for binary data. This value is the twice the COLUMN_SIZE column for character data.  If the actual value is larger than can be represented in an INTEGER column value, this is NULL.SYSTEM_BESTROWIDENTIFIER_DECIMAL_DIGITS=scale of column for number typesSYSTEM_BESTROWIDENTIFIER_PSEUDO_COLUMN=is this a pseudo column like an Oracle ROWID?SYSTEM_BESTROWIDENTIFIER_TABLE_CAT=catalog in which the table containing the column is definedSYSTEM_BESTROWIDENTIFIER_TABLE_SCHEM=schema in which the table containing the column is definedSYSTEM_BESTROWIDENTIFIER_TABLE_NAME=simple name of the table containing the columnSYSTEM_BESTROWIDENTIFIER_NULLABLE=is the column nullable?SYSTEM_BESTROWIDENTIFIER_IN_KEY=does column participate in primary or alternate key?# SYSTEM_BYTECODESYSTEM_BYTECODE_OBJECT_CAT=catalog in which the executable object is definedSYSTEM_BYTECODE_OBJECT_SCHEM=schema in which the executable object is definedSYSTEM_BYTECODE_OBJECT_NAME=simple name of executable objectSYSTEM_BYTECODE_OBJECT_TYPE=type of executable objectSYSTEM_BYTECODE_SIGNATURE=Java method signature of executable objectSYSTEM_BYTECODE_LINE=instruction line numberSYSTEM_BYTECODE_PC=instruction program counterSYSTEM_BYTECODE_OPCODE=instruction opcodeSYSTEM_BYTECODE_MNEMONIC=instruction mnemonicSYSTEM_BYTECODE_OPERANDS=instruction operandsSYSTEM_BYTECODE_OPERANDS_DESCRIPTION=a human-readable description of instruction operandsSYSTEM_BYTECODE_INSTRUCTION_DESCRIPTION=a human-readable description of whole instruction# SYSTEM_CACHEINFO#SYSTEM_CACHEINFO_CACHE_CLASS=FQN of the Java Class implementing the cache#SYSTEM_CACHEINFO_CACHE_HASH=the in-memory hashCode() of the Cache objectSYSTEM_CACHEINFO_CACHE_FILE=absolute path of the file underlying the cache object#SYSTEM_CACHEINFO_CACHE_LENGTH=length of the cache object's row data arraySYSTEM_CACHEINFO_MAX_CACHE_COUNT=maximum number of rows that will be buffered in memory by this cacheSYSTEM_CACHEINFO_MAX_CACHE_BYTES=approximate maximum size, in bytes, of row data that will be buffered in memory by this cacheSYSTEM_CACHEINFO_CACHE_SIZE=number of rows currently cachedSYSTEM_CACHEINFO_CACHE_BYTES=approximate number of row data bytes currently cachedSYSTEM_CACHEINFO_FILE_FREE_BYTES=aggregate size, in octets, of all allocation units considered available for reuse#SYSTEM_CACHEINFO_SMALLEST_FREE_ITEM=size, in octets, of smallest allocation unit available for reuse#SYSTEM_CACHEINFO_LARGEST_FREE_ITEM=size, in octets, of largest allocation unit available for reuseSYSTEM_CACHEINFO_FILE_FREE_COUNT=number of allocation units available for reuseSYSTEM_CACHEINFO_FILE_FREE_POS=one greater than largest file position known to be allocated#SYSTEM_CACHEINFO_MAX_CACHE_SIZE=maximum allowable number of cached Row objects#SYSTEM_CACHEINFO_MAX_CACHE_BYTE_SIZE=limit on memory consumption of cached Row objects#SYSTEM_CACHEINFO_MULTIPLIER_MASK=binary mask used to calculate indices into row data array#SYSTEM_CACHEINFO_WRITER_LENGTH=length of row write buffer array# SYSTEM_CATALOGSSYSTEM_CATALOGS_TABLE_CAT=catalog name# SYSTEM_CLASSPRIVILEGESSYSTEM_CLASSPRIVILEGES_CLASS_CAT=catalog in which the class is definedSYSTEM_CLASSPRIVILEGES_CLASS_SCHEM=schema in which the class is definedSYSTEM_CLASSPRIVILEGES_CLASS_NAME=fully qualified name of classSYSTEM_CLASSPRIVILEGES_GRANTOR=grantor of accessSYSTEM_CLASSPRIVILEGES_GRANTEE=grantee of accessSYSTEM_CLASSPRIVILEGES_PRIVILEGE=name of access, e.g. one of { "EXECUTE" (callable routines) | "FIRE" (fireable trigger body implementations)}SYSTEM_CLASSPRIVILEGES_IS_GRANTABLE=grantable?: "YES" - may grant to others, "NO" - not permitted to grant to others, NULL - unknown# SYSTEM_COLUMNPRIVILEGESSYSTEM_COLUMNPRIVILEGES_TABLE_CAT=catalog in which the table containing the column is definedSYSTEM_COLUMNPRIVILEGES_TABLE_SCHEM=schema in which the table containing the column is definedSYSTEM_COLUMNPRIVILEGES_TABLE_NAME=simple name of the table containing the column is definedSYSTEM_COLUMNPRIVILEGES_COLUMN_NAME=simple name of the columnSYSTEM_COLUMNPRIVILEGES_GRANTOR=grantor of accessSYSTEM_COLUMNPRIVILEGES_GRANTEE=grantee of accessSYSTEM_COLUMNPRIVILEGES_PRIVILEGE=name of access, e.g. one of { ALL, SELECT, INSERT, UPDATE, DELETE, ...}SYSTEM_COLUMNPRIVILEGES_IS_GRANTABLE=grantable?: YES - may grant to others, NO - not permitted to grant to others, NULL - unknown# SYSTEM_COLUMNSSYSTEM_COLUMNS_TABLE_CAT=catalog in which the table containing the column is definedSYSTEM_COLUMNS_TABLE_SCHEM=schema in which the table containing the column is definedSYSTEM_COLUMNS_TABLE_NAME=simple name of the table containing the columnSYSTEM_COLUMNS_COLUMN_NAME=simple name of the columnSYSTEM_COLUMNS_DATA_TYPE=SQL data type.  This may be a java.sql.Types data type, a SQL 200n data type or an HSQLDB-specific data type.  For datetime or interval data types, this column returns the concise data type (such as SQL_璗YPE_璗IME or SQL_璉NTERVAL_璝EAR_璗O_璏ONTH).SYSTEM_COLUMNS_TYPE_NAME=the HSQLDB-specific data type name; this is the canonical name used in CREATE TABLE and ALTER TABLE statements.SYSTEM_COLUMNS_COLUMN_SIZE=precision for number types; length for sized types; NULL if not applicableSYSTEM_COLUMNS_BUFFER_LENGTH=The maximum length in bytes of data, if definitely known, that would be transferred to a buffer on a fetch operation.  For numeric data, this size may be different than the size of the data stored on the data source.  This value is the same as the COLUMN_SIZE column for binary data. This value is the twice the COLUMN_SIZE column for character data.  If the actual value is larger than can be represented in an INTEGER column value, this is NULL.SYSTEM_COLUMNS_DECIMAL_DIGITS=# of fractional digits (scale) for number typesSYSTEM_COLUMNS_NUM_PREC_RADIX=Radix of reported numeric precision (i.e. base of number types)SYSTEM_COLUMNS_NULLABLE=is NULL allowed?: { columnNoNulls (maybe not), columnNullable (definitely), columnNullableUnknown }SYSTEM_COLUMNS_REMARKS=explanitory comment describing the column (may be NULL)SYSTEM_COLUMNS_COLUMN_DEF=default value (may be NULL)SYSTEM_COLUMNS_SQL_DATA_TYPE=The value of the SQL data type as it would appear in the SQL CLI SQL_DESC_TYPE field of the SQLDA.SYSTEM_COLUMNS_SQL_DATETIME_SUB=When the value of SQL_DATA_TYPE is SQL_DATETIME or SQL_INTERVAL, this column contains the datetime/interval subcode.  For data types other than datetime and interval, this column is NULL.SYSTEM_COLUMNS_CHAR_OCTET_LENGTH=for char types, the maximum number of bytes in the column, if the value can be represented as an INTEGER column value, else NULLSYSTEM_COLUMNS_ORDINAL_POSITION=index of column in table (starting at 1)SYSTEM_COLUMNS_IS_NULLABLE=is column nullable?: { YES (might allow) | NO (definitely not)  | '' (unknown) }SYSTEM_COLUMNS_SCOPE_CATLOG=catalog of table that is the scope of a reference attribute (NULL if DATA_TYPE isn't REF)SYSTEM_COLUMNS_SCOPE_SCHEMA=schema of table that is the scope of a reference attribute (NULL if the DATA_TYPE isn't REF)SYSTEM_COLUMNS_SCOPE_TABLE=table name that this the scope of a reference attribute (NULL if the DATA_TYPE isn't REF)SYSTEM_COLUMNS_SOURCE_DATA_TYPE=source type of a distinct type or user-generated Ref type, SQL type from DITypes (NULL if DATA_TYPE isn't DISTINCT or user-generated REF)SYSTEM_COLUMNS_TYPE_SUB=the HSQLDB-specific type subidentifier (1:default, 2:identity, 4:ignorecase)# SYSTEM_CROSSREFERENCESYSTEM_CROSSREFERENCE_PKTABLE_CAT=the catalog in which the referenced table is definedSYSTEM_CROSSREFERENCE_PKTABLE_SCHEM=the schema in which the referenced table is definedSYSTEM_CROSSREFERENCE_PKTABLE_NAME=simple name of the referenced tableSYSTEM_CROSSREFERENCE_PKCOLUMN_NAME=simple name of the referenced columnSYSTEM_CROSSREFERENCE_FKTABLE_CAT=the catalog in which the referencing table is definedSYSTEM_CROSSREFERENCE_FKTABLE_SCHEM=the schema in which the referencing table is definedSYSTEM_CROSSREFERENCE_FKTABLE_NAME=the simple name of the referencing tableSYSTEM_CROSSREFERENCE_FKCOLUMN_NAME=the simple name of the referencing columnSYSTEM_CROSSREFERENCE_KEY_SEQ=sequence number within foreign key definitionSYSTEM_CROSSREFERENCE_UPDATE_RULE=how does an update of referenced row columns affect referencing rows?: e.g. { Cascade | Set Null | Set Default | Restrict (No Action) }SYSTEM_CROSSREFERENCE_DELETE_RULE=how does deletion of a referenced row affect referencing rows?: e.g. { Cascade | Set Null | Set Default | Restrict (No Action) }SYSTEM_CROSSREFERENCE_FK_NAME=the name of the foreign keySYSTEM_CROSSREFERENCE_PK_NAME=the name of the referenced column set (usually the name of a primary key constraint, but may be a unique constraint or even the name of a non-unique index previous to 1.7.0)SYSTEM_CROSSREFERENCE_DEFERRABILITY=foreign key constraints deferred until commit?: e.g. { initially deferred | initially immediate | not deferrable }# SYSTEM_INDEXINFOSYSTEM_INDEXINFO_TABLE_CAT=catalog in which the table using the index is definedSYSTEM_INDEXINFO_TABLE_SCHEM=schema in which the table using the index is definedSYSTEM_INDEXINFO_TABLE_NAME=simple name of the table using the indexSYSTEM_INDEXINFO_NON_UNIQUE=can index values be non-unique?SYSTEM_INDEXINFO_INDEX_QUALIFIER=catalog in which the index is definedSYSTEM_INDEXINFO_INDEX_NAME=simple name of the indexSYSTEM_INDEXINFO_TYPE=index type: e.g. { Clustered | Hashed | Other }SYSTEM_INDEXINFO_ORDINAL_POSITION=column sequence number within indexSYSTEM_INDEXINFO_COLUMN_NAME=simple column nameSYSTEM_INDEXINFO_ASC_OR_DESC=column sort sequence: e.g. { "A" (Ascending) | "D" (Descending) }SYSTEM_INDEXINFO_CARDINALITY=index cardinality: # of unique values in the index (currently unused)SYSTEM_INDEXINFO_PAGES=index page use (currently unused)SYSTEM_INDEXINFO_FILTER_CONDITION=filter condition, if any (currently unused)

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
日韩一区二区三区视频| 一区二区三区四区在线播放| 色综合天天综合网天天看片| 成人精品电影在线观看| 高清shemale亚洲人妖| 成人性生交大片免费看中文 | 欧美大片日本大片免费观看| 日韩午夜在线影院| 欧美高清一级片在线| 色呦呦一区二区三区| 久久国产精品99精品国产| 国产一区二区三区在线观看精品| 成人精品电影在线观看| 国产成人综合精品三级| 一本久道中文字幕精品亚洲嫩| av中文字幕在线不卡| 国产精品私人自拍| 日本一区二区动态图| 亚洲男帅同性gay1069| 国产清纯白嫩初高生在线观看91 | 国产激情精品久久久第一区二区| 国产·精品毛片| 首页欧美精品中文字幕| 亚洲一区在线观看网站| 亚洲精品v日韩精品| 麻豆精品视频在线观看视频| 国产精品影视在线观看| 国内成人免费视频| 久久尤物电影视频在线观看| 国产精品三级久久久久三级| 欧美精品一区视频| 亚洲动漫第一页| 美国十次了思思久久精品导航| 久久精品72免费观看| 亚洲最大成人综合| 成人性生交大片免费看中文网站| 国产一区二区在线观看视频| av在线播放成人| 色又黄又爽网站www久久| 91蜜桃在线免费视频| 久久青草国产手机看片福利盒子| 亚洲精品免费电影| 美国三级日本三级久久99| 99久久婷婷国产综合精品| 色av综合在线| 欧美群妇大交群的观看方式| 国产精品乱人伦中文| 亚洲精品欧美专区| 日本aⅴ免费视频一区二区三区| 久久精品久久精品| 成人h精品动漫一区二区三区| 国产精品一品二品| 国产精品人人做人人爽人人添| 欧美一区中文字幕| 久久亚洲精品小早川怜子| 久久精品视频一区二区三区| 久久精品男人天堂av| 五月天国产精品| 91麻豆视频网站| 欧美日韩一区精品| 国产精品三级视频| 成人性生交大片免费看视频在线| 欧美日韩高清一区二区不卡| 日韩一区日韩二区| 麻豆成人久久精品二区三区小说| 亚洲欧洲综合另类| 图片区小说区区亚洲影院| 成人在线一区二区三区| 91.麻豆视频| 日韩av中文在线观看| 欧美高清视频一二三区 | 99久久精品免费看| 国产欧美日产一区| 成人妖精视频yjsp地址| 亚洲色大成网站www久久九九| 欧美三级欧美一级| 精品在线一区二区| 国产精品网站在线播放| 欧美色欧美亚洲另类二区| 美美哒免费高清在线观看视频一区二区 | 风间由美一区二区三区在线观看| 中文字幕日韩一区| 欧美日韩免费高清一区色橹橹 | 亚洲综合在线观看视频| 欧美欧美欧美欧美首页| 国产精品综合网| 亚洲综合一二区| 精品国产一区二区亚洲人成毛片| jizz一区二区| 日韩av午夜在线观看| 欧美国产日韩亚洲一区| 欧美日韩大陆一区二区| 国产69精品久久久久毛片| 亚洲成人免费看| 久久婷婷成人综合色| 亚洲国产成人tv| 久久新电视剧免费观看| 91理论电影在线观看| 麻豆成人免费电影| 亚洲人成网站在线| 欧美精品一区二| 在线观看av一区二区| 国产精品主播直播| 午夜精品123| 国产精品久久久久久久久免费桃花| 欧美视频你懂的| 成人免费毛片高清视频| 免费欧美在线视频| 一区二区三国产精华液| 欧美极品xxx| 88在线观看91蜜桃国自产| gogogo免费视频观看亚洲一| 久久aⅴ国产欧美74aaa| 国产精品国产三级国产aⅴ原创| 91精品国产免费| 在线观看国产一区二区| 成人免费精品视频| 久久国产精品99久久久久久老狼| 亚洲国产精品自拍| 综合av第一页| 国产精品丝袜久久久久久app| 日韩一区二区免费在线观看| 91黄色免费观看| 99久久久久久| 国产剧情av麻豆香蕉精品| 日韩国产在线观看一区| 亚洲激情自拍偷拍| 国产精品久久久久久妇女6080| 精品国产精品一区二区夜夜嗨| 欧美日韩大陆一区二区| 欧美中文字幕一二三区视频| 亚洲视频一区二区在线观看| 国产喂奶挤奶一区二区三区| 精品日韩成人av| 欧美一区二区三区啪啪| 欧美久久久久免费| 欧美性淫爽ww久久久久无| 99精品欧美一区| youjizz国产精品| 成人免费av在线| 国产98色在线|日韩| 国产精选一区二区三区| 久久成人免费日本黄色| 美女性感视频久久| 婷婷久久综合九色国产成人| 亚洲资源中文字幕| 一区二区三区自拍| 亚洲精选视频免费看| 日韩毛片视频在线看| 国产精品高潮呻吟| **欧美大码日韩| 亚洲欧洲国产专区| 亚洲欧洲韩国日本视频| 中文字幕一区二区三区精华液| 国产精品三级av在线播放| 国产精品久久精品日日| 国产精品久久久久久久久免费桃花| 欧美一区午夜视频在线观看| 国产成人在线影院| 国产一区二区三区四区五区美女| 国产制服丝袜一区| 国产精品一区二区在线播放 | 亚洲精品成人精品456| 亚洲精品视频一区二区| 亚洲一区二区欧美日韩| 亚洲一区二区三区四区中文字幕 | 国产精品短视频| 亚洲丝袜精品丝袜在线| 一个色在线综合| 偷拍亚洲欧洲综合| 免费成人小视频| 国产一区二区美女| 成人av午夜影院| 91豆麻精品91久久久久久| 欧美日韩国产中文| 欧美一区二区黄| 久久免费视频色| 国产精品成人午夜| 亚洲欧美国产三级| 五月婷婷色综合| 精品一区二区三区在线观看| 国产乱对白刺激视频不卡| 成人妖精视频yjsp地址| 色偷偷久久人人79超碰人人澡| 欧美色综合久久| 日韩丝袜美女视频| 久久精品在线免费观看| 成人免费在线视频| 视频一区二区三区入口| 国产呦萝稀缺另类资源| 成人av集中营| 欧美日韩高清影院| 久久婷婷国产综合国色天香| 国产精品免费看片| 亚洲va韩国va欧美va| 麻豆精品精品国产自在97香蕉| 国产成人亚洲精品青草天美| 99久久国产综合精品色伊| 欧美三级韩国三级日本一级| 精品久久久久久无|